WebApiContrib.Formatting.Razor icon indicating copy to clipboard operation
WebApiContrib.Formatting.Razor copied to clipboard

UNC path failure

Open wasabii opened this issue 10 years ago • 0 comments

System.Net.Http.HttpRequestException System.Net.Http.HttpRequestException: Error while copying content to a stream. ---> System.IO.FileNotFoundException: Can't find a view with the name 'SignIn.cshtml' or 'SignIn.vbhtml in the '\Views' folder under path 'ad.isillc.com\web\inetsrv\sites\ISIS.Partner.Authentication'

My site is mapped to a DFS path. Clearly, it's stripping off the leading \, and thus failing. Error is probably in RazorViewLocator somewhere.

wasabii avatar Mar 17 '15 16:03 wasabii