This article explains the need for understanding the HTTP status codes. The IIS 6.0 helps to display the appropriate status code for the built in core website. Most HTTP status codes have three digits, for example, 401. Some status codes have three digits followed by a decimal point, and one or two more digits (for example, 300.12). In such a case, the number that follows the decimal point is called the sub status code.
The following is the Status Code Range and the respective Code Types.
100 Informational
200 Successful
300 Redirection
400 Client Error
500 Server Error
Under each status code, there will be a sub status code and it will have its own description on the issue.
Thanks
Logan
Logu_microsoft@hotmail.com
971-552596187
Showing posts with label IIS. Show all posts
Showing posts with label IIS. Show all posts
Monday, August 10, 2009
Friday, October 19, 2007
Configuring SSL for IIS
Hi friends,
This article explains how to configure your IIS based website to communicate with the secure socket layer shortly called as SSL. The SSL enable us to have the secure website in turn also for the access of user's mailbox from the OWA from the Internet world. The SSL works in close with the CA called Certificate Authority. Here i am going to explain SSL website building with the basic standalone root certificate available with the server 2003 add remove components.
Install Certificate Authority:
Go to add / remove components and install the Certificate services.
Configuring Website:
1. Open IIS console
2. Right click the Website (here Default website)
3. Directory security
4. Server certificate
5. New server certificate
6. Immediate request options
7. Give the appropriate name, organization name and unit, common name
8. Leave the default port number and other values.
9. Select the appropriate certificate
10. On the Certificate Request Submission page, click Next to submit the request, and then click Finish to complete the wizard.
Enabling the SSL to the Website:
1. Open IIS console
2. Right click the Website (here Default website)
3. Directory security and click Edit.
4. click the Require secure channel (SSL) check box, click the Require 128-bit encryption check box, and then click OK.
5. Make sure Basic authentication is alone checked.
Testing:
Open your browser and then try out any possible urls.
For eg http://localhost/exchange
When you try the above option it will throw an error.
But, if you try with SSL option https://localhost/exchange , it works.
Thanks
Logu
logu_microsoft@hotmail.com
91-98414-99143
This article explains how to configure your IIS based website to communicate with the secure socket layer shortly called as SSL. The SSL enable us to have the secure website in turn also for the access of user's mailbox from the OWA from the Internet world. The SSL works in close with the CA called Certificate Authority. Here i am going to explain SSL website building with the basic standalone root certificate available with the server 2003 add remove components.
Install Certificate Authority:
Go to add / remove components and install the Certificate services.
Configuring Website:
1. Open IIS console
2. Right click the Website (here Default website)
3. Directory security
4. Server certificate
5. New server certificate
6. Immediate request options
7. Give the appropriate name, organization name and unit, common name
8. Leave the default port number and other values.
9. Select the appropriate certificate
10. On the Certificate Request Submission page, click Next to submit the request, and then click Finish to complete the wizard.
Enabling the SSL to the Website:
1. Open IIS console
2. Right click the Website (here Default website)
3. Directory security and click Edit.
4. click the Require secure channel (SSL) check box, click the Require 128-bit encryption check box, and then click OK.
5. Make sure Basic authentication is alone checked.
Testing:
Open your browser and then try out any possible urls.
For eg http://localhost/exchange
When you try the above option it will throw an error.
But, if you try with SSL option https://localhost/exchange , it works.
Thanks
Logu
logu_microsoft@hotmail.com
91-98414-99143
Subscribe to:
Posts (Atom)
