delete wwwroot subdirectory and virtual directory when web application is uninstalled

  • Thread starter Thread starter Loane Sharp
  • Start date Start date
L

Loane Sharp

Hi there
I have a web application created in Visual Studio 2005. The web application
is installed in a subdirectory of the wwwroot directory, which is mapped in
turn to a virtual directory (IIS, Windows XP). When the web application is
uninstalled from Control Panel > Add/Remove Programs, the wwwroot
subdirectory and IIS virtual directory are not deleted. Do you know how can
I delete/remove them during the uninstall? Will the install project need to
run with special permissions to be able to do this?
Best regards
Loane
 
Back
Top