ASP .NET Web Site

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I created a ASP .NET Web Site project (C#) on my PC and want to remove the
project from the PC. Do I need to manually delete anything fro IIS?

Thanks.
 
John,

You might want to go to the IIS Admin Console and remove the ASP.NET
application from the list of applications that you have running (it should
be configured there).
 
Not really. Although if IIS is running and holds a lock on loaded assemblies,
you may not be able to fully delete the folder. When you go back to IIS
Manager, you may see a red "X" mark over the application, indicating that it
is no longer correctly mapped. Hint: this isn't really a C# language
question- it should probably be posted in the ASP.NET newsgroup.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
 

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