Ask a Question related to ASP.NET Security, Design and Development.
-
Jonathan Parker #1
Different behavior for Windows Authentication with same app
I have an asp.net app that uses windows authentication. I'm doing my
development and testing from one box. In the browser if I enter:
[url]http://mybox/virtualdirectory/default.aspx[/url] everything works as I would
expect. It recognizes my login and away I go.
However, if I enter [url]http://mybox.mycompany.com/virtualdirectlry/default.aspx[/url]
I am immediately prompted for a Username/Password. What gives?
Can anyone give me a simple explanation and what I must configure
(machine.config, web.config or IIS)?
Thanks in Advance,
Otis...
Jonathan Parker Guest
-
Server behavior User Authentication is missing
Server behavior User Authentication is missing I'm trying to make a login and according to the help file have to go to application, click the + ,... -
Missing User Authentication behavior
I'm trying to restrict a page on my site using dreamweaver and PHP, but I don't have under server behavior the User Authentication option to select... -
ASP.NET Authentication and Windows Authentication
Hello, I'm developing a web application that will run on an Intranet. I'll use Windows Authentication, so users can access the application... -
Strange behavior using SSL and "FORMS" authentication.
Hello I am using "FORMS" authentication, without SSL the behavior is normal, everythings working very well When in IIS I cheking "Require SSL"... -
Forms authentication with Windows authentication
Hi, I have an ASP.NET web site that uses IIS Basic Authentication and accesses an OLAP Server at various stages. The OLAP Server authentication... -
Ken Schaefer #2
Re: Different behavior for Windows Authentication with same app
I suspect that you're using Internet Explorer (but can't be sure, because
you don't tell us).
For sites in the "Intranet" IE security zone, IE will automatically send
your username/password if the server requests it. For sites in the
"Internet" zone (and this includes, by default, all sites that include a .
in their DNS name), IE will prompt you for your username/password.
Cheers
Ken
"Jonathan Parker" <jayboparker@mediaone.net> wrote in message
news:%23RE1fQcaDHA.4020@tk2msftngp13.phx.gbl...
: I have an asp.net app that uses windows authentication. I'm doing my
: development and testing from one box. In the browser if I enter:
: [url]http://mybox/virtualdirectory/default.aspx[/url] everything works as I would
: expect. It recognizes my login and away I go.
:
: However, if I enter
[url]http://mybox.mycompany.com/virtualdirectlry/default.aspx[/url]
: I am immediately prompted for a Username/Password. What gives?
:
: Can anyone give me a simple explanation and what I must configure
: (machine.config, web.config or IIS)?
:
: Thanks in Advance,
: Otis...
:
:
Ken Schaefer Guest
-
otis #3
Re: Different behavior for Windows Authentication with same app
Ken,
THANKS! This was exactly the issue. Sorry I didn't get back sooner with my
appreciation.
Otis...
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:eZJ2h$daDHA.1004@TK2MSFTNGP12.phx.gbl...> I suspect that you're using Internet Explorer (but can't be sure, because
> you don't tell us).
>
> For sites in the "Intranet" IE security zone, IE will automatically send
> your username/password if the server requests it. For sites in the
> "Internet" zone (and this includes, by default, all sites that include a .
> in their DNS name), IE will prompt you for your username/password.
>
> Cheers
> Ken
>
>
> "Jonathan Parker" <jayboparker@mediaone.net> wrote in message
> news:%23RE1fQcaDHA.4020@tk2msftngp13.phx.gbl...
> : I have an asp.net app that uses windows authentication. I'm doing my
> : development and testing from one box. In the browser if I enter:
> : [url]http://mybox/virtualdirectory/default.aspx[/url] everything works as I would
> : expect. It recognizes my login and away I go.
> :
> : However, if I enter
> [url]http://mybox.mycompany.com/virtualdirectlry/default.aspx[/url]
> : I am immediately prompted for a Username/Password. What gives?
> :
> : Can anyone give me a simple explanation and what I must configure
> : (machine.config, web.config or IIS)?
> :
> : Thanks in Advance,
> : Otis...
> :
> :
>
>
otis Guest



Reply With Quote

