Best security
-
Hi guys, im making a site which needs really really good security. Normally I would just use sessions etc but Im presuming there are WAY more secure ways. Could anyone give me some links which cover some nice topics relating to this? Thanks :)
Strive to be humble enough to take advice, and confident enough to do something about it.
-
Hi guys, im making a site which needs really really good security. Normally I would just use sessions etc but Im presuming there are WAY more secure ways. Could anyone give me some links which cover some nice topics relating to this? Thanks :)
Strive to be humble enough to take advice, and confident enough to do something about it.
-
Forgot to mention...I dont want to use membership etc.
Strive to be humble enough to take advice, and confident enough to do something about it.
-
Forgot to mention...I dont want to use membership etc.
Strive to be humble enough to take advice, and confident enough to do something about it.
-
LOL :| Then U Have to search for Third party . Why Wont You Use Forms Authentication..!
If It Helps Click It as Answer
Well what about cookies or something? The reason is that I dont like the way it tries to do most of the stuff for you - even setting up its on DB. I need to integrate this with existing stuff.
Strive to be humble enough to take advice, and confident enough to do something about it.
-
Well what about cookies or something? The reason is that I dont like the way it tries to do most of the stuff for you - even setting up its on DB. I need to integrate this with existing stuff.
Strive to be humble enough to take advice, and confident enough to do something about it.
You can use Cookies .But If the client knowsAsp.net .He will Simply tell the code is not upto the standards.My friend faced this problem.It also depends on the client .
If It Helps Click It as Answer
-
Hi guys, im making a site which needs really really good security. Normally I would just use sessions etc but Im presuming there are WAY more secure ways. Could anyone give me some links which cover some nice topics relating to this? Thanks :)
Strive to be humble enough to take advice, and confident enough to do something about it.
The most secured way of Authentication is SSL. Use this Tutorial : http://msdn.microsoft.com/en-us/library/aa302409.aspx[^] Hope this help you. :thumbsup:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.