Sign in
MSDN Blogs
Microsoft Blog Images
More ...
TheWay I See It
Techno Funda By Vijayshinva Karnure.
Tags
.NET
AppFabric
ASP.NET
BizTalk
C#
Debug
IIS
IIS 7 Tip
InternetExplorer
Live
PowerShell
SCCM
Security
SSRS
Tools
VisualStudio
WinDbg
Windows
All opinions posted here are those of the author and are in no way intended to represent those of his employer. All posts are provided "AS IS" with no warranties, and confers no rights.
Recent Posts
IIS 7 Tip # 8 You can create Self-Signed SSL certificates from the IIS manager
Posted
over 4 years ago
by
Shinva
IIS 7 Tip # 7 You can use the application pool identity for the anonymous authentication credentials
Posted
over 4 years ago
by
Shinva
Getting better stack traces in Process Monitor / Process Explorer
Posted
over 4 years ago
by
Shinva
IIS 7 Tip # 6 You can reset the TCP connection when “Service Unavailable” happens
Posted
over 4 years ago
by
Shinva
Archives
Archives
May 2013
(2)
April 2013
(1)
October 2012
(6)
September 2012
(2)
September 2010
(2)
January 2010
(1)
December 2009
(1)
November 2009
(5)
October 2009
(1)
September 2009
(2)
August 2009
(1)
July 2009
(1)
May 2009
(5)
April 2009
(4)
March 2009
(5)
February 2009
(4)
January 2009
(3)
November 2008
(1)
October 2008
(2)
September 2008
(1)
May 2008
(3)
April 2008
(3)
March 2008
(3)
February 2008
(2)
January 2008
(2)
December 2007
(3)
November 2007
(3)
October 2007
(2)
May 2007
(1)
November 2006
(2)
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
April, 2009
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Way I See It
IIS 7 Tip # 8 You can create Self-Signed SSL certificates from the IIS manager
Posted
over 4 years ago
by
Shinva
1
Comments
IIS 7.0 manager has a nice feature of generating self-signed certificates that you can use for running tests. At the global level select Server Certificates and in the Actions Pane on the right you get the option to Create Self-Signed Certificate…...
The Way I See It
IIS 7 Tip # 7 You can use the application pool identity for the anonymous authentication credentials
Posted
over 4 years ago
by
Shinva
3
Comments
When a client accesses a web site on anonymous authentication IIS uses a pre configured account to access the corresponding files on disk. In IIS 5.0 / 6.0 we used a local account called the IUSR_machinename for anonymous authentication. With IIS 7.0...
The Way I See It
Getting better stack traces in Process Monitor / Process Explorer
Posted
over 4 years ago
by
Shinva
6
Comments
Process Monitor and Process Explorer are great tools for troubleshooting issues on Windows machines. Process Explorer can be used to investigate a running process from handles to dlls loaded. Process Monitor is my favourate and it can be used to monitor...
The Way I See It
IIS 7 Tip # 6 You can reset the TCP connection when “Service Unavailable” happens
Posted
over 4 years ago
by
Shinva
0
Comments
Instead of returning the “Service Unavailable” message to the client you can terminate the TCP connection. This can be helpful in environments where you have a Load Balancer which ’understands’ a TCP reset instead of “Service Unavailable”. In IIS 7.0...
Page 1 of 1 (4 items)
MSDN Blogs
>
The Way I See It
>
April, 2009