gwheeloc
Guest
|
Posted:
Wed Apr 13, 2005 9:46 pm Post subject:
Problem debugging Commerce Server starter site apps |
|
|
I've tried debugging two of the CS starter sites (Retail2002 and
CS2002StarterSite). When I try to execute [F5] the ASP.NET
applications from the IDE I get the error message "... Unable to Start
Debugging on the Web Server." I've checked everything the help
documentation suggests. I've reinstalled the .Net Framework, I've ran
aspnet_regiis.exe -i. I've compared my system against other PCs that
are able to debug the starter sites and can not find anything wrong. I
am able to debug all my other types of ASP.NET applications, just not
these starter sites. I think I'm missing the obvious, but what is it?
I'm looking for more ideas on things to check.
Thanks,
gwheeloc |
|
Vinod Kumar[MSFT]
Guest
|
Posted:
Fri Jul 15, 2005 4:52 pm Post subject:
RE: Problem debugging Commerce Server starter site apps |
|
|
To resolve this problem, you must restart IIS. To do this, type "iisreset" (without the quotation marks) at a command prompt.
Make sure that the IIS application is configured to use Integrated authentication so it will pass your credentials that are needed to launch the debugger. The anonymous account does not have sufficient permissions
to perform debugging.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
--------------------
From: "gwheeloc" <gwheeloc@hotmail.com>
Newsgroups: microsoft.public.commerceserver.general
Subject: Problem debugging Commerce Server starter site apps
Date: 13 Apr 2005 14:01:15 -0700
Organization: http://groups.google.com
Lines: 14
Message-ID: <1113426075.272225.256420@g14g2000cwa.googlegroups.com>
NNTP-Posting-Host: 207.127.151.43
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1113426081 22346 127.0.0.1 (13 Apr 2005 21:01:21 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 13 Apr 2005 21:01:21 +0000 (UTC)
User-Agent: G2/0.2
Complaints-To: groups-abuse@google.com
Injection-Info: g14g2000cwa.googlegroups.com; posting-host=207.127.151.43;
posting-account=piW6Kw0AAACa2Lw10OlK_sSZH9bkw1vk
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTFEED02.phx.gbl!tornado.fastwebnet.it!tiscali!newsfeed1.ip.tiscali.net!news.glorb.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:2571
X-Tomcat-NG: microsoft.public.commerceserver.general
I've tried debugging two of the CS starter sites (Retail2002 and
CS2002StarterSite). When I try to execute [F5] the ASP.NET
applications from the IDE I get the error message "... Unable to Start
Debugging on the Web Server." I've checked everything the help
documentation suggests. I've reinstalled the .Net Framework, I've ran
aspnet_regiis.exe -i. I've compared my system against other PCs that
are able to debug the starter sites and can not find anything wrong. I
am able to debug all my other types of ASP.NET applications, just not
these starter sites. I think I'm missing the obvious, but what is it?
I'm looking for more ideas on things to check.
Thanks,
gwheeloc |
|