I plan to deploy an ASP.NET application to a UNC path and create a virtual directory pointing to a UNC path.
For example, the location of an ASP.NET application would be:
\\server01\myFirstApplication\
Instead:
C:\Inetpub\wwwroot\myFirstApplication
Do you see if we have any complications?
source
share