打开天正2014后出现Failed toexecute Exchange Host applicationhost

Powered by
How To Resolve HttpException (0x): Failed to Execute URL
Summary:& , a Microsoft Premier Field Engineer based in Canada, walks us through a solution for the circumstance where your .NET application(s) throw the error HttpException: Failed to Execute URL.
I was recently working with one of my customers and when they deployed a .NET application into production one of the settings on
was preventing the application from operating.& The customer&s operations team had spent considerable time trying to resolve the exception, which was particularly baffling as the same application was working absolutely fine in the test environment.& The exception we were running into is Failed to Execute URL. Somehow this exception does not emit any IIS error information on the server.& Typically, but not always, you would see this exception in conjunction with an environment residing behind .
More specifically, the exception appeared as follows:
Failed to Execute URL.
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.Web.HttpException: Failed to Execute URL.
Source Error:& An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
And here&s the associated stack trace:
[HttpException (0x): Failed to Execute URL.]
System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.BeginExecuteUrl(String url, String method, String childHeaders, Boolean sendHeaders, Boolean addUserIndo, IntPtr token, String name, String authType, Byte[] entity, AsyncCallback cb, Object state) +4040320
System.Web.HttpResponse.BeginExecuteUrlForEntireResponse(String pathOverride, NameValueCollection requestHeaders, AsyncCallback cb, Object state) +590
System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) +286
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +405
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +375
Looking at the exception details -- System.Web.HttpException: Failed to Execute URL -- it indicates that URL authorization that is failing.&& You can check out details of URL authorization in .
Resolving this problem requires you to make sure you deny Anonymous Users in your .NET authorization rules for the application, as follows:
As mentioned in , this can be controlled by the developer of the application, and by using the &authorization& element in web.config file, as follows:
&system.web&
&authorization&
&deny users="?"/&
&/authorization&
&/system.web&
Hope this will be of help to you and saves you some troubleshooting time.
Article written by
; Posted by , MSPFE Editor
Your comment has been posted. &
Thank you, your comment requires moderation so it may take a while to appear. &
Leave a Comment 上传我的文档
 下载
 收藏
该文档贡献者很忙,什么也没留下。
 下载此文档
正在努力加载中...
一天中不同死亡时刻对尸体上昆虫入侵及演替规律的影响_NoRestriction
下载积分:1500
内容提示:一天中不同死亡时刻对尸体上昆虫入侵及演替规律的影响_NoRestriction
文档格式:PDF|
浏览次数:1|
上传日期: 02:56:42|
文档星级:
该用户还上传了这些文档
一天中不同死亡时刻对尸体上昆虫入侵及演替规律的影响
官方公共微信(医学专业论文)一天中不同死亡时刻对尸体上昆虫入侵及演替规律的影响理论经济学..
扫扫二维码,随身浏览文档
手机或平板扫扫即可继续访问
(医学专业论文)一天中不同死亡时刻对尸体上昆虫入侵及演替规律的影响
举报该文档为侵权文档。
举报该文档含有违规或不良信息。
反馈该文档无法正常浏览。
举报该文档为重复文档。
推荐理由:
将文档分享至:
分享完整地址
文档地址:
粘贴到BBS或博客
flash地址:
支持嵌入FLASH地址的网站使用
html代码:
&embed src='/DocinViewer-4.swf' width='100%' height='600' type=application/x-shockwave-flash ALLOWFULLSCREEN='true' ALLOWSCRIPTACCESS='always'&&/embed&
450px*300px480px*400px650px*490px
支持嵌入HTML代码的网站使用
您的内容已经提交成功
您所提交的内容需要审核后才能发布,请您等待!
3秒自动关闭窗口

我要回帖

更多关于 key exchange failed 的文章

 

随机推荐