职业IT人-IT人生活圈

 找回密码
 成为会员
搜索
查看: 997|回复: 0

ASP.NET 拒绝访问

[复制链接]
joe 发表于 2007-2-8 19:14 | 显示全部楼层 |阅读模式
使用MICROSOFT的com组件编写插入数据到EXCEL然后再下载到客户机本机程序,在开发时测试通过,上传到WIN2000服务器上后出现如下错误:
  Server Error in \'/Webqr\' 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.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 \"roperties\" 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.

由于本机测试的时候就出现这种情况,在网上查找解决方法,尝试解决的方法如下:
1。提高IIS_USER的权限,将IIS_USER加入ADMINISTRATOR,个人觉得这样做有安全风险,故不采用
2。在开始-》运行 输入dcomcnfg配置,EXCELcom文件的安全性权限,编辑启动权限,配置权限
修改完成后出现错误
  Server Error in \'/Webqr\' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object
您需要登录后才可以回帖 登录 | 成为会员

本版积分规则

QQ|手机版|小黑屋|网站帮助|职业IT人-IT人生活圈 ( 粤ICP备12053935号-1 )|网站地图
本站文章版权归原发布者及原出处所有。内容为作者个人观点,并不代表本站赞同其观点和对其真实性负责,本站只提供参考并不构成任何投资及应用建议。本站是信息平台,网站上部分文章为转载,并不用于任何商业目的,我们已经尽可能的对作者和来源进行了通告,但是能力有限或疏忽造成漏登,请及时联系我们,我们将根据著作权人的要求立即更正或者删除有关内容。

GMT+8, 2024-5-14 08:26 , Processed in 0.118061 second(s), 20 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表