I'm working on adding a new .NET 2.0 web page to a web site that is currently using only classic ASP pages and is administered via IIS 5.0. The server has the .NET 2.0 framework installed and I am trying to deploy ASP.NET 2.0 aspx pages to an existing folder under the web site's home directory. However, after changing the properties of the folder, thus creating a web application, when browsing to the *.aspx file that is deployed there, I get an HTTP 404 error (resource cannot be found).
The ASP.NET tab in the configuration does show the web application to be running the .NET 2.0 framework.
Here are some more details:
-
The pre-existing folder under the web site home directory is where I clicked properties and on the Directory tab I clicked the Create button to create the web application.
-
Before creating the web application in IIS, I copied a HelloWorld.aspx file out to the target directory and was able to browse to it successfully.
Any ideas as to what I may be missing?
I'll supply more details if necessary.