Monday, May 24, 2010

Can anyone recommend any good ASP processing servers other than IIS?

To develop ASP Web applications and XML Web services, you need Internet Information Services (IIS) installed on your Windows 2000 or Windows XP or later computer. ASP Web applications and XML Web services require that both IIS and FrontPage Server Extensions be installed for local development of these project types. ASP.NET must also be installed and registered.





Certain project types and features in Visual Studio require that specific software components, which may be listed as optional in setup, must be installed before you can use that feature or project. Some of these components must be installed on the development computer, while others can be installed on a remote computer.





ASP.NET Web applications run on a Web server configured with Microsoft Internet Information Services (IIS). However, you do not need to work directly with IIS. You can program IIS facilities using ASP.NET classes, and Visual Studio handles file management tasks such as creating IIS applications when needed, and providing ways for you to deploy your Web applications to IIS.





_________________________

Can anyone recommend any good ASP processing servers other than IIS?
Look up the apache uniserver





http://www.uniformserver.com/





it's a stand alone server, you can run off any location on your computer, or off a flash drive
Reply:Since asp and .net applications are a Microsoft system, IIS is the only platform fully supporting it, and since they keep changing it, forcing upgrades continuously, there is unlikely to be really serious support for it on non MS servers. More common is php, which I find to be far more powerful and faster.


No comments:

Post a Comment