My web.config file is very long and difficult to find code. Is it possible to split web.config file into a no. of Xml files If so please let me know the approach to split.
thanx in advance,
See my ASP.NET 2.0 configuration article here: http://www.odetocode.com/Articles/418.aspx. Specifically the section named "Using an External Configuration Source".
Hope that helps,