Deploying asp.net application to root directory in IIS

后端 未结 5 670
-上瘾入骨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:30

    You should create new site instead of creating new web application or virtual path on (Default web site).

    1. Right click Add new website
    2. Type your site name, select physical path point to your deploy web site and notice type your domain name in host name label: Ex: www.example.com (your domain must be existed). Then click OK.

    This way will make your web application root path "/" .

提交回复
热议问题