February 1008
All .NET websites inherit their settings from other .config files that exist ‘lower’ down the chain; so a web.config in the root of the wwwroot folder can contain settings that apply to all websites on that server. However going lower still is the machine.config and settings made here apply to the machine generally. Here I am going to make some changes to the machine.config to harden the production server and give a slight boost to performance.
[More]
10d63848-2243-4ba4-a2db-65a31f9ee0a9|1|5.0
Permalink |
Comments (1)
February 1008
Another quick helper method to preselect a value from any radio group list control on the page.
[More]
32a8d89e-d76d-4d4d-be05-f70601302bba|0|.0
Permalink |
Comments (0)