IIS 6.0 Debugging ASP 3.0  
Author Message
TellyT





PostPosted: Thu Jul 01 13:08:42 CDT 2004 Top

IIS >> IIS 6.0 Debugging ASP 3.0 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.

Web Programming291  
 
 
Kristofer





PostPosted: Thu Jul 01 13:08:42 CDT 2004 Top

IIS >> IIS 6.0 Debugging ASP 3.0 Did you disable "Show Friendly HTTP Errors" in your browser?

--
Regards,
Kristofer Gafvert - IIS MVP
http://www.ilopia.com - When you need help!


"Raul Garcia" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> 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.
>
>
>
>


 
 
Raul





PostPosted: Thu Jul 01 13:29:01 CDT 2004 Top

IIS >> IIS 6.0 Debugging ASP 3.0 This was the problem!!!!!!!

I've just found it in a forum

I'm using spanish Internet explorer

The option was not well translated
It says
"Mostrar mensajes descriptivos de los errores http"

Traslated means: "Show descriptive messages at http errors"
And the correct translation should be "Mostrar algunas descripciones de los
errores http"

Finally it works!!

Thank you very much!!

Regards
Raúl.



"Kristofer Gafvert" <EMail@HideDomain.com> escribió en el mensaje
news:#EMail@HideDomain.com...
> Did you disable "Show Friendly HTTP Errors" in your browser?
>
> --
> Regards,
> Kristofer Gafvert - IIS MVP
> http://www.ilopia.com - When you need help!
>
>
> "Raul Garcia" <EMail@HideDomain.com> wrote in message
> news:EMail@HideDomain.com...
> > 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.
> >
> >
> >
> >
>
>