Setup Project for localhost

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

I have used ASP.NET / Visual Studio.NET exclusively to do websites in virtual directories.

How do I setup a project / solution using VS.NET for material saved drectly in localhost - no virtual directory. That is, material in c:\inetput\wwwroot.

How do I setup a project / solution using VS.NET for a website (not localhost) defined by IIS?

Thanks

Jay
 
Perhaps there is an easier way, but one hack:

1. Create a new project in a virtual directory like you usually do.
2. Close and save the project/solution.
3. Move the contents of the new project to the localhost root using Windows
Explorer.
4. Double click on the project file (not the solution) in its new location.
5. Save the project - it will prompt you to save a new solution file.

That should do it.

Good luck.

mark
www.dovetaildatabases.com

I have used ASP.NET / Visual Studio.NET exclusively to do websites in
virtual directories.

How do I setup a project / solution using VS.NET for material saved drectly
in localhost - no virtual directory. That is, material in
c:\inetput\wwwroot.

How do I setup a project / solution using VS.NET for a website (not
localhost) defined by IIS?

Thanks

Jay
 
Back
Top