How can I deploy an asp.net application to the root of an IIS6 webserver? All the applications I\'ve deployed before have been in directories, such as http://www.example.co
You should create new site instead of creating new web application or virtual path on (Default web site).
This way will make your web application root path "/" .