Site Maintenance Mode

Create A fie “app_offline.htm” in the root of the site, where hosted. “app_offline.htm” file size should be larger than 512. It is use as default page of site. It allows you to modify/remove the locks from those files and replace them, without the need to do a full IISRESET, When we publish site through Visual Studio, it use [Users][LoginUser]AppDataRoamingMicrosoftVisualStudio12.0app_offline.htm. Error : 503… Read more →

tfs : Undo Pending changes

How many file are checkout on tfs tf status $/MyProject/SomeFolder/*.* /user:* /recursive http://stackoverflow.com/questions/18344852/how-can-i-find-out-all-of-the-checked-out-files-in-tfs-2010 undo /workspace:terminalname;usrName  $/path/*.* /recursive /s:http://serverIP:8080/tfs Read more →

What are the basic differences between user controls and custom controls?

Now that you have a basic idea of what user controls and custom controls are and how to create them, let’s take a quick look at the differences between the two. Factors User control Custom control Deployment Designed for single-application scenarios Deployed in the source form (.ascx) along with the source code of the application If the same control needs… Read more →

ADFS authentication n MVC

Active Directory Federation Services (ADFS) uses account stores to log on users and extract security claims for those users. You can configure multiple account stores for a single Federation Service and define their priority. The Federation Service uses Lightweight Directory Access Protocol (LDAP) to communicate with account stores. ADFS supports two types of account stores: Active Directory account stores and Active Directory Application Mode… Read more →