0
Reply

An unhandled exception occurred during the execution........

Yogendra Yadav

Yogendra Yadav

May 13 2015 1:32 AM
492

Hi ,

I've an ASP.NET 4.0 web site working with SQL Server 2008 Database and IIS 6

When I try to accesss the web site from any other PC and access a web form calling a database i got this error.

Please Help

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
 
 
Stack Trace:

[IndexOutOfRangeException: Index was outside the bounds of the array.]    EM_SYSTEM.Index.Page_Load(Object sender, EventArgs e) in d:\KonnectEMS\trunk\EM_SYSTEM\EM_SYSTEM\Index.aspx.cs:126    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35    System.Web.UI.Control.OnLoad(EventArgs e) +91    System.Web.UI.Control.LoadRecursive() +74    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207