English 中文(简体)
交通部拒绝错误。 NET 发展服务器
原标题:Access denied error in ASP.NET development server

2008年视觉演播室

我在现有的(工作)项目中增加了以下内容:

if (File.Exists(c_szInvoiceFolder + szAttachmentFile))
    File.Delete(c_szInvoiceFolder + szAttachmentFile);
if (File.Exists(c_szApp_DataFolder + szTemplateFile))
   File.Copy(c_szApp_DataFolder + szTemplateFile, c_szInvoiceFolder + szAttachmentFile);

当该法典首次运行时,该档案按预期复制。

然而,当该法典重新实施时,在删除线上,我“不能走......路”。

根据我发现的所有文件,协会。 互联网开发服务器应当随着用户的拖网运行。 看来情况并非如此,因为我可以删除这些档案。

Anyone have any ideas why this is happening?

NOTE:这发生在我手提电脑在VS Dev环境中运行时。

ANOTHER NOTE:为什么我会允许公民教育和自由运动。

BTW,我试图通过允许EVERYONE完全接触该名录来解决这一问题。 无帮助。

最佳回答

这个问题已经解决。 原文读一读,正好读到。 从原木和所有工艺ok中清除了阅读旗帜。

问题回答

暂无回答




相关问题
How to speed up Visual Studio 2008? Add more resources?

I m using Visual Studio 2008 (with the latest service pack) I also have ReSharper 4.5 installed. ReSharper Code analysis/ scan is turned off. OS: Windows 7 Enterprise Edition It takes me a long time ...

Trouble with VS.PHP installing it s own Apache server

I tried installing VS.PHP some time ago. I was intent on seeing how it works with my current setup. I immediately encountered trouble: none of my sites wanted to render. On windows, I m using WAMP ...

Jquery and Intellisense in VS 2008 with hotfix and SP1

I followed Scott Guthrie s instructions as outlined at http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx but no avail: intellisense still doesn t work. Any tips?

Fixing "error C2065: undeclared identifier"

First off, I m completely out of my depth here. So the question might be the wrong one to ask, but here goes... As per the accepted answer to this question, I m trying to compile the bindings for the ...

View whitespace in VS2008

After Jeph most recent post: http://www.codinghorror.com/blog/archives/001310.html, I thought to myself it would be fun to see if any of my code has those trailing whitespaces. So I open Visual ...

热门标签