Linux has symlink. Visual Studio has Add as Link. Is there a way that I can assign a directory to a level under wwwroot?
I tried a virtual directory but that didn't work as expected. It appears to be a top level item only.
Linux has symlink. Visual Studio has Add as Link. Is there a way that I can assign a directory to a level under wwwroot?
I tried a virtual directory but that didn't work as expected. It appears to be a top level item only.
How to assign wwwroot\files\pics to d:\pics
Is there a way that I can assign a directory to a level under wwwroot?
According to your description, I couldn’t understand your requirement clearly, your title is to assign a directory under wwwroot to d:\pics, but in your content you want to assign a directory to wwwroot. what exactly are your needs? please post more details information about your requirement.
@SamWu-MSFT thank you for the response.
In Linux we can assign a symbolic link (symlink) which points to another location on the system. Is possible to do the same with IIS?
j:\websites\mywebsite\wwwroot\files\pics --------> c:\otherfolder\anotherfolder\pictures
1 Person is following this question.