Tuesday, January 15, 2013

How to solve "The XML is not well-formed." problem ?

Need to locate and replace special characters
"& < > \" \'".Replace("&", "&").Replace("<", "<").Replace(">", ">").Replace("\"", """).Replace("\'", "'");

Monday, January 14, 2013

Server Side Model Validation in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/F16Q301112-Server-Side-Model-Validation-in-MVC-Razor.html

Friday, January 11, 2013

Why session timeout setting not working


    
          
    

    


if use form authentication, need to change two places