Ask a Question related to ASP.NET General, Design and Development.
-
Brad #1
Capturing Windows NT authentication for client.
Hello all.
I'm trying to convert an application with a SQL Server 2000 back end
and an Access front-end. The back end is fine. I'm just trying to
give it a web front-end using ASP.NET. The problem is that since
Access runs on the client machine, it gathers NT authentication
information at the client and uses that to access the database. Is it
possible to capture NT authentication information at the client
through the browser for an intranet application? If not, can anybody
suggest an alternative? Thanks.
--Brad
[email]btrechak@siebertnet.com[/email]
Brad Guest
-
[PHP] Capturing Windows Login Details
Hi All, I need to capture the username and password used to login to Windows 2000/XP with PHP. Does anybody know how to do this? Many thanks ... -
Capturing the CLIENT host name
I'm using CFMX7 (*fanfare*) Does anyone know a way to capture the CLIENT'S hostname? I know about getting the Server's. -
Windows authentication for web service client??
hi all got a question here, a web service secure mode is set to "windows", on the client side when supplying the credentials, it's like this:... -
Capturing a failed login within "windows authentication"
Is there an event or "something" that happens when I can Log a message (or whatever) when a logon attempt fails when unsing "Windows... -
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... -
Rick Strahl [MVP] #2
Re: Capturing Windows NT authentication for client.
Not through a browser application, but you could build a Rich Client app
that uses the browser control and through it pass the info forward.
Generally browser client apps don't need the security context from the
client because you can force a single login on the server which will
authenticate you for the page and all subsequent pages you request on the
server. If you set your permissions on the ASP.Net pages on the server
properly you should be able to do what you want albeit with one extra login
dialog (then again if it's a browser app at some point the user needs to
login anyway).
+++ Rick ---
--
Rick Strahl
West Wind Technologies
[url]http://www.west-wind.com/[/url]
[url]http://www.west-wind.com/wwHelp[/url]
----------------------------------
Making waves on the Web
"Brad" <LordBPT@aol.com> wrote in message
news:fb633ee2.0308111112.6ad94a@posting.google.com ...> Hello all.
>
> I'm trying to convert an application with a SQL Server 2000 back end
> and an Access front-end. The back end is fine. I'm just trying to
> give it a web front-end using ASP.NET. The problem is that since
> Access runs on the client machine, it gathers NT authentication
> information at the client and uses that to access the database. Is it
> possible to capture NT authentication information at the client
> through the browser for an intranet application? If not, can anybody
> suggest an alternative? Thanks.
>
> --Brad
> [email]btrechak@siebertnet.com[/email]
Rick Strahl [MVP] Guest



Reply With Quote

