That is a strange one. I'm honestly not certain of everything that Visual
Studio does when it attaces to a web application, so I can't help too much
with that part.
Are you explicitly setting the auth ticket (SetAuthTicket API) when the
anonymous user visits the site? I suspect so, given the behavior you are
seeing. But another thing to try is clearing out the cookies on the client
machine. It's possible that an old auth ticket exists on that client that
was encrypted with a different key pair. However, once you set the auth
ticket, the old encrypted value should be overwritten. I would try tracing
the HTTP requests/responses being sent between the client and server. That
should give you more information about the nature of the problem.
Also, have you done a sanity-check on all of your IIS settings?
- David
--------------------
From: "ukeu" <***@gmail.com>
Newsgroups: microsoft.public.commerceserver.userprofilemgt
Subject: RE: Anonymous Profiles
Date: Tue, 13 Jun 2006 09:07:41 -0400
Organization: www.talkaboutsoftware.com
Message-ID:
<***@localhost.talkaboutsoftware.com>
X-Newsreader: www.talkaboutsoftware.com
X-Problems-To: info at talkaboutnetwork.com
X-Posted-By: USERID-83498
Content-Type: text/plain;
References:
<***@localhost.talkaboutsoftware.com>
<***@TK2MSFTNGXA01.phx.gbl>
X-Complaints-To: ***@supernews.com
Lines: 6
Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTFEEDS01.phx.gbl!newsfeed00
.sul.t-online.de!t-online.de!195.114.231.41.MISMATCH!feeder1!10.0.0.2.MISMAT
CH!feeder2!138.199.65.86.MISMATCH!sn-ams-06!sn-xt-ams-05!sn-post-ams-02!sn-p
ost-sjc-01!supernews.com!corp.supernews.com!not-for-mail
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.userprofilemgt:3570
X-Tomcat-NG: microsoft.public.commerceserver.userprofilemgt
Hi David: Thanks for your inputs. I actually have a very strange problem.
If I have the debugger running, the site loads fine from a remote system.
However, if I just access the link without any debugger, I get the GUID
object reference not set exception. Is there any settings I need to
change. Please assist
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.