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.
Nicholas Paldino [.NET/C# MVP] - 21 Aug 2007 20:45 GMT
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).

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> 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.
Peter Bromberg [C# MVP] - 22 Aug 2007 01:32 GMT
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
> 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.