The BrowserCaps setting is rather quite long. Is there a way to factor it into an external config file.
does anyone know the markup?
|
The BrowserCaps setting is rather quite long. Is there a way to factor it into an external config file. does anyone know the markup?
| |||
|
feedback
|
Also see this link: http://weblogs.asp.net/fmarguerie/archive/2007/04/26/using-configsource-to-split-configuration-files.aspx | |||||||
feedback
|
|
It's just XML, and an updated version of the BrowserCaps file can be found here (props to this previous answer for pointing me in that direction): If you're using ASP.NET 2.0+ then as the browserCaps element is depricated as of .NET 2.0, you should look into using .browser files in an /App_Browsers folder. | |||||
feedback
|