Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

IIS 6.0 Debugging ASP 3.0

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
set up debugging - I set up enable ASP debugging in on but whenever I open script debugger from microsoft script debugger, and open a file *.asp. The debug menu is disabled and I cannot set up a break..

Remote Debugging on XP - I am to do remote debugging with Windows 2000 Advanced Server and IIS on the server and XP, Visual InterDev on the client machine. I have gone through all the steps to install Remote Machine Debugger and Visual InterDev Server and..

Script Debugging in IIS 6 - I want to be able to debug ASP (not ASP.NET) pages running on IIS 6 using Visual but I can't seem to find the process to attach to. In IIS 5, the Debug Processes list usually contains some processes with a type of but I can't find..

Just In Time Debugging - I have a webserver that is locking up the WWW Service whenever there is even a basic error in someone's code. Instead of showing a page error to the web browser, the server itself promts to debug the error. Has anyone seen this?? I

Debugging WAM Events - I'm recieving WAM events in that show that my ISAPI plugin is crashing. What is the best way to debug this in a Can I set this up to generate a DR. Watson dump? Note, this is on NT4. Thanks
Next:  IIS: IIS 5 Anonymous NTFS Permissions  
Author Message
raul

External


Since: Jul 01, 2004
Posts: 2



(Msg. 1) Posted: Thu Jul 01, 2004 9:37 pm
Post subject: IIS 6.0 Debugging ASP 3.0
Archived from groups: microsoft>public>inetserver>iis (more info?)

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.

 >> Stay informed about: IIS 6.0 Debugging ASP 3.0 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 2) Posted: Thu Jul 01, 2004 11:08 pm
Post subject: Re: IIS 6.0 Debugging ASP 3.0 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Did you disable "Show Friendly HTTP Errors" in your browser?

--
Regards,
Kristofer Gafvert - IIS MVP
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!


"Raul Garcia" <raul.TakeThisOut@anfibic.com> wrote in message
news:OfPxrm4XEHA.3112@tk2msftngp13.phx.gbl...
 > 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:
<font color=purple> > Call it like: <a style='text-decoration: underline;' href="http://servdors/probando.asp?prueba=justtrying</font" target="_blank">http://servdors/probando.asp?prueba=justtrying</font</a>>
 > <%
 > 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.
 >
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: IIS 6.0 Debugging ASP 3.0 
Back to top
Login to vote
raul

External


Since: Jul 01, 2004
Posts: 2



(Msg. 3) Posted: Thu Jul 01, 2004 11:29 pm
Post subject: Re: IIS 6.0 Debugging ASP 3.0 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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" <kgafvert RemoveThis @NEWSilopia.com> escribió en el mensaje
news:#Q75yZ5XEHA.2868@TK2MSFTNGP09.phx.gbl...
 > Did you disable "Show Friendly HTTP Errors" in your browser?
 >
 > --
 > Regards,
 > Kristofer Gafvert - IIS MVP
 > <a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!
 >
 >
 > "Raul Garcia" <raul RemoveThis @anfibic.com> wrote in message
 > news:OfPxrm4XEHA.3112@tk2msftngp13.phx.gbl...
  > > 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:
<font color=green>  > > Call it like: <a style='text-decoration: underline;' href="http://servdors/probando.asp?prueba=justtrying</font" target="_blank">http://servdors/probando.asp?prueba=justtrying</font</a>>
  > > <%
  > > 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.
  > >
  > >
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS 6.0 Debugging ASP 3.0 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]