Deploying asp.net application to root directory in IIS

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

    The very simple way is to access your application by just typing URL as 'localhost':

    open the IIS service -> sites -> default web site -> (r8 click)->manage web sites-> advanced setting

    Now it will show new window;

    1) imp: select the physical path: (now change this path to your app's path): e.g. my path is: C:\Users\Mahadev\Documents\visual studio 2017\Projects\WebApp\WebApp

    So probably hope your path will like this and select this. in this path folder names likely App data, App start, bin.. so on

    2) Physical path credentials: click on this and select 'specific user' and give OS user name password. now click 'OK'

提交回复
热议问题