Classic ASP Pages

Posted by Community Admin on 04-Aug-2018 22:39

Classic ASP Pages

All Replies

Posted by Community Admin on 25-Aug-2012 00:00

Our 4.4 website had a few legacy asp pages that we were using for various reasons with no problem.

After upgrading to 5.1, .asp pages are not being served.  When calling .asp pages we get the following error:

[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) +2448497
   System.Web.HttpResponse.BeginExecuteUrlForEntireResponse(String pathOverride, NameValueCollection requestHeaders, AsyncCallback cb, Object state) +417
   System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) +192
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8970356
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184

Is there a fix for this?

Posted by Community Admin on 13-Sep-2012 00:00

Subscribing to thread

Posted by Community Admin on 08-Mar-2013 00:00

Did you found any solution?

Regards,

Jose A.

Posted by Community Admin on 13-Mar-2013 00:00

Hi,

We have encountered similar issues with serving other static files as when running on IIS6. You can try adding the following line on the bottom of your httpHandlers section of the webconfig:

<add verb="*" path="*.asp" type="System.Web.StaticFileHandler" />


Greetings,
Victor Velev
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed