First of all, please make sure that you specified URL correctly.
If
the URL is correct, check if ASP.NET is installed and enabled in windows 2003/IIS6 - for IIS7 see below the graphic. By
default Windows 2003 Server does not install ASP.NET support even if
.NET Framework is installed.
To enable ASP.NET go to: Control Panel > Administrative Tools > Internet Information Services.
Select "Web Service Extensions", choose "ASP.NET v4.0.30319" and click "Allow".
For IIS7 / Windows 2008, the following info will ensure .NET maps to IIS:
You will need to enable the ASP.NET Role Service in IIS7 to be able to run your
ASP.Net application on it, and this is how you do it:
- Open Control
Panel
- Programs and Features
- Turn Windows Features on or off
- Roles - Web Server (IIS) - Role Services - Add Role Services
- Application Development
- ASP.NET <-- check mark here
Article ID: 11, Created On: 2/26/2008, Modified: 3/5/2012