Ask a Question related to ASP.NET Security, Design and Development.
-
Steven K0 #1
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 requirements
is that the site use NT Authentication for the login form instead of
creating new passwords for everyone. My question is how is the best way to
go about this? Is this an IIS issue or is can I use ASP.NET for this?
--
Thanks in advance,
Steven
Steven K0 Guest
-
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... -
Newbie Hello World Authentication Issue
Hi... Real dumb question here, I'm sure: Setting up my first Hello World ASP.Net app...I can get it to run from the server machine that I am... -
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: ... -
Brock Allen #2
Re: Newbie: NT Authentication
Yes you can. Here's a fairly detailed look at the options for doing authentication
with IIS and ASP.NET:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/authaspdotnet.asp[/url]
The one thing this doesn't walk you though is the configuration necessary
in IIS... I couldn't find a good link for that... Sorry. Perhaps someone
else might?
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
> 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
> requirements is that the site use NT Authentication for the login form
> instead of creating new passwords for everyone. My question is how is
> the best way to go about this? Is this an IIS issue or is can I use
> ASP.NET for this?
>
Brock Allen Guest



Reply With Quote

