Browse by Tags

05 December 2009
A simple exe to find DEBUG build for managed modules and DEBUG attribute in Web.Config for Web applications in IIS 6/7
CAVEAT: Some stories before I get to the point, so you may want to skip to the end. We in Microsoft PSS get lot many cases on a daily basis which are related to performance issues with Web applications developed using ASP.Net and hosted on IIS. Based Read More...
3 Comments  
Attachment(s):DebugFinder.zip
03 July 2009
Required permissions when calling a Web service using client certificate for authentication in an ASP.NET Web application
A Web service requiring Client certificate authentication is a common scenario. You may have a client application which needs to send the Client certificate as part of the web request for accessing the web service. This client application may be a Windows/Console Read More...
11 April 2009
Automate client certificate one-to-one mapping in IIS 6.0 using C#
In PSS, we occasionally get requests from our customers wherein they want to automatically add entries for client certificate mapping in IIS or Active Directory (AD). That is either a 1-to-1, Many-to-1 or AD mapping for the client certificate authentication Read More...
22 April 2008
Change in IIS MMC setting may cause unwanted restarts of W3SVC
Recently we have discovered an issue with IIS Manager wherein changing settings in a certain way may cause unexpected restart of World wide Web Publishing Service. And this may happen before you realize until you go back to the Application event log and Read More...
09 August 2007
How to achieve a feature similar to single logon for multiple web applications using Basic authentication
Here is something which I recently figured out. This may be very simple to many but thought of sharing it for a wider audience. Let's say you have two ASP.Net web applications running on two different servers. Now, assuming you have a constraint wherein Read More...
Page view tracker