views:

90

answers:

0

Hi,

I've added a new custom section to the web.config of an application.

I have also created a corresponding schema file for the new section definition.

How do I include the schema reference in the web.config so that any developer editing the section has intellisense enabled when dealing with my new custom config section?

I've seen solutions whereby I include the schema reference within the web.config by having to update the [IDE installation directory]\Packages\schemas\xml location? This works but I want to ensure that any new developer checking out the code on a fresh development machine automatically has the intellisense enabled without having to also update their development machine.