Solution & ldquo; The owin. Environment item & rdquo; cannot be found in the context.

Source: Internet
Author: User

Solution: The owin. Environment item cannot be found in the context, and the USB flash drive solution cannot be found.

After the website is published to the virtual space, the following error is displayed: The owin. Environment item cannot be found in the Context. Baidu has not solved the problem for a long time. Add the following configuration in web. config.

<System. webServer>  

The problem seems to have been solved. But there is a new problem. An error occurred while loading all static content. The final modification method is to remove the above Code and give

Add runAllManagedModulesForAllRequests = "true" to the modules node. The Code is as follows:

<System. webServer> <modules runAllManagedModulesForAllRequests = "true"> <remove name = "FormsAuthentication"/> the following content is omitted </modules> </system. webServer>
Although the problem has been solved, I still don't know where the problem is.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.