Global.asax ile Hata Denetimi
void Application_Error(object sender, EventArgs e) { app_LogRequest(sender, e); } void app_LogRequest(object sender, EventArgs e) { Exception ex = Context.Server.GetLastError(); string
Okumaya devam etTeknolojik Sorunlara Pratik Çözümler
void Application_Error(object sender, EventArgs e) { app_LogRequest(sender, e); } void app_LogRequest(object sender, EventArgs e) { Exception ex = Context.Server.GetLastError(); string
Okumaya devam et
Son Yorumlar