Authentication forms + domain

Authentication forms + domain

am 22.04.2008 20:35:37 von Mike Gleason jr Couturier

(VS 2005, .NET 2.0)

Hi,

I have a sub directory protected with mode=Forms.. I have roles and users
defined. When I test locally everything works.

When I test on our development server, I get a Windows popup
authentication... my login form does not appear. (We're on a domain)

What's hapening?

Thanks

Mike

RE: Authentication forms + domain

am 22.04.2008 21:43:01 von brucebarker

turn anonymous on on the server

-- bruce (sqlwork.com)


"Mike Gleason jr Couturier" wrote:

> (VS 2005, .NET 2.0)
>
> Hi,
>
> I have a sub directory protected with mode=Forms.. I have roles and users
> defined. When I test locally everything works.
>
> When I test on our development server, I get a Windows popup
> authentication... my login form does not appear. (We're on a domain)
>
> What's hapening?
>
> Thanks
>
> Mike
>
>
>

Re: Authentication forms + domain

am 22.04.2008 22:00:11 von Mike Gleason jr Couturier

"bruce barker" a écrit dans le
message de news: 3931D4BE-DC2A-46C9-A59A-FE066168B1A4@microsoft.com...
> turn anonymous on on the server
>
> -- bruce (sqlwork.com)

Even if other parts on the website runs fine (the parts where
authentification is not required)?

Thanks!

Re: Authentication forms + domain

am 22.04.2008 22:01:44 von George Ter-Saakov

Most likely you did not give ASP.NET account permission to the folder when
moved the project to the server.

ASP.NET, IUSR_MACHINE, IWAM_MACHINE needs to have a permissions to read that
folder (and subfolders).

George.


"Mike Gleason jr Couturier" wrote in message
news:uN%23qpeKpIHA.4848@TK2MSFTNGP05.phx.gbl...
> (VS 2005, .NET 2.0)
>
> Hi,
>
> I have a sub directory protected with mode=Forms.. I have roles and users
> defined. When I test locally everything works.
>
> When I test on our development server, I get a Windows popup
> authentication... my login form does not appear. (We're on a domain)
>
> What's hapening?
>
> Thanks
>
> Mike
>
>