D
Dave
When I create a new asp.net project in Visual Studio it automatically
creates a new web in IIS with the name of the project.
How do I create asp.net pages that I want to run in my root (default) web
site on my server?
For example, I want:
http://mywebsevername/default.aspx
Not
http://mywebsevername/myVSprojectname/default.aspx
creates a new web in IIS with the name of the project.
How do I create asp.net pages that I want to run in my root (default) web
site on my server?
For example, I want:
http://mywebsevername/default.aspx
Not
http://mywebsevername/myVSprojectname/default.aspx