惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
C
CERT Recently Published Vulnerability Notes
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed
Security Latest
Security Latest
P
Privacy International News Feed
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
AI
AI
Cisco Talos Blog
Cisco Talos Blog
K
Kaspersky official blog
S
Secure Thoughts
PCI Perspectives
PCI Perspectives
Simon Willison's Weblog
Simon Willison's Weblog
D
DataBreaches.Net
GbyAI
GbyAI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
罗磊的独立博客
V
Visual Studio Blog
aimingoo的专栏
aimingoo的专栏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
IT之家
IT之家
V
V2EX
Last Week in AI
Last Week in AI
有赞技术团队
有赞技术团队
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tenable Blog
T
Threat Research - Cisco Blogs
T
Troy Hunt's Blog
V2EX - 技术
V2EX - 技术
S
Security @ Cisco Blogs
Security Archives - TechRepublic
Security Archives - TechRepublic
Project Zero
Project Zero
The GitHub Blog
The GitHub Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
L
Lohrmann on Cybersecurity
F
Full Disclosure
H
Help Net Security
博客园 - Franky
Stack Overflow Blog
Stack Overflow Blog
N
Netflix TechBlog - Medium
Engineering at Meta
Engineering at Meta
A
Arctic Wolf
O
OpenAI News
S
Securelist

博客园 - 似曾相识

建立用户体验Drupal网站之分析阶段 Drupal 6.13和5.19发布 关于安装IIS NET开发几时有?把鼠标问VS2005! 走自己的路 - 似曾相识 - 博客园 关于"Server Error in '/' Application"(着急!!!) 本人有问题请教高手,谢谢! C#中文本如何写入数据库?(着急!多谢!) 爱情心理测试 变形金刚 章立民老师北京中关村图书大厦讲座 C#文本写入数据库(未解决) 吃西餐的礼仪 固定LABEL显示的行宽 把aspx文件生成html文件 如何固定GridView中的列宽? 网站首页首频图片替换代码 寻找.NET开发团队和项目 VS2005中显示代码行
安装动网论坛数据库的问题
似曾相识 · 2007-07-15 · via 博客园 - 似曾相识

 安装动网论坛数据库出现下面的的错误页面,请教大虾如何解决!谢谢!

“/sicengxiangshi”应用程序中的服务器错误。

对路径“D:\sicengxiangshi\files\localfiles\statistic.xml”的访问被拒绝。

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.UnauthorizedAccessException: 对路径“D:\sicengxiangshi\files\localfiles\statistic.xml”的访问被拒绝。

ASP.NET 未被授权访问所请求的资源。请考虑授予 ASP.NET 请求标识访问此资源的权限。ASP.NET 有一个在应用程序没有模拟时使用的基进程标识(通常,在 IIS 5 上为 {MACHINE}\ASPNET,在 IIS 6 上为网络服务)。如果应用程序正在通过 <identity impersonate="true"/> 模拟,则标识将为匿名用户(通常为 IUSR_MACHINENAME)或经过身份验证的请求用户。

要将 ASP.NET 访问权限授予某个文件,请在资源管理器中右击该文件,选择“属性”,然后选择“安全”选项卡。单击“添加”添加适当的用户或组。突出显示 ASP.NET 帐户,选中所需访问权限对应的框。

源错误:

执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。


堆栈跟踪:

[UnauthorizedAccessException: 对路径“D:\sicengxiangshi\files\localfiles\statistic.xml”的访问被拒绝。]
            System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2013987
            System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +998
            System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +114
            System.Xml.XmlDocument.Save(String filename) +87
            Dvbbs.bbs.Handlers.StatisticHandler.SetValues(String[] elementNames, String[] values) +155
            Dvbbs.bbs.Release.Install.RebuildStatisticFile() +455
            Dvbbs.bbs.Release.Install.Page_Load(Object sender, EventArgs e) +851
            System.Web.UI.Control.OnLoad(EventArgs e) +99
            System.Web.UI.Control.LoadRecursive() +47
            System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
            



版本信息: Microsoft .NET Framework 版本:2.0.50727.42; ASP.NET 版本:2.0.50727.42