Forum Moderators: open
Further, I would like to display only those pages\hyperlinks where users have explicit premissions (I mean NOT NT file permissions but SQL). How this can be done. I have seen many web site where you can see some extra important hyperlinks if you pay them for that extra service.
How to do this?
Any link or codes available with someone to help me on this issue please.
Thanks in advance for your help.
You must have sessions turned on for this to work. Sessions do not make scalable web sites. The user must also have cookies turned on for this to work.
This technique can be broken by someone very technically savvy, but is secure enough for most purposes.
I wrote about how to make ASP scripts work in .htm or .html pages in this thread: [webmasterworld.com...]
The physical pages would be protected through file permissions, and any delivery from the database could be governed by their matched SQL Server login. You might check the SQL Server books on line (BOL) for details about column permissions and vertical/horizontal data partitioning.