Default IIS Directory for ASP.NET Projects

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top