I caused this error on our development server because I wanted to see how and what information would be given regarding such an error. This is what it gave:
"An error occurred on the server when processing the URL. Please contact the system administrator"
I need it to be something like this:
"Microsoft VBScript compilation error '800a0401'
Expected end of statement
/clients/test/index.asp, line 18
Server=SERVER\SQLEXPRESS;Database=GE_Data;Trusted_Connection=True;"
On IIS 7.0 server it doesn't do that? I have tryied setting the server to Detailed Error message and I have the advanced settings unchecked for show friendly error in the browser. Any help would be great?
"An error occurred on the server when processing the URL. Please contact the system administrator"
I need it to be something like this:
"Microsoft VBScript compilation error '800a0401'
Expected end of statement
/clients/test/index.asp, line 18
Server=SERVER\SQLEXPRESS;Database=GE_Data;Trusted_Connection=True;"
On IIS 7.0 server it doesn't do that? I have tryied setting the server to Detailed Error message and I have the advanced settings unchecked for show friendly error in the browser. Any help would be great?