-
Posted to
Configuration & Scripting
by
sethi2000
on
04-17-2007, 12:04 PM
Right Click on the file and go to properties in IIS Manager , you will see a three optionsThe designated FileA share located on another computerA redirection to URL just select A redirectiion to URL option and enter the destination url
-
Posted to
IIS7 - Security
by
sethi2000
on
04-10-2007, 9:40 AM
Thanks for sharing your experiences with IIS community
-
Posted to
Security
by
sethi2000
on
04-09-2007, 5:49 PM
Change the directory security of clients folder to Basic Authentication or Integrated windows Authentication in IIS.
Enabling directory security does not automatically configure your Web server to authenticate users. You must set appropriate NTFS permissions to the clients folder as well. The client should have read permission to its folder and ...
-
Posted to
IIS7 - Configuration & Scripting
by
sethi2000
on
04-05-2007, 2:07 PM
Net_Srak:Why would IIS not even yet support wildcard host headers? With
current IPv4 limitations it is not possible to have one IP address for each
website. It is a must, that the webserver are able to handle these matters.
There is no good argument not to integrate proper wildcard
support in IIS. It is only a question of lazyness and ...
-
Posted to
Configuration & Scripting
by
sethi2000
on
04-03-2007, 6:03 PM
Here is the sample code
--------------------------------------------------------------------------------------- RedirectedURL = ''http://www.test.com''
Options = '', EXACT_DESTINATION''
Machines = Array(''First'',''Second'',''Third'',''Fourth'',''Fifth'',''Sixth'')
For Each Machine In Machines
Set ...