The main problem I encountered was: "Server Application Unavailable Error", "Unable to display Web page":
1, if your. NET version is 2.0 and above, it should be noted that: Win2003 is the default installation of 1.1, installation. NET2.0, the application pool may conflict, see this problem: Server application is not available, (server application unavailable ) Solution,
Open this path with the cmd command: C:\WINDOWS\Microsoft.NET\Framework\v (version number).
Then execute the aspnet_regiis-r instruction, and there will be two mapping prompts, which will be fine after the execution is complete.
2. Configure the application pool: The application pool-> the DefaultAppPool-> attribute-> identifies-> button selections for radio predefined accounts, select Local System in its corresponding Drop-down menu, and then determine. If you jump out of the warning, don't worry. and open port 80. The specific reference to this article, my question is in the reference to this solved, thank Sjpisaboy article: Windows 2003 Server Configuration IIS Server (ASP, ASP. NET) all work slightly
3, may be caused by directory permissions, in the Site directory, add IIS_WPG and asp.net this two users can.
4, may be the problem of Web service extensions, open Web service extensions, will asp.net V2.0.50727 Select, allow ... Ok
The above is a small set to introduce the WIN2003 IIS related error resolution, I hope to help you, if you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!