首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

WIN2003改Windows权限后,net网站均出现"Server Error in '/' Application"解决方法

2012-03-12 
WIN2003改Windows权限后,.net网站均出现Server Error in / Application我把服务器的windows文件夹权限

WIN2003改Windows权限后,.net网站均出现"Server Error in '/' Application"
我把服务器的windows文件夹权限给改了.而且把权限继承下去了.改后,所有的asp.net+access的网站都出现错误,而asp+access的没有错误.错误代码为:

Server   Error   in   '/ '   Application.
--------------------------------------------

未指定的错误  
Description:   An   unhandled   exception   occurred   during   the   execution   of   the   current   web   request.   Please   review   the   stack   trace   for   more   information   about   the   error   and   where   it   originated   in   the   code.  

Exception   Details:   System.Data.OleDb.OleDbException:   未指定的错误

Source   Error:  

An   unhandled   exception   was   generated   during   the   execution   of   the   current   web   request.   Information   regarding   the   origin   and   location   of   the   exception   can   be   identified   using   the   exception   stack   trace   below.    

Stack   Trace:  


[OleDbException   (0x80004005):   未指定的错误]

 


[解决办法]
权限不够喽。。。
文件夹里要ASPNET可写入权限
还有LOCAL SERVICE
还有NETWORK SERVIE

[解决办法]
帮LZ顶
[解决办法]
在IIS里给ASP.NET设置可写权限,然后把权限继承

热点排行