ASP.NET 拒绝访问 - 中国WEB开发者网络 (http://www.webasp.net) -- 技术教程 (http://www.webasp.net/article/) --- ASP.NET 拒绝访问 (http://www.webasp.net/article/28/27855.htm) |
| -- 作者:未知 -- 发布日期: 2006-10-08 |
|
使用MICROSOFT的com组件编写插入数据到EXCEL然后再下载到客户机本机程序,在开发时测试通过,上传到WIN2000服务器上后出现如下错误: Exception Details: System.UnauthorizedAccessException: 拒绝访问。 ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user. To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access. 由于本机测试的时候就出现这种情况,在网上查找解决方法,尝试解决的方法如下: http://www.cnblogs.com/sherry/archive/2006/07/25/459248.html |
| webasp.net |