Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Windows Server (Windows IIS) Question

Guest
Sep 11, 2008 Sep 11, 2008
Can someone please tell me if a Windows server (Windows IIS) will support Dreamweaver CS3 websites? Would we need to purchase anything other than the Windows server? I am using Dreamweaver CS3 and my IS Dept. is looking into purchasing the Windows server because we currently have Domino which does not support Dreamweaver CS3.
Thank you!
TOPICS
Server side applications
501
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 11, 2008 Sep 11, 2008
Yes it will.

With IIS you would be developing .asp pages. You could also look at apache server and develop .php pages on that.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 11, 2008 Sep 11, 2008
I was looking in the book and see that you can choose which type of page you would like. I already designed the whole site using a CSS style. Will these pages work on the Windows server also?
Thank you!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 11, 2008 Sep 11, 2008
Yep, all that IIS or apache does is interpret a kind of html that only it understands, ie IIS understands asp and apache understands php.

CSS is a html standard that doesn't rely upon a specific server like php or asp.

So, if you go for asp for example (as you seem to ask about IIS), you will add all of your asp code to your page to query your database, the server software then reads the asp code and turns it in to html before it even leaves the server and delivers it to your screen. So, on that basis, CSS being html will work on any format be it asp, php, coldfusion, domino etc
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 11, 2008 Sep 11, 2008
matthew stuart posted in macromedia.dreamweaver.appdev:

> Yes it will.
>
> With IIS you would be developing .asp pages. You could also look
> at apache server and develop .php pages on that.

You can use PHP with IIS, too. I still prefer Apache, though.


--
Mark A. Boyd
Keep-On-Learnin' :)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 11, 2008 Sep 11, 2008
Yeah, I do myself, but I have been asked why do I do it because it is unusual! So I'll tell you why...

I've been forced to develop in both asp and php (well, more strings to the bow and all that), so I use IIS for both. IIS will automatically display asp pages, but you need to load php and you need to get IIS to read php which isn't particularly straight forward for a non-techie like myself. So, what I did was I went to a website and downloaded an installer which did it all for me and now I am running asp and php from my IIS wwwroot folder. This means I don't have to go and force a change in my port for either apache or IIS and I don't have to keep going to my services and stop IIS in order to start Apache because port 80 is already in use... Brill!

Here's the link to the installer if you're interested:

http://www.iis-aid.com

Mat
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 11, 2008 Sep 11, 2008
.oO(matthew stuart)

>Yep, all that IIS or apache does is interpret a kind of html that only it
>understands, ie IIS understands asp and apache understands php.
>
> CSS is a html standard that doesn't rely upon a specific server like php or
>asp.
>
> So, if you go for asp for example (as you seem to ask about IIS), you will add
>all of your asp code to your page to query your database, the server software
>then reads the asp code and turns it in to html before it even leaves the
>server and delivers it to your screen. So, on that basis, CSS being html will
>work on any format be it asp, php, coldfusion, domino etc

Be more careful with the terminology. CSS is not HTML, nor does it have
anything to do with it. Both are completely different and _independent_
standards. You can use HTML without CSS as well as you can use CSS for
other things than HTML.

Additionally servers don't really interpret the HTML, they just deliver
anything they're configured to. There might be plugins to allow program
execution like PHP for example, but these are not part of the webserver
itself. So an IIS can also be made to "understand" PHP as well as Apache
might be able to deliver ASP if there's an extension installed for it.

Micha
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 12, 2008 Sep 12, 2008
matthew stuart wrote:
> Yes it will.
>
> With IIS you would be developing .asp pages. You could also look at apache server and develop .php pages on that.

PHP installs on IIS as well.

Dooza
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 12, 2008 Sep 12, 2008
OK, so I know that CSS is not html, but it is a standard that doesn't rely upon a specific server technology, and it has to be formatted in such a way that conforms to web standards otherwise it isn't going to work... and you'll end up with webpages like I design :D

I was hust trying to explain in laymans terms...
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 12, 2008 Sep 12, 2008
.oO(matthew stuart)

>OK, so I know that CSS is not html, but it is a standard that doesn't rely upon
>a specific server technology, and it has to be formatted in such a way that
>conforms to web standards otherwise it isn't going to work... and you'll end up
>with webpages like I design :D

;-)

I didn't say _that_.

Micha
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 12, 2008 Sep 12, 2008
LATEST
On 12 Sep 2008 in macromedia.dreamweaver.appdev, matthew stuart wrote:

> OK, so I know that CSS is not html, but it is a standard that
> doesn't rely upon a specific server technology, and it has to be
> formatted in such a way that conforms to web standards otherwise it
> isn't going to work...

Somebody alert Redmond. I can see it now: CSS.Net - /not/ the CSS you're
used to!

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/contact.php
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines