I'm experiencing a very strange problem which I believe is assocaited w/
Frontpage Server Extensions.

Some users of our internal intranet site, get windows user and password
prompts when they try to access office files. If the user clicks cancel, the
office file loads. If the user types in network id and password, it is not
accepted, however the document will still load after three attempts.

I have checked the iis log and those users who have this problem show up in
the log as trying to access author and shtml.dll files. They are getting a
302 error which I assume is assocaited w/ this problem.

Do you think reinstalling server extensions will correct this issue?

Any input is greatly appreciated

Re: IIS Security Issue w/ website users by Ben

Ben
Wed Jan 05 11:24:37 CST 2005

Yeah it looks like IIS is trying to grant them authoring permissions. You
could try reinstalling server extensions.

Or you could try turning off windows authentication & only allowing
anonymous access, if that's ok.

Or grant them access (maybe just read access) in frontpage explorer.

--
Ben Strackany
www.developmentnow.com


"Galahad" <Galahad@discussions.microsoft.com> wrote in message
news:7C822CA2-3FB9-4B11-8C3C-8682EE8E9DBD@microsoft.com...
> I'm experiencing a very strange problem which I believe is assocaited w/
> Frontpage Server Extensions.
>
> Some users of our internal intranet site, get windows user and password
> prompts when they try to access office files. If the user clicks cancel,
the
> office file loads. If the user types in network id and password, it is not
> accepted, however the document will still load after three attempts.
>
> I have checked the iis log and those users who have this problem show up
in
> the log as trying to access author and shtml.dll files. They are getting a
> 302 error which I assume is assocaited w/ this problem.
>
> Do you think reinstalling server extensions will correct this issue?
>
> Any input is greatly appreciated



Re: IIS Security Issue w/ website users by Tom

Tom
Wed Jan 05 12:08:55 CST 2005

Some versions of office will cause this, until the user updates the
software. Such as office 2000 requires at least SR-1 be installed to
eliminate the problem.

Tom "Pepper" Willett
Microsoft MVP - FrontPage
"Galahad" <Galahad@discussions.microsoft.com> wrote in message
news:7C822CA2-3FB9-4B11-8C3C-8682EE8E9DBD@microsoft.com...
| I'm experiencing a very strange problem which I believe is assocaited w/
| Frontpage Server Extensions.
|
| Some users of our internal intranet site, get windows user and password
| prompts when they try to access office files. If the user clicks cancel,
the
| office file loads. If the user types in network id and password, it is not
| accepted, however the document will still load after three attempts.
|
| I have checked the iis log and those users who have this problem show up
in
| the log as trying to access author and shtml.dll files. They are getting a
| 302 error which I assume is assocaited w/ this problem.
|
| Do you think reinstalling server extensions will correct this issue?
|
| Any input is greatly appreciated



Re: IIS Security Issue w/ website users by jeff

jeff
Wed Jan 05 15:03:56 CST 2005

On Wed, 5 Jan 2005 08:59:07 -0800, "Galahad"
<Galahad@discussions.microsoft.com> wrote:

>I'm experiencing a very strange problem which I believe is assocaited w/
>Frontpage Server Extensions.
>
>Some users of our internal intranet site, get windows user and password
>prompts when they try to access office files. If the user clicks cancel, the
>office file loads. If the user types in network id and password, it is not
>accepted, however the document will still load after three attempts.
>
>I have checked the iis log and those users who have this problem show up in
>the log as trying to access author and shtml.dll files. They are getting a
>302 error which I assume is assocaited w/ this problem.
>
>Do you think reinstalling server extensions will correct this issue?

It's possibly an IIS issue if you're using Basic Authentication. IE
won't pass credentials except in Windows Authentication. Also, if
this is Office 2000, installing SP1 cures an issue with Office
documents asking for a login/password.

Jeff