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.
Stack Trace:
[HttpException (0x80004005): 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) +3234256
System.Web.HttpResponse.BeginExecuteUrlForEntireResponse(String pathOverride, NameValueCollection requestHeaders, AsyncCallback cb, Object state) +540
System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) +343
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +392
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +263
Version Information: Microsoft .NET Framework Version:2.0.50727.4206; ASP.NET Version:2.0.50727.4209
Endrit Pasho
"Intellectuals solve problems; geniuses prevent them"
-- Albert Einstein
Is it the MVC application running on IIS 6? If yes, have you created wildcard mapping? if ne, please do that http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx
Thanks
-Akhtar
Please remember to mark the appropriate replies as answer after your question is solved, thanks
epasho
Member
424 Points
148 Posts
HttpException (0x80004005): Failed to Execute URL
Apr 04, 2011 04:41 PM|LINK
For some reasons i am getting "
"
When I type http://localhost/default.aspx it works so i have to add default.aspx to resolve. Any ideas?
"Intellectuals solve problems; geniuses prevent them"
-- Albert Einstein
akhhttar
Contributor
6506 Points
963 Posts
Re: HttpException (0x80004005): Failed to Execute URL
Apr 04, 2011 06:49 PM|LINK
make sure that default.aspx is set to default page for web site.
In Windows 20008, IIS 7.0/7.5
Administrative Tools-> IIS Manager -> You Server Name -> Your site name -> Under HTTP features -> Default document -> Add Default.aspx
Thanks
-Akhtar
My Blog
epasho
Member
424 Points
148 Posts
Re: HttpException (0x80004005): Failed to Execute URL
Apr 04, 2011 06:57 PM|LINK
yes it is. this does not solve anything
"Intellectuals solve problems; geniuses prevent them"
-- Albert Einstein
akhhttar
Contributor
6506 Points
963 Posts
Re: HttpException (0x80004005): Failed to Execute URL
Apr 04, 2011 07:18 PM|LINK
are you using any url routing?
Is it the MVC application running on IIS 6? If yes, have you created wildcard mapping? if ne, please do that http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx
Thanks
-Akhtar
My Blog
epasho
Member
424 Points
148 Posts
Re: HttpException (0x80004005): Failed to Execute URL
Apr 04, 2011 07:33 PM|LINK
nope its not MVC and its running on IIS7 2.0 framework.
"Intellectuals solve problems; geniuses prevent them"
-- Albert Einstein
ramiramilu
All-Star
95393 Points
14096 Posts
Re: HttpException (0x80004005): Failed to Execute URL
Apr 05, 2011 05:52 AM|LINK
Cross check the applicationpool settings and have enough permissions for ASPNET USER account....
Check them...also do post the same question @IIS forums, those IIS guys are best persons to solve this problem...
Thanks.
JumpStart
brunogarcia
Member
2 Points
1 Post
Re: HttpException (0x80004005): Failed to Execute URL
May 23, 2012 03:23 PM|LINK
at this point, the only thing to say is:
http://xkcd.com/979/
Any news on this topic people? :)