How to unpublish a .Net application
4 answers
Most likely, your application is not running from any folder because it is configured to use asp.net 1.1, or it does not have asp.net installed on the server at all. If it is installed and both 1.1 and 2.0+ are installed, it will default to 1.1 and the folder should be configured to use 2.0+.
But other than that, you simply delete files from the server manually.
+1
a source to share