Ask a Question related to ASP.NET Security, Design and Development.
-
Steven K0 #1
Login page with Basic authentication (newbie)
Hello,
I am using ASP.Net with Visual Basic.
I have a directory that has Basic Authentication turned on, which is working
fine. The problem with this login, is that all it ask for is the login and
password. My users call me becuase they think they can't log in, but they
are forgetting to type their domain name (MyDomainName\UserHandle). I found
a web site in our organization that has NT Authentication, but they have
there own page for the login and the page gives instructions for loging into
the site. Unfortunately, this site is maintained by an outside vendor.
My question is how can I create my own login page for Basic Authentication.
--
Thanks in advance,
Steven
Steven K0 Guest
-
Strange problem with Forms authentication: After successfull login, login page is still displayed
Hi there I have a quite strange problem with my ASP.NET-Application. The application has being deployed one year ago and worked fine till last... -
OWA authentication via Login Page using ASP.Net
Hi, first of all sorry for the cross posting. i have a problem with an ASP.NET application that requires to redirect the user to an OWA URL (for... -
Basic authentication without browser login window
Hello, I have a problem with basic windows authentication in IIS6. As a developer I'm requested to implement windows authentication on my web... -
Authentication forms and SSL on the login page
Hi all, I'm tryiing to set up security for a ASP.NET web application in order to force all the users to go to a login page with an SSL connection.... -
Authentication Keeps returning to Login Page
I have the following problem: my web.config file (see below) protects the entire website and when a user tries to go to a page they are... -
Hernan de Lahitte #2
Re: Login page with Basic authentication (newbie)
Hi Steven,
You should use Forms Authentication if you want your own login page. In this
case, you may use Windows Auth (Basic) by accessing the AD API.
Here is an example of this:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT02.asp?frame=true[/url]
Regards,
Hernan de Lahitte
[url]http://clariusconsulting.net/hdl[/url]
"Steven K0" <stroy@api.com> wrote in message
news:OFhmIRQPFHA.3704@TK2MSFTNGP12.phx.gbl...> Hello,
>
> I am using ASP.Net with Visual Basic.
>
> I have a directory that has Basic Authentication turned on, which is
> working fine. The problem with this login, is that all it ask for is the
> login and password. My users call me becuase they think they can't log
> in, but they are forgetting to type their domain name
> (MyDomainName\UserHandle). I found a web site in our organization that
> has NT Authentication, but they have there own page for the login and the
> page gives instructions for loging into the site. Unfortunately, this
> site is maintained by an outside vendor.
>
> My question is how can I create my own login page for Basic
> Authentication.
>
> --
> Thanks in advance,
> Steven
>
Hernan de Lahitte Guest



Reply With Quote

