Re: Question about windows integrated security
From: NWx (test_at_test.com)
Date: 01/30/04
- Next message: NWx: "Re: Question about windows integrated security"
- Previous message: John G.: "Re: Login-Validating(ASP.NET) against a DB"
- In reply to: David Coe: "RE: Question about windows integrated security"
- Next in thread: Ken Schaefer: "Re: Question about windows integrated security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 30 Jan 2004 22:57:29 +0200
Hi,
> In the web.config file, under the <authorization> element, do you have
>
> <authorization><allow users="John"/></authorization>
>
> ?? This section is where you define the users that are allowed (or
denied) access to the application.
I don't have this, but I have instead
<authorization><allow users="*"/></authorization>
which I understood allow all users to use the application.
Anyway I changed to the setting you told me.
However, something was changed since I tried to use the application with Win
security last time, and now I get a different behaviour: user logon form
opened by browser has TTMSERVER\Guest filled automatically in user login,
and it is disabled (so I cannot change it to John anymore), so I can only
enter a password.
What could be the reason for this?
Thank you for your answer.
Regards.
>
> David Coe
> Microsoft Certified Professional
> ASP.NET, XML Web Services
>
> ----- NWx wrote: -----
>
> Hi,
>
> I developed a small test app using ASP.NET. I left the vistual folder
to be
> accessible only with windows integrated security.
> I try to access that app from another PC in my LAN. I don't have a
domain
> controller, the lan works with Workgroup.
>
> When I access that page, I get a user login dialog, aking me to enter
> username / password
>
> I have an user account on that pc, and try to enter that username,
and pass,
> but autantication fail and I see that dialog again and again.
>
> To be more specific
>
> server pc is called TTMServer
> PC I try to connect from is called TTMWS
>
> On TTMServer I have a user account with administrative privileges,
John,
> password John22
> On TTMWS I also have an account John, with pass John22, admin account
type
> too
>
> I work on TTMWS, and I'm logged on account John
>
> When I try to access my app
>
> http://ttmserver/Testapp
>
> I get the user login window.
>
> I try enter user John or user TTMServer\John, and pass John22, but no
luck.
> I'm not autenticated, so I cannot see that page
>
> What I did wrong? How someone over internet, who have a user account
on a PC
> hosting the web server, can access a app which uses Windows
autentication ?
>
> Thank you for any help
>
>
>
>
- Next message: NWx: "Re: Question about windows integrated security"
- Previous message: John G.: "Re: Login-Validating(ASP.NET) against a DB"
- In reply to: David Coe: "RE: Question about windows integrated security"
- Next in thread: Ken Schaefer: "Re: Question about windows integrated security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|