Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 16th, 2004, 11:05 AM
MOJ MOJ is offline
Registered User
 
Join Date: Jan 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Script Debugger setting issue

I do need to debug my asp pages. I have set the application for asp server side script debugging in IIS. The Microsoft Script debugger will open but does not allow me to modify the code. A message box is displayed saying :"File is Read Only". How can I undue this setting in order to correct my code in debugger.

Any suggestion ?????
thanks


Moj
 
Old January 16th, 2004, 11:09 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You can't correct your code while you are debugging. You need to quit out of debug mode. Obviously you technically COULD change the ASP and ASPX code while the debugger is running and without recompiling, but visual studio won't let you do that. To the best of my knowledge there is no setting to disable this. Plus, for the compiled codebehind model it wouldn't do you any good anyway if you are editing the code instead of the markup.

Peter
------------------------------------------------------
Work smarter, not harder.
 
Old January 16th, 2004, 04:00 PM
MOJ MOJ is offline
Registered User
 
Join Date: Jan 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ok.
Other issue: The debugger is opened with the error line highlighted but debugging functionality such as stepIn/Out is not active either.
Do you know why?


Moj





Similar Threads
Thread Thread Starter Forum Replies Last Post
Safari & Just-In-Time Debugger Issue gabster Visual Studio 2005 0 January 22nd, 2008 01:55 PM
Help! Script Debugger! Boker BOOK: Beginning ASP 3.0 2 February 27th, 2007 07:28 PM
Debugging ASP using Windows Script Debugger Sameer Kulkarni Classic ASP Professional 0 February 23rd, 2006 12:28 AM
Problem with Microsoft Script Debugger Barrymore Classic ASP Basics 1 June 21st, 2005 06:19 PM
Ch.9 Microsoft Script Debugger Barrymore BOOK: Beginning ASP 3.0 1 April 22nd, 2005 05:06 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.