You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2024. It is now read-only.
Line 217: // our web application root directory
Line 218: if (pathRoot == Path.DirectorySeparatorChar.ToString())
Line 219: path = HostingEnvironment.MapPath( path);
I believe what you want in the code above the error is as follows, so that the mapping is relative to the application path. I have not tested all the code paths though, so this may introduce other errors.