Welcome to MSDN Blogs Sign in | Join | Help

May 2007 - Posts

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 | 4 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 | 3 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: ,

IIS 7 – more than just a web server – best friend to the developers!

Debuted with Windows Vista, also to be included in Windows Server 2008 (formerly Longhorn), IIS 7 has very promising features that will provide a secure, very easy to manage web server platform for hosting Web applications and services. The easily customizable
Posted by rakkim | 0 Comments
Filed under:

Virtual Functions Explored - C++ C# examples

A complete understanding of everything is very important in the programming world. I am taking this post to just give some explanations I know and the understanding I have with the Virtual Functions. This is an explanation given by one of the trainer
Posted by rakkim | 2 Comments
Filed under: ,
 
Page view tracker