RE: Question about windows integrated security
From: David Coe (dhc0e_at_aol.com)
Date: 01/29/04
- Next message: Yan-Hong Huang[MSFT]: "Re: Can I pass ASP Basic Auth Credentials to an APS.NET Forms Authentication site?"
- Previous message: Shriop: "Re: Network Credentials not passing in Authentication mode"
- In reply to: NWx: "Question about windows integrated security"
- Next in thread: NWx: "Re: Question about windows integrated security"
- Reply: NWx: "Re: Question about windows integrated security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 28 Jan 2004 16:41:22 -0800
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.
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: Yan-Hong Huang[MSFT]: "Re: Can I pass ASP Basic Auth Credentials to an APS.NET Forms Authentication site?"
- Previous message: Shriop: "Re: Network Credentials not passing in Authentication mode"
- In reply to: NWx: "Question about windows integrated security"
- Next in thread: NWx: "Re: Question about windows integrated security"
- Reply: NWx: "Re: Question about windows integrated security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|