Ask a Question related to ASP.NET Security, Design and Development.
-
.NET Developer #1
Newbie help for windows authentication please.
Hello.
I would like to get windows authentication to work, but I can't,
because I must be stupid.
Here's the relevant web.config section:
<authentication mode="Windows" />
<authorization>
<allow roles="COMPUTER\Users" />
<deny users="*" />
</authorization>
When I run my ASP.NET app, I get the logon box, with:
Username
Password
Domain
I've made sure that the username "Robert" is a member of "Users"
So, for Username, I type in Robert
I don't have a password for that user, so I leave password blank.
I'm not sure about the Domain. I think it's "COMPUTER" because I've
seen that mentioned elsewhere. But it could be "localhost"? I'm not
sure how to find this out to make sure. (Everything's on my one local
Win2K machine.)
My problem is that it won't let me log in. I've tried quite a few
different combinations.
As you can see, I think I am a bit stupid. Please help.
Robert.
.NET Developer Guest
-
Newbie: NT Authentication
Hello, I have been charged with building an ASP.NET website at work. Some of the pages (like head count info) need to to be secured. One of the... -
Newbie: HTTP Authentication...
Hi, I hope you guys can help... I have the following (simple) code to do some HTTP authentication. <?php if (!isset($_SERVER)) {... -
Newbie authentication request
I've created a web site using plain old asp (not asp.net). How do I got about setting it up to require the user to logon using their domain... -
newbie form authentication
I was thinking of using form authtentication. Is it a pain, or should I do it? Also, I want login to redirect to one of two pages always, no... -
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...



Reply With Quote

