当前位置:网站首页>Access Denied: "microsoft.web.ui.webcontrols" workaround
Access Denied: "microsoft.web.ui.webcontrols" workaround
2022-08-05 07:15:00 【51CTO】
ERROR:
Configuration Error
Description: An error occurred while processing the configuration file required to service this request.Please check the specific error details below and modify the configuration file appropriately.
Parser Error Message: Access Denied: "microsoft.web.ui.webcontrols".
Solution:
The most common cause is the Indexing service.The solution is to disable the Indexing service, or configure ASP.net's temporary directory not to be affected by the Indexing service.
The steps to configure the temporary directory of ASP.net not to be affected by the Indexing service are as follows:
1. Start--Administrative Tools--Computer Management (Location of Win2003, similar to other operating systems) Open Computer Management
2. Expand the "Services and Applications" node in the left tree of Computer Management, then expand the "Indexing Service" node under it, then expand the "System" node under it, and then expand under it "Directory" node.
3. On the right side of computer management, we can see the configured indexing service directory.
4. Right-click on the "Directory" node and select "New"--"Directory"
5. In the "Add Directory" dialog box, enter the temporary file of ASP.net through the input boxTable of contents.The default should be:
c:/
6. In the "Include in Index?" option, select "No"
7. Click the "OK" button
8. Right-click on the "Indexing Service" node and restartindexing service.
边栏推荐
猜你喜欢
随机推荐
二叉搜索树问题
高端无主灯设计灯光设计该如何布置射灯灯具?
MySQL: JDBC programming
微信 小程序 之PC端 不支持 wx.previewMedia 方法 故用自定义轮播图进行 模拟照片视频的播放
MobileNetV2架构解析
真实字节跳动测试开发面试题,拿下年薪50万offer。
Cannot compare or sort text, ntext, and image data types
2006年星座运势全解-射手
props 后面的数据流是什么?
Put Cloudflare on the website (take Tencent Cloud as an example)
U++ UE4官方文档课后作业
Database table insert data
2022 Fusion Welding and Thermal Cutting Operation Certificate Exam Questions and Mock Exams
typescript60-泛型工具类型(readonly)
原来使Maya Arnold也能渲染出高质量作品!超赞小技巧
TRACE32——C源码关联1
【JVM调优】Xms和Xmx为什么要保持一致
MySQL: join query | inner join, outer join
标准C语言15
Vulnhub靶机:HA_ NARAK









