Two options for you: Option 1 (from command prompt) – In IIS 6: run %windir%system32cscript iisapp.vbs – In IIS 7: %windir%system32inetsrvappcmd.exe list wp…
Month: June 2011
Custom Type in C# Settings
Today I was working on having custom type for settings in C# and I couldn’t see my type when I…