RE: Configuration Error
From: simon (simon_at_discussions.microsoft.com)
Date: 07/14/05
- Next message: Karen Hodge: "RE: Configuration Error"
- Previous message: simon: "SecurityFault when not locally logged in"
- In reply to: Karen Hodge: "Configuration Error"
- Next in thread: Karen Hodge: "RE: Configuration Error"
- Reply: Karen Hodge: "RE: Configuration Error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 14 Jul 2005 03:25:03 -0700
Hello Karen,
probably u have a syntax error in your webconfig file. Maybe u accidentally
inserted an invalid xml element when u added the identity tag?
Wouldn´t it be easier to configure an application pool to use a certain
identity and then set ur web to use that application pool instead of doing it
via web.config?
regards, Simon
"Karen Hodge" wrote:
> Hello,
> I have the following in my web.config file:
> <identity impersonate="false" userName="domain\userid" password="xxxxxx"/>
>
> WhenI try to debug ny vb.net application, i get the following error:
> ---------------------------
> Microsoft Development Environment
> ---------------------------
> Error while trying to run project: Unable to start debugging on the web
> server. Server side-error occurred on sending debug HTTP request.
>
> Make sure the server is operating correctly. Verify there are no syntax
> errors in web.config by doing a Debug.Start Without Debugging. You may also
> want to refer to the ASP.NET and ATL Server debugging topic in the online
> documentation.
>
>
> ---------------------------
> OK Help
> ---------------------------
>
> Please Help,
> Thank you
>
>
>
- Next message: Karen Hodge: "RE: Configuration Error"
- Previous message: simon: "SecurityFault when not locally logged in"
- In reply to: Karen Hodge: "Configuration Error"
- Next in thread: Karen Hodge: "RE: Configuration Error"
- Reply: Karen Hodge: "RE: Configuration Error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|