How do I enable intellisense in Visual Studio 2003  
Author Message
JohnBlack





PostPosted: XML and the .NET Framework, How do I enable intellisense in Visual Studio 2003 Top

I didn't know exactly where to put this so hopefully I'm in the right subforum .

Can anyone tell me how to enable intellisense in Visual studio 2003 for editing web.config files. I can't seem to find the setting to enable this

Thanks in advance


.NET Development1  
 
 
Indian Ocean





PostPosted: XML and the .NET Framework, How do I enable intellisense in Visual Studio 2003 Top

Hi,

There is no default settings available in Visual Studio.Net 2003 to enable intellisense for web.config or app.config files. I mean not possible by any BUILT-IN settings.

You will need to extend VS.NET 2003 to enable it in web.config:

Yes this is possible and a well defined step by step process including schema file is described at:
http://www.radsoftware.com.au/articles/intellisensewebconfig.aspx 

HTH,