Home > parser error > parser error message error reading configuration information from the registry

Parser Error Message Error Reading Configuration Information From The Registry

for Help Receive Real-Time Help Create a Freelance Project Hire for a Full Time Job Ways to Get Help Ask a Question Ask for Help Receive Real-Time Help Create a Freelance Project Hire for a Full Time Job Ways to Get Help Expand Search Submit Close Search Login Join Today Products BackProducts Gigs Live Careers Vendor Services Groups Website Testing Store Headlines Experts Exchange > Questions > Error reading configuration information from the registry Want to Advertise Here? Solved Error reading configuration information from the registry Posted on 2008-03-17 .NET Programming Web Applications ASP.NET 3 Verified Solutions 4 Comments 2,858 Views Last Modified: 2013-11-07 When running a ASP.NET 2.0 web application on a Window 2003 server, this error happens unpredictably: Error reading configuration information from the registry. Details... ******************************************** 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 configuration information from the registry. Source Error: Line 37: Line 38: Line 39: Source File: E:\Pages\t-netops\MedMan\web.config    Line: 39 Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210 ****************************************** We are using an encrypted username and password from the Windows Registry as seen above. These are the steps I followed to set this up: 1. Execute the following command to check that the service Id being used below has a Non-Expiring Password. Username is the Id that will be used for the impersonation. NET USER username /DOMAIN Look for Password expires: Never 2. type the following command: aspnet_setreg -k:SOFTWARE\LOB\WEBSITENAME\identity -u:"domain\username" -p:"password". Note: the above is all one line. 3. Click Start, click Run, type regedt32 in the Open box, and then click OK. 4. Right Click the HKEY_LOCAL_MACHINE\SOFTWARE\LOB and select Permissions. 5. Add the Local Network Service Id

Guest All, I get the following error when my web page tries to read from the registry: 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 configuration information from the registry. Source Error: Line 54: --> Line 55: Line 56: https://www.experts-exchange.com/questions/23247671/Error-reading-configuration-information-from-the-registry.html http://www.pcreview.co.uk/threads/windows-server-2008-error-reading-configuration-information-fromthe-registry.3917215/ Guest Re: Windows Server 2008 - Error reading configuration informationfrom the registry. On Nov 3, 2:23 pm, Iain <> wrote: > All, > > I get the following error when my web page tries to read from the registry: > > 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 configuration information from the > registry. > > Source Error: > > Line 54:         --> > Line 55:                 > Line 56:     Line 57:       userName= > "registry:HKLM\SOFTWARE\app\identity\ASPNET_SETREG,userName" > Line 58:       password = > "registry:HKLM\SOFTWARE\app\identity\ASPNET_SETREG,password" > > I have given the NETWORK SERVICE read access rights to this key but the > error still appears. I

Web Platform Installer Get Help: Ask a Question in our Forums More Help Resources Blogs Forums Home IIS.NET Forums IIS 5 & IIS 6 Troubleshooting IIS issues with .NET application IIS issues with .NET application RSS 18 replies Last post Dec https://forums.iis.net/t/1183254.aspx?IIS+issues+with+NET+application 06, 2011 06:10 AM by qbernard ‹ Previous Thread|Next Thread › Print Share Twitter Facebook Email Shortcuts Active Threads Unanswered Threads Unresolved Threads Advanced Search Reply BBhaiD 9 Posts IIS issues with .NET application Nov 15, 2011 https://support.venafi.com/hc/en-us/articles/215910467-Error-Server-Error-in-VEDAdmin-Application-when-accessing-WebAdmin 07:12 PM|BBhaiD|LINK Hi, I have few applications which displays the following error message after few hours every day. error reading configuration information from the registry to fix this error, i always have to restart the application pool. parser error this is getting annoying and wasting a lots of time of users. Please help. The applications that keep on falling have been developed with .NET Framework 2.0. The IIS is installed on win server 2003. Reply qbernard 7037 Posts MVPModerator Re: IIS issues with .NET application Nov 15, 2011 10:41 PM|qbernard|LINK Can you post the exact error msgs? is it from .net or your app ? have not seen this msgs from IIS before. parser error message Cheers, Bernard Cheah Reply BBhaiD 9 Posts Re: IIS issues with .NET application Nov 15, 2011 11:03 PM|BBhaiD|LINK The above posted error message is the exact one "error reading configuration information from the registry". we have about 12 applications on that server and 6 applications keeps on doing that once or twice a day. Restarting the application pool for these applications fixes the error message. this message should not have anything to do with the application but something else and i am not sure. it can't be permission issue since restarting the application pool fixes the error. Reply qbernard 7037 Posts MVPModerator Re: IIS issues with .NET application Nov 17, 2011 12:00 AM|qbernard|LINK That's the full error msgs? one liner with no other info? is this error msgs from your app itself? what about event log? IIS logs ? Cheers, Bernard Cheah Reply BBhaiD 9 Posts Re: IIS issues with .NET application Nov 21, 2011 08:21 PM|BBhaiD|LINK Here you go, this is the exact one that displays: 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 configuration information from the registry. Source Error: Line 69: Line 70:

6.1 Symptom: The following error occurs when accessing WebAdmin: 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 configuration information from the registry.Source Error: Line 42: Line 43: Line 44: Line 45: Line 46: