ASP.NET 拒绝访问
2006-07-26 17:12:52 来源:WEB开发网使用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 "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.
由于本机测试的时候就出现这种情况,在网上查找解决方法,尝试解决的方法如下:
1。提高IIS_USER的权限,将IIS_USER加入ADMINISTRATOR,个人觉得这样做有安全风险,故不采用
2。在开始-》运行 输入dcomcnfg配置,EXCELcom文件的安全性权限,编辑启动权限,配置权限
修改完成后出现错误
Server Error in '/Webqr' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object
http://www.cnblogs.com/sherry/archive/2006/07/25/459248.html
- ››asp.net页面弄成伪静态页面
- ››Asp.net 中将汉字转换成拼音的方法
- ››ASP.NET及JS中的cookie基本用法
- ››ASP.NET获取MS SQL Server安装实例
- ››asp.net实现调用百度pai 在线翻译英文转中文
- ››ASP.NET页面选项进行提示判断
- ››Asp.net定时执行程序
- ››ASP.NET中利用DataList实现图片无缝滚动
- ››ASP.NET验证控件RequiredFieldValidator
- ››ASP.NET中使用System.Net.Mail发邮件
- ››ASP.NET中获取用户控件中控件的ID
- ››ASP.NET中FileBytes写成文件并存档
赞助商链接