microsoft expression error

Colleen Kuhlman 0 Reputation points
2023-01-11T17:26:47.0766667+00:00

My editor worked fine, then this came up when trying to preview and I have no idea how to fix. I edit another website on the same laptop and that works just fine

error

Bing Bing Search APIs Bing Web Search API
Developer technologies ASP.NET Other
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Taylor 60,161 Reputation points
    2023-01-11T19:12:38.15+00:00

    I'm guessing the G: drive is a mapped drive. Mapped drives are per user. You cannot use a mapped drive for a web app because the web app will be running under an app pool. Use a local drive and path but to be honest you probably shouldn't be setting the temp directory at all. Let the framework use its default value.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.