Click here to Skip to main content
15,890,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.NET Control Custom Attribute Pin
Arun Jacob7-Apr-10 2:10
Arun Jacob7-Apr-10 2:10 
GeneralRe: ASP.NET Control Custom Attribute Pin
Ahmed Galal7-Apr-10 2:14
Ahmed Galal7-Apr-10 2:14 
AnswerRe: ASP.NET Control Custom Attribute Pin
Arun Jacob7-Apr-10 2:19
Arun Jacob7-Apr-10 2:19 
AnswerRe: ASP.NET Control Custom Attribute [modified] Pin
Arindam Tewary7-Apr-10 2:47
professionalArindam Tewary7-Apr-10 2:47 
GeneralRe: ASP.NET Control Custom Attribute Pin
Ahmed Galal7-Apr-10 3:00
Ahmed Galal7-Apr-10 3:00 
QuestionInternal connection fatal error [modified] Pin
Hy Chanhan7-Apr-10 0:37
professionalHy Chanhan7-Apr-10 0:37 
AnswerRe: Internal connection fatal error Pin
Arindam Tewary7-Apr-10 3:18
professionalArindam Tewary7-Apr-10 3:18 
GeneralRe: Internal connection fatal error Pin
Hy Chanhan7-Apr-10 3:54
professionalHy Chanhan7-Apr-10 3:54 
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, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.contactinformation_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\web\e89da7a8\a3638734\App_Web_1_ijqsns.14.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

==========================================

Thanks,
AnswerRe: Internal connection fatal error Pin
Arindam Tewary7-Apr-10 4:15
professionalArindam Tewary7-Apr-10 4:15 
QuestionTransmit object through Web Service Pin
yu-jian6-Apr-10 21:49
yu-jian6-Apr-10 21:49 
AnswerRe: Transmit object through Web Service Pin
Brij6-Apr-10 23:08
mentorBrij6-Apr-10 23:08 
GeneralRe: Transmit object through Web Service Pin
yu-jian7-Apr-10 4:04
yu-jian7-Apr-10 4:04 
QuestionIs it a best practice to keep classes in different files all the time ? Pin
Nadia Monalisa6-Apr-10 20:45
Nadia Monalisa6-Apr-10 20:45 
AnswerRe: Is it a best practice to keep classes in different files all the time ? Pin
JHizzle6-Apr-10 22:38
JHizzle6-Apr-10 22:38 
GeneralRe: Is it a best practice to keep classes in different files all the time ? Pin
Nadia Monalisa6-Apr-10 22:44
Nadia Monalisa6-Apr-10 22:44 
AnswerRe: Is it a best practice to keep classes in different files all the time ? Pin
Arindam Tewary7-Apr-10 0:07
professionalArindam Tewary7-Apr-10 0:07 
QuestionNotifyIcon's Events do not work in windows service Pin
BK Komal6-Apr-10 20:18
BK Komal6-Apr-10 20:18 
GeneralRe: NotifyIcon's Events do not work in windows service Pin
Brij6-Apr-10 20:28
mentorBrij6-Apr-10 20:28 
QuestionAjax Tab Caontainer is not visible Pin
Masood Kochi,SSF6-Apr-10 20:10
Masood Kochi,SSF6-Apr-10 20:10 
QuestionPrinting MSChart in asp dot net Pin
Tufail Ahmad6-Apr-10 19:29
Tufail Ahmad6-Apr-10 19:29 
AnswerRe: Printing MSChart in asp dot net Pin
sashidhar6-Apr-10 20:43
sashidhar6-Apr-10 20:43 
QuestionPrint in Landscape format Pin
.NET- India 6-Apr-10 19:27
.NET- India 6-Apr-10 19:27 
AnswerRe: Print in Landscape format Pin
sashidhar6-Apr-10 20:49
sashidhar6-Apr-10 20:49 
Questionhow to retrieve image from database into a adrotator Pin
ships_agr6-Apr-10 18:25
ships_agr6-Apr-10 18:25 
AnswerRe: how to retrieve image from database into a adrotator Pin
sashidhar6-Apr-10 21:00
sashidhar6-Apr-10 21:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.