Delete a project in VS 2005

  • Thread starter Thread starter Progman
  • Start date Start date
P

Progman

I need to completely remove a web project from VS 2005.
How can I do that?
 
First, use the IIS Manager to delete the virtual directory or Application.
Then, delete the project's files.

The project files are in the project's directory at :
\My Documents\Visual Studio 2005\Projects\
( unless you placed them somewhere else...)

Once you do that, when you open VS 2005 again,
you will be prompted to remove the project from the MRU.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

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

Back
Top