Deploying asp.net application to root directory in IIS

后端 未结 5 667
-上瘾入骨i
-上瘾入骨i 2021-01-11 13:56

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

5条回答
  •  长发绾君心
    2021-01-11 14:44

    The root folder is already an application - no need to create one. You deploy the same way - the folder is just "/" instead of "app1/".

提交回复
热议问题