User1846522645 posted
I am trying to install ASP.NET application on IIS 7 (on Windows Server 2008).
The UI of the Windows Server 2008 IIS is so different that I am probably not understanding a lot of things. A few questions on the UI:
1. When I am looking at a Default Web Site or a Virtual Directory, how do I bring up Properties window? I don't see Properties command anywhere. In other versions it was as easy as right-mouse click.
2. How do I find out if .NET is configured in the IIS? In IIS 6 it was easy by looking at the properties window.
Now to my main question.
I created a virtual directory in the Default Web site. Then I am trying to browse a test .ASPX page (with a simple one line). I get error:
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
Any suggestions please?