Showing posts with label IIS. Show all posts
Showing posts with label IIS. Show all posts

Wednesday, February 18, 2009

Let's Talk about .. IIS-IP Address and domain name restrictions

For more security, Forbes, SM Team, told me the way to set the IP address and domain name restrictions. By setting it, we can specify who can access the WebSite or Web Service.

The instruction to set IP Address and domain name restrictions

-Open IIS
-Right click at you web sites

-In Directory tab, click at Edit button

-Select Granted access or Denied access as the default, then you can specify for the exception case.

For example, if I want only the website on ServerA to call Web Service on Server B, then I select Denied access and Except for Server A.

Tuesday, December 9, 2008

Let's Talk about .. IIS-Settting Timeout

Today, my team got a problem to upload a large file to MOSS DocLib, so P'Roj from SysTeam told me how to configurate the timeout in IIS.

There are three kind of timeout:-

1. The instruction to set Web Site Connection Timeout

-Log in to Server
-Enter IIS Manager
-Right click at your website
-In Web Site tab, set the connection timeout in seconds unit

-Restart IIS

2. The instruction to set Application Session Timeout
-Log in to Server
-Enter IIS Manager
-Right click at your website
-In Home Directory tab, click Configuration button
-In Options tab, set the Session timeout in minutes unit

-Restart IIS

3. The instruction to ASP script timeout
-Log in to Server-Enter IIS Manager-Right click at your website
-In Home Directory tab, click Configuration button
-In Options tab, set the ASP script timeout in seconds unit
-Restart IIS