Error is UserID, also see: UserId;     Last updated on            , a full moon day

Following error occur, because a local system has been tested 3dot ... to 5dot ..... , because a local system virtual memory was low, because a local system's setting data which is changed remotely by the domain's web page, ... ;

Server Error in '/' Application.
--------------------------------------------------------------------------------

Object reference not set to an instance of an object.
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.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 19:
Line 20: If (Session("UserID") = "" ) Then
Line 21: Response.Redirect("login.aspx?RefURL=" & Request.UrlReferrer.ToString())
Line 22: End If
Line 23:


Source File: C:\Inetpub\wwwroot\myanmarmp3.net\download.aspx Line: 21

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
ASP.Download_aspx.Page_Load(Object Sender, EventArgs E) in C:\Inetpub\wwwroot\myanmarmp3.net\download.aspx:21
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +772




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407

Page Top