Re: Replacing ISAPI web authentication filter with .NET solution?
- From: Jesse Houwing <jesse.houwing@xxxxxxxxx>
- Date: Thu, 15 Jun 2006 02:44:59 +0200
Gregory Gadow wrote:
Currently, my company's website uses a custom ISAPI filter to map a web
user to a network user, and give the user access to our website. This
has worked great for several years. We now want to add .NET
functionality to our website, and I am looking for a .NET solution to
replace the ISAPI authentication. We have Visual Studio 2005, SQL Server
2005 and IIS 6.
With the current setup, user id, password and the network user id are
stored in a separate table on SQL Server. I would like to retain that
structure, as we already have several tools for maintaining the data. I
have considered a custom implementation of ProfileProvider, but the
documentation is piss-poor and all reference SQLExpress, which is not on
our web server.
What I need is: What is the recommended .NET equivalent to a web
authentication ISAPI filter? Can someone provide a good example of such
a solution (VB preferred or C#) that does NOT use the default Profile
table structure?
Microsoft has released the sources for the provider model of ASP.Net 2.0 to the public. (see http://weblogs.asp.net/scottgu/archive/2005/08/01/421275.aspx)
This should give you a template to work on.
Jesse Houwing
.
- References:
- Replacing ISAPI web authentication filter with .NET solution?
- From: Gregory Gadow
- Replacing ISAPI web authentication filter with .NET solution?
- Prev by Date: Re: .NET 2.0: weak sides of .NET?
- Next by Date: Re: cookieless Forms Authentication - please help...
- Previous by thread: Replacing ISAPI web authentication filter with .NET solution?
- Next by thread: Accessing Hidden Variables in Frames
- Index(es):
Relevant Pages
|