Windows Authentication in ASP.NET

8. April 2008
If your application is targeted for use inside an organization, and users accessing the application have existing user accounts within the local user database of the Web server or Active directory, you should authenticate users with Windows authentication. You can configure Windows authentication in two ways: within IIS and within your ASP.NE... [More]

ASP.NET, How To ,

How to tell IIS Application or Virtual Directory to use ASP.NET 3.5 rather than ASP.NET 2.0

2. April 2008
A very nice article by Scott Hanselman on this fundamental question: How do I tell my IIS Application or Virtual Directory to use ASP.NET 3.5 rather than ASP.NET 2.0? EnjoY!

ASP.NET , ,

IIS Website VS Virtual Directory

27. September 2007
People are always confused by these two IIS concepts, especially for the new IIS7/WAS. These are not new concepts. They are available since IIS6 on Windows 2003 Server. However the terms were misused in IIS6 and they are corrected in IIS7 in Windows Vista and higher versions of Windows. Virtual Application What is it?The term “virtual appl... [More]

ASP.NET , ,