Re: URGENT: Strange Prob With Web.config <<identity> section.
From: Sonal (SonalB_at_yahoo.com)
Date: 11/26/04
- Next message: Leon: "Re: ArrayList Function In Business Tier?"
- Previous message: inge_at_norway.net: "Confusion solved - new issue with IIS on WinXP"
- In reply to: Sonal: "URGENT: Strange Prob With Web.config <<identity> section."
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 26 Nov 2004 18:43:08 +0530
HI Again,
I located the exact error... How can I resolve This.
Server Error in '/MTest' Application.
----------------------------------------------------------------------------
---- Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Error reading the password from the registry. Source Error: Line 86: <identity impersonate="true" userName="registry:HKLM\Software\MyASP.NET\Identity\ASPNET_SETREG,userName" password="registry:HKLM\Software\MyASP.NET\Identity\ASPNET_SETREG,passwd"/> Line 87: Line 88: </system.web> Source File: c:\inetpub\wwwroot\MTest\web.config Line: 86 ---------------------------------------------------------------------------- ---- Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 "Sonal" <SonalB@yahoo.com> wrote in message news:e24Wmg60EHA.1292@TK2MSFTNGP10.phx.gbl... > I am trying to impersonate user with windows account. > > If I write following lines in web.config it show error > <identity impersonate="true" userName="contoso\Jane" password="pass"/> > > ERROR: > 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. > > > On the other hand if i just write like this then error goes aways and > application starts running... > > <identity impersonate="true" userName="" password=""/> > > > I am wondering what is wrong. can any one guide. > > > >
- Next message: Leon: "Re: ArrayList Function In Business Tier?"
- Previous message: inge_at_norway.net: "Confusion solved - new issue with IIS on WinXP"
- In reply to: Sonal: "URGENT: Strange Prob With Web.config <<identity> section."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|