当前位置:网站首页>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.
边栏推荐
- Unity—物理引擎+“武器模块”
- Shiny02---Shiny exception solution
- PCI Pharma Services Announces Multi-Million Dollar Expansion of UK Manufacturing Facility to Meet Growing Demand for Global High Potency Drug Manufacturing Services to Support Oncology Treatment
- 二叉搜索树问题
- IO process thread -> communication between processes -> day7
- "Automatic Data Collection Based on R Language"--Chapter 3 XML and JSON
- 外企Office常用英语
- IO进程线程->进程间的通信->day7
- Redis 全套学习笔记.pdf,太全了
- MySQL: JDBC programming
猜你喜欢
随机推荐
GAN生成动漫头像Pytorch
UDP group (multi)cast
软件测试必问面试题(附答案和解析)
Technical Analysis Patterns (11) How to Trade Head and Shoulders Patterns
"Automatic Data Collection Based on R Language"--Chapter 3 XML and JSON
真实字节跳动测试开发面试题,拿下年薪50万offer。
在anaconda Promat界面import torch通过,在jupyter notebook中报错的问题(仅提供思路理解!)
Rapid Medical's Ultra-Small and Only Adjustable Thromb Retriever Receives FDA Clearance
本地能ping通虚拟机,虚拟机ping不通本地
二叉树进阶复习1
游戏思考19:游戏多维计算相关:点乘、叉乘、点线面距离计算
Redis 全套学习笔记.pdf,太全了
(4) Rotating object detection data roLabelImg to DOTA format
IO process thread -> communication between processes -> day7
【动态类型检测 Objective-C】
C-Eighty seven(背包+bitset)
MySQL:order by排序查询,group by分组查询
MySQL: JDBC programming
props 后面的数据流是什么?
Does Libpq support read-write separation configuration?









