星期四, 6月 20, 2019

Elmah bootstrapper

After .NET Framework 4.x, include Elmah just need:
  • *.csproj
    • ...
    • </ItemGroup>
    • <ItemGroup>
    •   <PackageReference Include="elmah.bootstrapper" Version="1.0.1" />
    • </ItemGroup>
    • ...
  • Elmah.Athz.config
    • ?

Then you can check error by visit http://<YourWebAP>/elmah from any remote

沒有留言:

張貼留言