处理程序尚未确定错误 [英] Handler not yet determined error

查看:501
本文介绍了处理程序尚未确定错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我对部署网站一无所知,所以我可能犯了一些愚蠢的错误。

I don’t know anything about deploying a website, so I probably made some stupid mistake.

无论如何,我打开了IIS 7管理器,创建了新的虚拟目录(通过Add Application)并将其指向Visual Studio保存我的Web项目的物理目录。但是当我尝试请求.aspx页面时,浏览器报告了以下错误(我不会发布整个错误,只是有趣的位):

Anyways, I opened IIS 7 manager, created new virtual directory ( via Add Application ) and pointed it to physical directory where Visual studio saved my Web project. But when I tried to request an .aspx page, browser reported the following error (I won’t post the whole error, but just the interesting bits):


处理程序:尚未确定

配置错误:由于权限不足而无法读取配置文件

登录用户:尚未确定

Handler: Not yet determined
Config Error: Cannot read configuration file due to insufficient permissions
Logon User: Not yet determined


A)为什么处理程序还没有决心?据我所知,IIS7确实注册了Asp.Net处理程序?!

A) why is handler not yet determined? As far as I know, IIS7 does have Asp.Net handler registered?!

B)为什么IIS没有足够的权限?这是否意味着我应该给予IIS更高的权限?或者Asp.Net运行时是否具有不足的权限?

B) Why wouldn’t IIS have sufficient permissions? Does that mean I should give IIS higher privileges? Or does Asp.Net runtime have insufficient permissions?

C)错误是否也可能是因为它可能期望用户对自身进行身份验证?我假设这是由于登录用户尚未确定?

C) Could the error also be due to the fact that perhaps it expected the user to authenticate itself? I’m assuming this due to Logon user not yet being determined?

D)最后,任何想法如何使其工作?

D) And finally, any ideas how to make it work?


thanx

推荐答案


错误代码:0x8007000d

error code:0x8007000d

我开始玩权限和所有权限那些关于web.config或applicationhost.config访问问题的东西无论如何都没有改变错误。

I started playing with permissions and all the stuff about access issues to web.config or applicationhost.config anyway those did not change the error.

当我玩我的web.config时我删除了重写标签我的配置文件和错误已更改。然后我安装了web平台安装程序并为IIS安装了url重写模块,现在我的网站正在运行一些配置。我花了大约一天的时间才发现这个问题,希望能有所帮助。

while I was playing with my web.config I deleted rewrite tags from my config file and error changed. then I installed "web platform installer" and installed url rewrite module for IIS and played with some configuration now my site is working. it took about one day to find out this issue I hope it helps someone.

这篇关于处理程序尚未确定错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆