Hi All,
I've configured the Debug Option to debug any ASP page, but it
debugs the 80% of errors.
Also try with the IIS5.0 Server Compatibility but no way...
Errors like "Connection Errors" or Objects are not processed and the request
is only a "This Page could not be find" the standard 500 error.
Using ASPeMail for example, the errors are not processed, errors like
connection to smtp servers.
Anybody Knows what I must do to fix that problem??
It seems to be somethig related to the Microsoft Script Debuger
For example:
Call it like:
http://servdors/probando.asp?prueba=justtrying
<%
myvar = Request("prueba")
if myvar <>0 then
Response.write "no error"
end if
%>
The error must be "Line 3 ", but it just returns "Cannot open the page"
What can I do?
Thanks on Advance
Best Regards
Raúl.