DCOM Exception in Debug on XP



I am trying to debug an ASP.NET application with VS 2005 on an XP SP2
machine. This application uses a COM object to query a remote server.

The code runs through properly when not in debug. However when I try to run
it in Debug I get the error:
The client is not configured to be trusted for delegation.[Windows]
8004201e.

Any suggestion on how to correct this?

Thanks,
Kent


.



Relevant Pages

  • "IF" test in SP evals to True and False at same time using DataAdapter.FillSchema()
    ... Below is the output from the Filland FillSchema(). ... as a subset of up_sp_1 and added some additional debug code. ... @rcquery as nvarcharoutput ... select @query as myquery ...
    (microsoft.public.dotnet.framework)
  • "IF" test in SP evals to True and False at same time using DataAdapter.FillSchema()
    ... Below is the output from the Filland FillSchema(). ... as a subset of up_sp_1 and added some additional debug code. ... @rcquery as nvarcharoutput ... select @query as myquery ...
    (microsoft.public.sqlserver.programming)
  • Re: Weird problem with an ASP.NET application and Session Variables that mess up
    ... i also think that there is a bug in the code. ... If i were to debug this, i would start to look at the code that is storing ... > The database that the application uses is 1GB+ large, and the query that the> application runs are nearly heavy. ... > What happens is that when the number of users reach about 25/30 people it seems that the session's> variables mess up: a user see the result of a query regarding another users,> he sees labels that should not see, and other funny mistakes. ...
    (microsoft.public.windows.server.security)
  • Re: Stored Procedure query slow in debug configuration.
    ... take 0.2 seconds and I spend most of the development time in the debug config. ... This SP has always performed the same being called from Query ... I have tried to recompile the SP drop all execution plans, ...
    (microsoft.public.dotnet.framework.adonet)
  • Stored Procedure query slow in debug configuration.
    ... I always develop and perfom all measurements using VS .NET debug ... This SP has always performed the same being called from Query ... all sort of other things but no luck, still 10 seconds in debug mode. ... through it and see which SELECT statement takes 9 secs to execute. ...
    (microsoft.public.dotnet.framework.adonet)

Loading