Ask a Question related to ASP.NET Security, Design and Development.
-
cyril #1
Creates my own authentication service?
Hi guys,
I would like to develop my own authentication service and to use it in
several projects. Also, my service should implement windows, forms,
sql Server or LDAP authentication.
My first thought was to use the factory pattern to choose "on the fly"
the appropriate authentication mode (you just have to change the line
in the config fileā? What do you think about this kind of approach?
Thanks for the answers
Cyril
cyril Guest
-
XML Web Service Authentication
Hi, I need to build Web Service that allows me to create some methods that are not public and other that are public. I need something like... -
SSL Web Service Proxy Authentication
After running the following code i get the error. An unhandled exception of type 'System.NotSupportedException' occurred in system.dll... -
web service wants proxy authentication
I have a web service running on my PC that I want to access from a Pocket PC (Compact Framework) connected to my machine using ActiveSync. I can... -
Web Service & authentication
Probably you need to give the account which is used by ASP.NET/IIS more rights (probably this is the ASPNET account). Alternativly you could change... -
UI that calls Web Service creates reentrance. Bug ?
Create a Form. Drop a List Box. Add items to the listbox. Observe ListBox.SelectedIndexChange Create a Web Service with a method that does some fake... -
Keith #2
Creates my own authentication service?
This is a solid standard approach. Take into
consideration though that not all SQL Server databases
will be the same, and that each solution will handle
roles and permissions differently. More importantly,
don't forget you might encounter combinations where you
authenticate off of a domain but need to cross reference
user account information in SQL Server about that user.
The safest approach is to create a shell and customize as
needed. No two projects tend to be alike unless you're
working from a single organization with a single approach
for authentication.
Good luck!
and to use it in>-----Original Message-----
>Hi guys,
>I would like to develop my own authentication servicewindows, forms,>several projects. Also, my service should implementchoose "on the fly">sql Server or LDAP authentication.
>My first thought was to use the factory pattern tochange the line>the appropriate authentication mode (you just have toof approach?>in the config fileā? What do you think about this kind>
>Thanks for the answers
>Cyril
>.
>Keith Guest



Reply With Quote

