Freigeben über


IIS7:Classic ASp :http 404.3 / An error occurred on the server when processing the URL. Please contact the system administrator

While working with classic ASP on my Vista IIS 7 box.I encountered two different problems:

Firstly if you migrated your applications to IIS 7 or developing your new asp application and on browsing the asp page if you encountered error like 404.3

HTTP Error 404.3 - Not Found

Description: The page you are requesting cannot be served because of the Multipurpose Internet Mail Extensions (MIME) map policy that is configured on the Web server. The page you requested has a file name extension that is not recognized, and is not allowed.

Upon checking Handler Mappings you won’t find mapping for *.asp to asp.dll. In that case you need to get ASP component installed  from Windows feature –> IIS –> WWW services –> Application Development feature –> ASP

(By Default ASP is not the installed on IIS 7 :) )

image

Secondly, I was having pretty simple two asp page.In one page I was including second page as following:

<!--#include virtual="/taxi/temp1.asp" –> . Upon browsing it failed with error:

“An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error.”

For sure shot my application wasn’t throwing this custom error. Then who was in that case :(.
As as security feature on IIS 7,sending script error details to client browser has been turned OFF. You can revert back to default behavior to check actual error by going into

Features views -> ASP –> Debugging Properties –> Send Errors To Browsers : set it to True –> Apply

image

After applying above setting actual error spit on the browser and ready to debug it further :)

Active Server Pages error 'ASP 0126'
Include file not found
/Taxi/index1.asp, line 10
The include file '/taxi/temp1.asp' was not found.

Till then Bye Happy

Comments

  • Anonymous
    October 30, 2009
    Thanks... this post fixed my problem and was very clear!

  • Anonymous
    February 24, 2010
    me too have the same problem , no classic asp error displayed on debug i did all the above and nothing happened please help in person

  • Anonymous
    March 03, 2010
    I have change it to true but still not working

  • Anonymous
    April 09, 2010
    Appreciate the Help, had the re: IIS7:Classic ASp :http 404.3 / An error occurred on the server when processing the URL. Please contact the system administrator issue. now i can see what my issues are.   <em>Thanks.</em>

  • Anonymous
    October 11, 2010
    After spending 2-3 hours, this post solved my problem within 1 min thanks alot . :)

  • Anonymous
    September 21, 2011
    Thank you very much. It really helped

  • Anonymous
    October 06, 2013
    Thanks Dear brother i have fixed it it is very very helpful

  • Anonymous
    November 24, 2013
    I chage made from above article but problem are not fixed...! please help me

  • Anonymous
    April 02, 2014
    Thanks , after turning on i get real error msg  and issue is fixed .