Default IIS Directory for ASP.NET Projects

  • Thread starter Thread starter Pete
  • Start date Start date
P

Pete

Is there a way to set the default directory on IIS for where new ASP.NET
projects are created? For that matter is there a way to change the location
of where they are created? When we try to set the path we get an error:

'Visual Studio .Net has detected that the specified Web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET Web
applications or services.' This error occured when we stopped the web site
on the same server for where Studio is creating the projects.

Thanks,
Pete
 
You can right click on any folder and enable web sharing. Then create a new project and point the 'Location' to there.

----- Pete wrote: -----

Is there a way to set the default directory on IIS for where new ASP.NET
projects are created? For that matter is there a way to change the location
of where they are created? When we try to set the path we get an error:

'Visual Studio .Net has detected that the specified Web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET Web
applications or services.' This error occured when we stopped the web site
on the same server for where Studio is creating the projects.

Thanks,
Pete
 
Back
Top