Internal connection fatal error [modified]
-
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
-
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
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
-
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
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
-
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
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