473,385 Members | 1,606 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Now You See It Now You Don't

I build a new web site and I am able to debug just fine. Shut down my
machine and bring up the same web site, does not go into debug mode. I have
look at my web.config file and it has "<compilation debug="true">".

Why won't it debug?
Dec 11 '07 #1
6 894
Local web (meaning file based) or in IIS? If local, and you are trying to
hit a "remembered" URL, it will change ports every time you restart Visual
Studio. This is the nature of the built in web server. Of course, this
depends on how you are connecting to the debugger.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"OldButStillLearning" <Ol*****************@discussions.microsoft.comwrot e
in message news:10**********************************@microsof t.com...
>I build a new web site and I am able to debug just fine. Shut down my
machine and bring up the same web site, does not go into debug mode. I
have
look at my web.config file and it has "<compilation debug="true">".

Why won't it debug?

Dec 11 '07 #2
Yes, it is File Based....How I connected to the debugger? It is on my
workstation, so it is not remote or anything like that. If I shut down my
machine, how would my URL be remembered? And why would that be a problem?

Not having this issue on other sites I have built, but this one is very
large...

Thanks for taking the time to respond!!!
Dec 11 '07 #3
when it's file based your app is hosted not in IIS, but in ASP.net
developement service, which provide u new port when app starts.

so, you need to start your site first, get the url with port relating to
your app instance and start debuging

--
WBR, Michael Nemtsev [.NET/C# MVP].
Blog: http://spaces.live.com/laflour

"OldButStillLearning" wrote:
Yes, it is File Based....How I connected to the debugger? It is on my
workstation, so it is not remote or anything like that. If I shut down my
machine, how would my URL be remembered? And why would that be a problem?

Not having this issue on other sites I have built, but this one is very
large...

Thanks for taking the time to respond!!!
Dec 11 '07 #4
I am using VS 2005, I should be able to place my stops, start the application
and have the application stop where a stop is placed.....and it is not doing
this....

Dec 12 '07 #5
Please review this checklist for preparing to debug web applications :

http://msdn2.microsoft.com/en-us/lib...3s(VS.80).aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"OldButStillLearning" <Ol*****************@discussions.microsoft.comwrot e in message
news:9E**********************************@microsof t.com...
>I am using VS 2005, I should be able to place my stops, start the application
and have the application stop where a stop is placed.....and it is not doing
this....

Dec 12 '07 #6
Also, please review these debugging troubleshooting tips :

http://msdn2.microsoft.com/en-us/lib...sthingstocheck

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"OldButStillLearning" <Ol*****************@discussions.microsoft.comwrot e in message
news:9E**********************************@microsof t.com...
>I am using VS 2005, I should be able to place my stops, start the application
and have the application stop where a stop is placed.....and it is not doing
this....

Dec 12 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

303
by: mike420 | last post by:
In the context of LATEX, some Pythonista asked what the big successes of Lisp were. I think there were at least three *big* successes. a. orbitz.com web site uses Lisp for algorithms, etc. b....
16
by: mike420 | last post by:
Tayss wrote: > > app = wxPySimpleApp() > frame = MainWindow(None, -1, "A window") > frame.Show(True) > app.MainLoop() > Why do you need a macro for that? Why don't you just write
12
by: AFN | last post by:
I am running the code below to generate XML from a data table. But some fields in the data table are Null for every record. Suppose field5 has a null database value. I would expect to see: ...
3
by: Douglas Buchanan | last post by:
Buttons don't work if form is opened on startup A2k If 'frmMain' is set to open by default at startup none of the buttons work. If 'frmMain' is opened from the database window then all the...
28
by: DFS | last post by:
I'm unfortunately about to change, or sever, a two-year relationship with a very slow-paying client. Most of the 15 invoices I've sent them arrive 6 to 8 weeks late, and usually only after...
0
by: Nashat Wanly | last post by:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaskdr/html/askgui06032003.asp Don't Lock Type Objects! Why Lock(typeof(ClassName)) or SyncLock GetType(ClassName) Is Bad Rico...
19
by: LP | last post by:
I am using (trying to) CR version XI, cascading parameters feature works it asks user to enter params. But if page is resubmitted. It prompts for params again. I did set...
10
by: Frank | last post by:
I've done this a few times. In a solution I have a project, Say P1, and need another project that will contain much code that is similar to that of P1. I hope no one gets hung up on why I...
21
by: jehugaleahsa | last post by:
Hello: I had an hour-long discussion with my boss today. Last night, right before I dozed off, I realized some of his code resulted in duplicate processing. I tried to explain it to him and he...
1
Nepomuk
by: Nepomuk | last post by:
You might have heard about Linux, but you don't know what it is? Or you know a few things about it, but they terrify you? Well, then this article is for you. Don't be afraid - Everyone can use Linux!...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.