Is it possible to set a virtual directory as the root directory in IIS 7?

Is it possible to install a virtual directory or application so that the entry in the code is displayed in the application or virtual directory. how is the root (/)?

+4
source share
1 answer

Since this original β€œRoot” is no longer useful, just change the root physical folder as your physical application root folder. Your application becomes the root of the site.

+3
source

Source: https://habr.com/ru/post/1385717/


All Articles