|
Home > Archive > Commerce Server General > February 2006 > CS 2006 Starter Site Debugging issues
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
CS 2006 Starter Site Debugging issues
|
|
|
| I'm wondering if there in anyone out there that has had any issues debugging
the 2006 starter site. I can only get certain pages to break in debug mode,
and they only hit the breakpoint once. If I refresh the page, the breakpoint
is missed. Does anyone have any insight into what may be happening???
Thanks in advance!
jon
| |
| Joe Wasson [MSFT] 2006-02-06, 5:53 pm |
| It sounds to me like your pages are being cached. Make sure that your
browser is not aggressively caching the pages locally. Try hitting Ctrl-F5
to force a refresh. Also, if you have a proxy between you and your site
(unlikely if you are debugging locally) that may be caching pages as well.
-joe
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: =?Utf-8?B?Sm9u?= <jrobinson@statera.com>
Subject: CS 2006 Starter Site Debugging issues
Date: Thu, 2 Feb 2006 12:07:28 -0800
I'm wondering if there in anyone out there that has had any issues
debugging
the 2006 starter site. I can only get certain pages to break in debug
mode,
and they only hit the breakpoint once. If I refresh the page, the
breakpoint
is missed. Does anyone have any insight into what may be happening???
Thanks in advance!
jon
| |
|
| That was my initial thought, so I set IE to ask for a new page each time.
Same issue.
--
Jon Robinson
Senior Consultant
"Joe Wasson [MSFT]" wrote:
> It sounds to me like your pages are being cached. Make sure that your
> browser is not aggressively caching the pages locally. Try hitting Ctrl-F5
> to force a refresh. Also, if you have a proxy between you and your site
> (unlikely if you are debugging locally) that may be caching pages as well.
>
> -joe
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> --------------------
> From: =?Utf-8?B?Sm9u?= <jrobinson@statera.com>
> Subject: CS 2006 Starter Site Debugging issues
> Date: Thu, 2 Feb 2006 12:07:28 -0800
>
> I'm wondering if there in anyone out there that has had any issues
> debugging
> the 2006 starter site. I can only get certain pages to break in debug
> mode,
> and they only hit the breakpoint once. If I refresh the page, the
> breakpoint
> is missed. Does anyone have any insight into what may be happening???
>
> Thanks in advance!
>
> jon
>
|
|
|
|
|