I have been asked this question so many times. Why use ASP.NET MVC instead of Web Forms? My answer is simple, because it’s better. If you are not convinced please see below, ASP.NET MVC is a completely new framework for building…
I have been asked this question so many times. Why use ASP.NET MVC instead of Web Forms? My answer is simple, because it’s better. If you are not convinced please see below, ASP.NET MVC is a completely new framework for building…
The RSAProtectedConfigurationProvider is the default protected configuration providers. It supports machine level and user level key containers for key storage. RSA machine key containers are stored in “C:\Documents and Settings\All users\Application data\Microsoft\Crypto\RSA\MachineKeys” in Windows server 2003. The default ‘keycontainerName’ for…
Web Service Enhancements 3 (WSE 3) is not officially supported since Visual Studio 2008. The reason is that Microsoft wants you to migrate your code to WCF. See below to enable Web Services Enhancements (WSE) 3.0 in VS2012, VS2010 and…