Link to home
Start Free TrialLog in
Avatar of FouadDaniels
FouadDaniels

asked on

Server and or Client side script debugging erratic

Hi Experts,

At my company we are faced with a strange situation.
On some systems only client side script debugging works and on some systems only server side script debugging works.
On Other systems Both server and client side script debugging work and yet on others none work.

I am pretty sure this weird behaviour is not bound to operatiing system, IIS version and Visual Studio version as some different system setups show the same sympthoms.

One thing that is always the same is that IIS is installed, Visual Studio is installed and IIS is configured to enable client and server side script debugging.

How can I make both server and client side script debugging alwyas work?

Regards,
Fouad
Avatar of mikosha
mikosha
Flag of Canada image

By my opinion it's about a security settings.
Try this even if you're not using components:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;259725

good luck
Is your question answered ? If Yes ,then please close it (it's half year old)
Avatar of FouadDaniels
FouadDaniels

ASKER

I am sorry but no it did not answer my question. On one system i can happily server side debug my applications with out setting the proces to isolated and on another system I cannot server side debug even when setting the process in isolated mode.
And next to that some systems can debug client side and others cant.

Still waiting for some guru to read this post and tell me how it is done.

Regards,
Fouad Daniels
Wow, Because of the debugging features and the intelisence type library I use interdev. And somehow nobody can tell me how this debugging problems ocurr and can be fixed.

I blame microsoft myself :-)

Regards,

Fouad Daniels
OK I think I found out what is wrong. On some systems I forgot to install the native script debuger componont. After installing sthis component I can use clientside debugging again. And server side debugging seems to be working everywhere now.

Regards,
Fouad Daniels
ASKER CERTIFIED SOLUTION
Avatar of Netminder
Netminder

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial