Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » IIS7 : HOW TO   (RSS)

How to configure IIS 7.0 for ODBC logging?

If you select Log File format as “Custom” in the IIS manager, it doesn’t give you options to configure ODBC logging in the UI. Instead, it just gives you an alert saying it cannot be configured through IIS manager which you already know. But, in the previous
Posted by rakkim | 1 Comments
Filed under: , ,

IIS7 - making Forms Authentication to work for all the requests

If you were following all the news about IIS7, you would have heard that you can now plug-in ASP.NET Forms Authentication in the main integrated pipeline. Few of my colleagues, other friends tried doing this and claimed that it didn't work as expected.
Posted by rakkim | 0 Comments
Filed under: ,

IIS7 - Running 32-bit and 64-bit ASP.NET versions at the same time on different worker processes

In IIS6, this was a pain area. On a 64-bit Windows 2003 Server, you cannot run worker processes in both 32-bit mode and as well as 64 bit mode. Either only one of them was possible. This was possible by the below Metabase Key which would be applied to
Posted by rakkim | 6 Comments
Filed under: ,

IIS7 - FTP7 - Supporting Virtual Host names - Extended logging

As you all know that the brand new FTP7 server now supports adding multiple host names. This is similar to that of adding host headers to the web sites, but as name indicates, these Virtual Host names are Virtual. The new FTP7 server which is available
Posted by rakkim | 1 Comments
Filed under: ,

IIS7 : HOW TO enable content expiration?

In IIS6, it was with the website properties --> HTTP Headers. Here in IIS7, you can do this on the "HTTP Response Headers" feature on the website. Select the website in the Connections pane. Double click on the "HTTP Response Headers" feature in the
Posted by rakkim | 0 Comments
Filed under: ,

IIS7 : HOW TO add FTP Site publishing?

The brand new FTP server shipping with Windows 2008 Server looks pretty cool. It has added SSL support. Do not confuse this with SFTP (FTP over SSH). It also includes FTP Publishing. To publish your site, you need to add a new binding for the FTP protocol
Posted by rakkim | 0 Comments
Filed under: ,

IIS7 : HOW TO force a website to use SSL?

I have written about how to configure a website for HTTPS here . In this post, I will explain how to force HTTPS for any website. 1. Open IIS7 Manager UI. 2. Expand the Web Sites in the Connections pane and select the Web site. 3. In the Features View,
Posted by rakkim | 0 Comments
Filed under: ,

IIS7 : HOW TO enable the detailed error messages for the website while browsed from for the client browsers?

In IIS 7, you can control the detailed error messages being sent to the clients. By default, the detailed error messages can be viewed only by browsing the site from the server itself. But, this is dangerous because Detailed errors may contain about the
Posted by rakkim | 0 Comments
Filed under: ,

IIS7 : HOW TO configure a website for HTTPS?

I will be discussing about configuring HTTPS for a website on IIS 7. The UI of the IIS manager in IIS 7 is completely different from that of IIS 6. Initially it will look as if you are going to use a brand new product which you are trying for the first
Posted by rakkim | 3 Comments
Filed under: ,

IIS7 : HOW TO configure the default document of the website in its web.config?

In my previous post, I talked about a new feature in IIS 7 which allows the website developers (or owners) to change the default website themselves without engaging the administrator again and again. In this post, I am going to explain how to do that?
Posted by rakkim | 0 Comments
Filed under: ,
 
Page view tracker