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
What Paul said. Big gotcha is that, if there are already applications running in virtual directories (eg /App1), there can be a little bit of configuration war as the base configuration settings override the app's settings, resulting in either outright crashes or (worse) unexpected behavior.