Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 648 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 648 Bytes

Elmah-Schema

This no longer seems to work in modern versions of Visual Studio. And since ASP.NET Core is now the new normal for creating web applications in .NET, this repository is archived.

Elmah-Schema is a simple ELMAH configuration XML Schema file originally created by Jeff Lingis. The ELMAH schema can be used to allow IntelliSense in Visual Studio, validate your web.config file or anything in relation to ELMAH's XML configuration format.

IntelliSense

To use Elmah.xsd place it anywhere in your project, then add the following attribute to the elmah element:

<elmah xmlns="http://Elmah.Configuration">
</elmah>