文件名称:Coderr.Client.AspNet:基于ASP.NET的应用程序(WebApi和MVC除外)的客户端库
文件大小:376KB
文件格式:ZIP
更新时间:2024-02-23 00:58:44
automation aspnet asp-net exception-handling ASP.NETC#
ASP.NET应用程序的集成库 该库将检测基于ASP.NET的应用程序中所有未处理的异常。 如果要获得基于ASP.NET的库之一的自动异常处理,请使用以下程序包: 报告第一个错误 首先,请遵循。 然后激活此库: public class Global : System . Web . HttpApplication { protected void Application_Start ( object sender , EventArgs e ) { // replace with your server URL and your appkey/SharedSecret. var uri = new Uri ( " https://report.coderr.io/ " ); Err . Configuration . Credentials ( uri , " yourAppKey " , " yourSharedSecret " ); Err . Configuration . CatchAspNetExceptions (); } }
【文件预览】:
Coderr.Client.AspNet-master
----src()
--------Coderr.Client.AspNet.Tests()
--------aspnet.shfbproj(5KB)
--------Coderr.Client.AspNet.sln(2KB)
--------Coderr.Client.AspNet()
--------.nuget()
--------Coderr.Client.AspNet.Demo()
----LICENSE(574B)
----README.md(2KB)
----docs()
--------contextinfo.png(48KB)
--------Contribute.md(3KB)
----.gitignore(5KB)