ylbtech-Error-ASP.NET:对路径“C:\inetpub\wwwroot_tbm\Attachment\2020023\1000100财务资产处\20200326180745.pptx”的访问被拒绝。 |
1.返回顶部 |
1、
“/tbm_dev”应用程序中的服务器错误。
对路径“C:\inetpub\wwwroot_tbm\Attachment\2020023\1000100财务资产处\20200326180745.pptx”的访问被拒绝。
说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。异常详细信息: System.UnauthorizedAccessException: 对路径“C:\inetpub\wwwroot_tbm\Attachment\2020023\1000100财务资产处\20200326180745.pptx”的访问被拒绝。
ASP.NET 无权访问所请求的资源。请考虑对 ASP.NET 请求标识授予访问此资源的权限。ASP.NET 有一个在应用程序没有模拟时使用的基进程标识(通常,在 IIS 5 上为 {MACHINE}\ASPNET,在 IIS 6 和 IIS 7 上为网络服务,在 IIS 7.5 上为配置的应用程序池标识)。如果应用程序正在通过 <identity impersonate="true"/> 模拟,则标识将为匿名用户(通常为 IUSR_MACHINENAME)或经过身份验证的请求用户。
要将 ASP.NET 访问权限授予某个文件,请在文件资源管理器中右击该文件,选择“属性”,然后选择“安全”选项卡。单击“添加”添加适当的用户或组。突出显示 ASP.NET 帐户,选中所需访问权限对应的框。
源错误:
行 32: using (var requestStream = result.Content) 行 33: { 行 34: using (var fs = File.Open(filename, FileMode.OpenOrCreate)) 行 35: { 行 36: int length = 4 * 1024; |
源文件: D:\sinopec-tbm\源代码\05.Common\Sp.TBM.Common\OssHelper.cs 行: 34
堆栈跟踪:
[UnauthorizedAccessException: 对路径“C:\inetpub\wwwroot_tbm\Attachment\2020023\1000100财务资产处\20200326180745.pptx”的访问被拒绝。] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +417 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, Boolean useLongPath, Boolean checkHost) +1217 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +123 System.IO.File.Open(String path, FileMode mode) +73 Sp.TBM.Common.OssHelper.GetObject(String key, String filename) in D:\sinopec-tbm\源代码\05.Common\Sp.TBM.Common\OssHelper.cs:34 Sp.TBM.Web.Common.DownloadFile.ProcessRequest(HttpContext context) in D:\sinopec-tbm\源代码\01.Web\Sp.TBM.Web\Common\DownloadFile.ashx.cs:29 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +790 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88 |
版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.7.3062.0
2、
2.返回顶部 |
3.返回顶部 |
4.返回顶部 |
5.返回顶部 |
6.返回顶部 |
作者:ylbtech 出处:http://ylbtech.cnblogs.com/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。 |
来源:https://www.cnblogs.com/storebook/p/12576266.html