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

Debugger Problems

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Related Topics:
ASP.DLL and debugger - I'm trying to overwrite a 5.02 asp.dll (italian) version with a 4.02 (english) version. I have to do this to Visual Interdev 6.0 to work debugging asp pages. When I try to do this asp.dll is ALWAYS with the newest one (5.02). How can I do..

iis 5.1 could not run debugger - Any help on this issue. I could not run script debugger in xp.

Script Debugger - I develop mostly ASP and have used the debugging flags to trouble shoot problems. Recently the debugging flags stopped With the script debugger and debugging flags on I can run a page with an error but the script

IIS / ASP.NET freezing in debugger - Hello, I am having a problem where my computer is freezing when I run a ASP.net project. It freezes in the debugger, or if I try to run it as I cannot even access the windows Taskbar, or anything. I have to power off my computer. It is a..

Co-worker can run debugger on web server BUT I CAN NOT ! - Error message: to start debugging on the web server. Unable to map the debug start page to a machine I can no longer run the debugger from my local PC for a project on our web server. You know, F5 in Visual Studio. I can run in debug..
Next:  IIS: SMTP Server - Default Senders Address Invalid  
Author Message
Ian C

External


Since: Oct 09, 2007
Posts: 4



(Msg. 1) Posted: Sun Feb 10, 2008 7:27 am
Post subject: Debugger Problems
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi, Guys hope you can help me here.
..
I’m having problems invoking the MS Script Debugger.
Requirements of article KB281427 have been complied with, ie:
IIS Server Script debugging enabled
DCOM Permissions set
MS Debugger set as JIT default by installing registry file MSScrDbg.exe.
(KB284973)
IWAM permissions set for Machine Debugger
..
The JITDebug (launch on ‘Stop’) key in registry has been enabled as per
article KB252895.
..
On encountering a ‘Stop’ statement or a run-time error the Just-in-Time
Debugger (csrss.exe) issues the message:
“An exception ‘Runtime Error’ has occurred in Script.
However, no debuggers are registered that can debug this exception. Unable
to JIT debug.”
..
The IIS then returns a HTTP 500.100 error message correctly identifying the
VBScript error.
..
Why is MS Debugger not registered with JIT Debugger ?
Is a patch or update needed ?
How do I fix it ?
..
System = XP Pro SP2, IIS5.1, IE7.0
Script = VBScript
..
PS – I’ve noticed that in MMC Computer Management, in Local Groups there is
a Debugger Users group,
where does this come into play ?


--
Ian C

 >> Stay informed about: Debugger Problems 
Back to top
Login to vote
Gorgsenegger

External


Since: Feb 18, 2008
Posts: 1



(Msg. 2) Posted: Mon Feb 18, 2008 6:52 am
Post subject: Re: Debugger Problems [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Ian,

I'm afraid I can't help you as I have the same problem. I installed
the Microsoft Script Debugger from the MS website and the Microsoft
Script Editor (better in my opinion) from the Office installation
files. However, when I open a HTML file with Javascript that launches
the debugger via "debugger", in the best case I get the error message
you described. Sometimes I don't even get an error message, it just
seems that nothing at all happens, which is also the case when I try
to open the debugger via the menu.

IE settings have been checked and script debugging is NOT disabled
(neither of the two), and running the MS Script Editor (MSE7.exe)
directly also works fine. I set the registry value as described in the
KB article as well, but nothing seems to work...

G.

On Feb 10, 4:27 pm, Ian C <I....DeleteThis@discussions.microsoft.com> wrote:
> Hi, Guys hope you can help me here.
> .
> I'm having problems invoking the MS Script Debugger.
> Requirements of article KB281427 have been complied with, ie:
> IIS Server Script debugging enabled
> DCOM Permissions set
> MS Debugger set as JIT default by installing registry file MSScrDbg.exe.
> (KB284973)
> IWAM permissions set for Machine Debugger
> .
> The JITDebug (launch on 'Stop') key in registry has been enabled as per
> article KB252895.
> .
> On encountering a 'Stop' statement or a run-time error the Just-in-Time
> Debugger (csrss.exe) issues the message:
> "An exception 'Runtime Error' has occurred in Script.
> However, no debuggers are registered that can debug this exception. Unable
> to JIT debug."
> .
> The IIS then returns a HTTP 500.100 error message correctly identifying the
> VBScript error.
> .
> Why is MS Debugger not registered with JIT Debugger ?
> Is a patch or update needed ?
> How do I fix it ?
> .
> System = XP Pro SP2, IIS5.1, IE7.0
> Script = VBScript
> .
> PS - I've noticed that in MMC Computer Management, in Local Groups there is
> a Debugger Users group,
> where does this come into play ?
>
> --
> Ian C

 >> Stay informed about: Debugger Problems 
Back to top
Login to vote
Ian C

External


Since: Oct 09, 2007
Posts: 4



(Msg. 3) Posted: Sat Mar 08, 2008 2:20 am
Post subject: Re: Debugger Problems [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi G
Thanks for the reply, sorry I’m late getting back.

In the absence of any help, I’ve had to work this problem back from first
principles,
however this solution works for me.
..
Enable Server-side script debugging in IIS
For Machine Debug Manager, MS Script Debugger and JIT Debugging Handler,
give Dcom permissions for the Access, Launch and Configuration properties to
Administrator, Interactive and System.
Set MS Script Debugger as default by adding Registry Key as per KB284973.
In IIS – Default Web Site – Home Directory, set Application Protection to
“Low (IIS Process)”
Re-boot and both Debugger and Script Editor should now work, (well it does
on my machines)
..
The so called “experts” on this site seem to be quite useless don’t they?
..
If you have any problems let me know.
..
Best Regards
..
Ian C



--
Ian C


"Gorgsenegger" wrote:

> Hi Ian,
>
> I'm afraid I can't help you as I have the same problem. I installed
> the Microsoft Script Debugger from the MS website and the Microsoft
> Script Editor (better in my opinion) from the Office installation
> files. However, when I open a HTML file with Javascript that launches
> the debugger via "debugger", in the best case I get the error message
> you described. Sometimes I don't even get an error message, it just
> seems that nothing at all happens, which is also the case when I try
> to open the debugger via the menu.
>
> IE settings have been checked and script debugging is NOT disabled
> (neither of the two), and running the MS Script Editor (MSE7.exe)
> directly also works fine. I set the registry value as described in the
> KB article as well, but nothing seems to work...
>
> G.
>
> On Feb 10, 4:27 pm, Ian C <I... DeleteThis @discussions.microsoft.com> wrote:
> > Hi, Guys hope you can help me here.
> > .
> > I'm having problems invoking the MS Script Debugger.
> > Requirements of article KB281427 have been complied with, ie:
> > IIS Server Script debugging enabled
> > DCOM Permissions set
> > MS Debugger set as JIT default by installing registry file MSScrDbg.exe.
> > (KB284973)
> > IWAM permissions set for Machine Debugger
> > .
> > The JITDebug (launch on 'Stop') key in registry has been enabled as per
> > article KB252895.
> > .
> > On encountering a 'Stop' statement or a run-time error the Just-in-Time
> > Debugger (csrss.exe) issues the message:
> > "An exception 'Runtime Error' has occurred in Script.
> > However, no debuggers are registered that can debug this exception. Unable
> > to JIT debug."
> > .
> > The IIS then returns a HTTP 500.100 error message correctly identifying the
> > VBScript error.
> > .
> > Why is MS Debugger not registered with JIT Debugger ?
> > Is a patch or update needed ?
> > How do I fix it ?
> > .
> > System = XP Pro SP2, IIS5.1, IE7.0
> > Script = VBScript
> > .
> > PS - I've noticed that in MMC Computer Management, in Local Groups there is
> > a Debugger Users group,
> > where does this come into play ?
> >
> > --
> > Ian C
>
>
 >> Stay informed about: Debugger Problems 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (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 ]