humberto Level: VB Lord
 Registered: 13-01-2005 Posts: 246
|
Re: Error: ATL Server Debugging
Here's a Quick-And-Dirty way to help troubleshoot.
Under >My Computer, >Manage, >Local Users and Groups, >Groups, make sure
that the "Debugger Users" and the "VS Developers" groups both have the
"ASPNET" user in them.
And, make sure that your login is also a member of these groups.
(Of course, these groups and settings should be as "tight" and "locked
down" as possible, but opening them up wide for a moment or two to see what
is going on sometimes help. Then you can tighten things slowly, honing in
on the problem.)
That SHOULD work. If not, then it is something even more strange.
Also note that only one person can debug against a given instance of a web
server. So, you need to develop locally and then push to a shared server,
or something like that.
Also if the server is a web host, then it is unlikely that you will be able
to debug against it. You need to work locally and push the changes to the
server and/or set the project to "work offline" as needed.
And so on.
(That's pretty slapdash for advice, but it MAY help you. If it doesn't,
then I am sorry. Use at your own risk. That said, it IS exactly what I
would do and it HAS worked for me. But, I'm don't mind playing it
fast-and-loose now and again, so there you have it
|