"Enable ASP Client-Side Script Debugging" not needed?

  • Thread starter Thread starter Klas Mellbourn
  • Start date Start date
K

Klas Mellbourn

Is there any point to the setting IIS settings "Enable ASP Client-Side
Script Debugging" and "Enable ASP Server-Side Script Debugging" when
developing an ASP.NET application on Windows XP (to be deployed on Windows
2000 or Windows 2003)?
Klas Mellbourn
 
Since an ASPX project is half on the server, and half on the client, and it
often uses JavaScript on the client, I would say that the functionality has
some use in debugging your ASP.Net apps. I have used it many times.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top