John is correct that it's a browser issue. It is not a "caching" issue like
That's the way it IE works. Suggest you get your users to close their
"John" <ctcmptrdr@sbcglobal.net> wrote in message
news:%jFvd.46713$Qv5.34135@newssvr33.news.prodigy.com...
> This is a browser issue, not a web server issue. You need to modify your
> web page design. See -
>
>
http://www.htmlgoodies.com/beyond/nocache.html >
> John
>
> Elga wrote:
>> Hi, Ken.
>>
>> I did everything like you described in your post, and the user has to
>> enter his password when he opens my site by typing the URL, but if he
>> goes to another site, and ther return to mine by clicking in the browser
>> buttons, the password is not requested anymore.
>>
>> What can I do to avoid this ?
>>
>> Thanks,
>>
>> Elga.
>>
>> "Ken Schaefer" wrote:
>>
>>
>>>Hi,
>>>
>>>a) To require a user to type in a username/password, you can just disable
>>>"Allow anonymous access" in the IIS Manager, and check "Basic
>>>Authentication"
>>>
>>>b) To create users (and groups) you can use the Computer Management MMC
>>>located in the Administrative Tools folder
>>>
>>>c) Probably the best way would be to create a group that has access to
>>>the site, then create individual user accounts, and put them into the
>>>group. Locate the folders/files for the website on your hard disk, and
>>>remove permissions for Everyone, and add permissions for the group in
>>>question. This means that users will need to authenticate -and- only
>>>users in the group that you created can access the content (other users,
>>>who do have a valid username/password on the system, will not be able to
>>>access the content)
>>>
>>>Cheers
>>>Ken
>>>
>>>"Larry C." <Larry C.@discussions.microsoft.com> wrote in message
>>>news:277E0F0D-970E-45CB-A1BB-4CEA524037A4@microsoft.com...
>>>
>>>>I have an IIS 6.0 Server configured as a stand alone server with Basic
>>>>authenication turned on for the default Web Site. What is the best way
>>>>to
>>>>create user accounts and associate it with the site so that whoever
>>>>connects
>>>>to the URL is required to type in a user name and password. Can I create
>>>>groups?
>>>>
>>>>Thanks.
>>>>
>>>>Larry C.
>>>>
>>>>
>>>
>>>
>>>