Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
December 2010
(3)
September 2010
(2)
August 2010
(1)
June 2010
(3)
May 2010
(2)
April 2010
(2)
January 2010
(1)
December 2009
(1)
November 2009
(1)
October 2009
(1)
September 2009
(1)
August 2009
(1)
July 2009
(1)
June 2009
(1)
April 2009
(3)
March 2009
(3)
February 2009
(1)
January 2009
(2)
December 2008
(1)
November 2008
(2)
October 2008
(1)
August 2008
(2)
July 2008
(1)
June 2008
(1)
May 2008
(2)
April 2008
(3)
March 2008
(1)
February 2008
(1)
January 2008
(2)
December 2007
(2)
November 2007
(5)
October 2007
(1)
September 2007
(1)
August 2007
(5)
July 2007
(3)
June 2007
(1)
May 2007
(1)
April 2007
(4)
January 2007
(1)
Tags
.Net
ASP.Net
Authentication
Certificate
Client Certificate
Code Sample
FTP
IE
IIS
IIS 6.0
IIS 7.0
IIS 7.5
Kerberos
Microsoft Support
MS Office
Personal
Programming
reference
service startup
Setup
SSL
Tools
Troubleshooting
Visual Studio
Windows Server 2008
Common Tasks
Blog Home
About
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Debug.Assert does not launch a popup window on IIS7 while debugging in Visual Studio
Saur212
If you are trying to debug an IIS 7 hosted web application using Visual Studio and trying to use System.Diagnostics.Debug.Assert()/System.Diagnostics.Trace.Assert() in your code to launch a popup window it will not work. However you can write the output to a log file using the following: < configuration...
on
24 Jun 2010
Blog Post:
A simple exe to find DEBUG build for managed modules and DEBUG attribute in Web.Config for Web applications in IIS 6/7
Saur212
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 on my experience with debugging these issues many...
on
5 Dec 2009
Blog Post:
Required permissions when calling a Web service using client certificate for authentication in an ASP.NET Web application
Saur212
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 application or another Web application...
on
2 Jul 2009
Blog Post:
Visual Studio 2005/2008 IDE: Web Controls in the Toolbox seen grayed out for Asp.Net projects ?
Saur212
Here is a quick post that may help you save few hours if you get into this problem. Symptoms -- Out of blue you realize that when you try to create and open a new Web site/Web Application project we do not see any of the Web controls in the Toolbox. It includes most of the sections in the Toolbox pane...
on
22 Apr 2009
Blog Post:
Automate client certificate one-to-one mapping in IIS 6.0 using C#
Saur212
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 for the web site. I recommend going with AD...
on
10 Apr 2009
Blog Post:
Unable to load DLL 'bcrypt.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Saur212
I recently had the privilege to get access to a machine from a colleague of mine. It was a Windows server 2003 server and I had to test some ASP.Net application for one of my pet projects. I was focusing completely on the project at hand before I was completely taken off by a surprise, although not a...
on
8 Apr 2009
Blog Post:
Asp.Net Request routing implementation fails with Null Reference exception
Saur212
I recently had the pleasure of working on the implementation of Asp.Net Request Routing feature that comes in bundled with .Net Framework 3.5 SP1. This is a cool stuff wherein care has been taken to ensure it can be used independently of MVC Framework. It can be used with Dynamic Data as well as implemented...
on
19 Mar 2009
Blog Post:
Programmatically managing Virtual Server using C#
Saur212
Virtual Server 2005 (VS2005) is a well-known tool to manage Virtual Machines (VMs) on a host server. It is a great feature to manage virtualization for hardware/software. Most often one would use the VS2005 Web Admin interface to manage VMs. But at times (like the way it recently happened for a customer...
on
24 Oct 2008
Blog Post:
Change in IIS MMC setting may cause unwanted restarts of W3SVC
Saur212
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 find entries corresponding to the W3SVC restart...
on
22 Apr 2008
Blog Post:
Unable to correctly display Chinese (Unicode) characters in Excel when opened through ASP.Net page
Saur212
Recently I was working on an issue wherein one of our customers was trying to stream data from their web application in CSV format for it to be recognizable and opened through Excel on the client's end. Basically they were setting content-type and content-disposition to open the file outside the browser...
on
26 Feb 2008
Blog Post:
How to achieve a feature similar to single logon for multiple web applications using Basic authentication
Saur212
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 you cannot use Windows integrated authentication...
on
9 Aug 2007
Blog Post:
Accessing Request.CurrentExecutionFilePath property in Response.Redirect Vs Server.Transfer methods
Saur212
Ok, I understand you might feel lethargic while viewing this blog of mine thinking, here again the same old crap about server.transfer and response.redirect. Don't know how many links you would already have found if you did a Live or Google on the net on the above commands. I at least found two dozens...
on
20 Apr 2007
Blog Post:
Getting little deeper: How ASP.Net Forms based authentication flows...
Saur212
I have been recently supporting Asp.Net apart from IIS in the role of a Microsoft GTSC Developer Support Engineer. I had been a programmer earlier, but had more expertise on C, C++ and other unmanaged non-web stuffs. I am new to Web technology as per the programming background is concerned. I started...
on
19 Apr 2007
Page 1 of 1 (13 items)