Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Internal connection fatal error [modified]

Internal connection fatal error [modified]

Scheduled Pinned Locked Moved ASP.NET
helpquestioncsharpasp-netdatabase
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Hy Chanhan
    wrote on last edited by
    #1

    Dear all, Now i am facing with a problem relate to ASP.NET & SQL server 2008. I have setted up my website under IIS using asp.net and connect to sql server 2008 but when i go to another page it always appear a message "Internal connection fatal error", what is wrong with it? what is the problem? thank you in advanced. Note: SQL is made cluster Best regards, HY ChanHan

    modified on Wednesday, April 7, 2010 10:03 PM

    A 1 Reply Last reply
    0
    • H Hy Chanhan

      Dear all, Now i am facing with a problem relate to ASP.NET & SQL server 2008. I have setted up my website under IIS using asp.net and connect to sql server 2008 but when i go to another page it always appear a message "Internal connection fatal error", what is wrong with it? what is the problem? thank you in advanced. Note: SQL is made cluster Best regards, HY ChanHan

      modified on Wednesday, April 7, 2010 10:03 PM

      A Offline
      A Offline
      Arindam Tewary
      wrote on last edited by
      #2

      Have you tried exploring event viewer utility in your server so that you get to know what unexpected things are happening? Shortcut to open event viewr is go to "run" and in text box type "eventvwr" and hit enter.

      Thanks, Arindam D Tewary

      H 1 Reply Last reply
      0
      • A Arindam Tewary

        Have you tried exploring event viewer utility in your server so that you get to know what unexpected things are happening? Shortcut to open event viewr is go to "run" and in text box type "eventvwr" and hit enter.

        Thanks, Arindam D Tewary

        H Offline
        H Offline
        Hy Chanhan
        wrote on last edited by
        #3

        Hi, I have read event viewer log already but i still did not understand and identify the problem yet. This is error in event log ======================== Event code: 3008 Event message: A configuration error has occurred. Event time: 4/7/2010 3:49:19 PM Event time (UTC): 4/7/2010 8:49:19 AM Event ID: 52e8d5c88a1b44b6b7c65c488194428e Event sequence: 4 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/1/ROOT/web-5-129151037592720313 Trust level: Full Application Virtual Path: /web Application Path: C:\inetpub\wwwroot\web\ Machine name: WEBSRV02 Process information: Process ID: 4952 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Is authenticated: False Authentication Type: Thread account name: NT AUTHORITY\NETWORK SERVICE Thread information: Thread ID: 13 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult) at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) at System.Web.HttpContext.GetSection(String sectionName) at System.Web.Configuration.HttpConfigurationSystem.GetSection(String sectionName) at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey) at System.Configuration.ConfigurationManager.GetSection(String sectionName) at System.Configuration.ConfigurationManager.get_ConnectionStrings() at Modules_ContactInformation.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\web\Modules\ContactInformation.ascx.cs:line 19 at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, O

        A 1 Reply Last reply
        0
        • H Hy Chanhan

          Hi, I have read event viewer log already but i still did not understand and identify the problem yet. This is error in event log ======================== Event code: 3008 Event message: A configuration error has occurred. Event time: 4/7/2010 3:49:19 PM Event time (UTC): 4/7/2010 8:49:19 AM Event ID: 52e8d5c88a1b44b6b7c65c488194428e Event sequence: 4 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/1/ROOT/web-5-129151037592720313 Trust level: Full Application Virtual Path: /web Application Path: C:\inetpub\wwwroot\web\ Machine name: WEBSRV02 Process information: Process ID: 4952 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Is authenticated: False Authentication Type: Thread account name: NT AUTHORITY\NETWORK SERVICE Thread information: Thread ID: 13 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult) at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) at System.Web.HttpContext.GetSection(String sectionName) at System.Web.Configuration.HttpConfigurationSystem.GetSection(String sectionName) at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey) at System.Configuration.ConfigurationManager.GetSection(String sectionName) at System.Configuration.ConfigurationManager.get_ConnectionStrings() at Modules_ContactInformation.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\web\Modules\ContactInformation.ascx.cs:line 19 at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, O

          A Offline
          A Offline
          Arindam Tewary
          wrote on last edited by
          #4

          Hi You log information shows that code written at line 19 is creatig the error. :)

          Hy Chanhan wrote:

          at Modules_ContactInformation.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\web\Modules\ContactInformation.ascx.cs:line 19

          Please check whats happening there. Or post some code block related to that line.

          Thanks, Arindam D Tewary

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups