Remove project

  • Thread starter Thread starter simon
  • Start date Start date
S

simon

How am I supposed to delete an ASP .NET web application properly and also
remove the solution too?

I've scoured the help and they never seem to mention it.

Also, after createing an ASP .NET web app called HelloWorld I right clicked
on project icon in the project manager and chose delete.

But it did not seem to delete properly as the entry for HelloWorld was still
in IIS. And I still couldn't figure out how to remove the solution.

If it must require a manual process please list all directories and files I
would have to delete.

Thank you,
Simon
 
1. Goto My Documents\Visual Studio Projects and remove the folder with that
name.
2. In IIS Managment right click and choose "Delete"
2. Goto C:\Inetpub\wwwRoot and remove the folder there too.

George.
 
Thank you.
I thought there is some option inside studio, that removes the project, like
in previous versions of studio for asp.

Regards,
Simon
 
Back
Top