Priority
Show-stopper
Type
Bug 
State
Duplicate RSRP-24942  
Assignee
Sergey Coox 
Subsystem
Language - ASP.NET 
Affected versions
Fixed in
Fixed in build Next build
  • Submitted by   Eugene Pasynkov
    3 years ago (06 Aug 2006 17:00)
  • Updated by Eugene Pasynkov
    3 years ago (09 Sep 2006 13:33)
  • Jira: RSRP-24821
    (history, comments)

RSRP-24821

ASP: do not count handlers in Global.asax as unused

0
<%@ Application Language="C#" %>

<script runat="server">

void Application_Start(object sender, EventArgs e)
{
// Code that runs on application startup
BuildUsers();
}

void Application_End(object sender, EventArgs e)
{
// Code that runs on application shutdown

}

void Application_Error(object sender, EventArgs e)
{
// Code that runs when an unhandled error occurs

}

void Session_Start(object sender, EventArgs e)
{
// Code that runs when a new session is started

}

void Session_End(object sender, EventArgs e)
{
}

private void BuildUsers()
{
}

</script>


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments