I’ve got a web site that is currently only running ASP pages and is administered via IIS 5.0. The server does have the .NET 2.0 framework installed and I am trying to deploy ASP.NET 2.0 aspx page to an existing folder. However, after changing the properties of the folder by creating a web application, when browsing to the *.aspx file that is deployed there, I get a 404 error.
The ASP.NET tab in the configuration does show the web application to be running .NET 2.0.
Any ideas as to what I may have missed?
I’ll supply more details if necessary.