Paypal
Paypal

Reputation: 361

Which web server should I use in win2003 as production environment?

It should at least support asp/asp.net,best support PHP too.

Upvotes: 0

Views: 71

Answers (2)

Rasik Jain
Rasik Jain

Reputation: 1086

If you are running ASP.NET, then IIS is the defacto web server on Windows 2003 server.

http://technet.microsoft.com/en-us/library/aa998483%28EXCHG.65%29.aspx

To install IIS on Windows Server 2003

1.

  Click Start, point to Control Panel, and then click Add or Remove Programs.

2.

  In Add or Remove Programs, click Add/Remove Windows Components.

3.

  In the Windows Components Wizard, under Components, select Application Server.

4.

  Click Next.

5.

  After the wizard completes the installation, click Finish.

Upvotes: 2

Daniel Pryden
Daniel Pryden

Reputation: 60927

If ASP or ASP.NET support is important, and you're running on Windows 2003 Server, I don't see any reason not to use IIS.

Upvotes: 0

Related Questions