Browse by Tags
All Tags »
IIS6 »
IIS7
Recently, I came across an issue where the customer faced an FIPS (Federal Information Processing Standards) related error on the .aspx pages which had debug=”true”. His ASP.net application was hosted on IIS7 running on Windows Server 2008 SP2. And, he
Read More...
The following article is an excellent reference when trying to figure out how to set SPN’s for your IIS Site. http://support.microsoft.com/kb/929650 I wanted to focus on the SPN helper script in the article, and how it can be used in a very simple way
Read More...
Most people on installing .NET 3.5 on the server "expect" an entry for v3.5 under the ASP.NET version Tab in IIS manager. And not finding that entry start panicking. If you have been one of those read on. The more tech savvy folks try
Read More...
After sending an HTTP request to an IIS server, an HTTP client (such as Internet Explorer) may display the following type of error message in the browser window: If Internet Explorer’s Friendly HTTP Error Messages option is turned off, the error may resemble
Read More...
Introduction The purpose of this blog post is to discuss how to mask an IIS server’s IP address from being sent as part of an HTTP response. By default, IIS can send a server’s IP address in the Content-Location or Location response headers of a response.
Read More...
Special thanks to Sean Everhart for contributing this topic Internet Explorer 8.0 introduces a new method of interpreting and displaying the HTML data sent from web servers. In some cases, this can result in the web pages being displayed to users incorrectly.
Read More...