Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

We have developed a project using html and asp.net.
we have two different solution one for html(all the design pages) and another asp.net ( all the service pages).
now pages are working as per requirement. but the problem is how to implement security in asp.net and html pages like logout ( after specified time interval) or anathematized access of the pages. we have tried with asp.net built in security model but it does not fit with our requirement is there any other way to do security same as available in asp.net (like forms )


Thanks
Posted
Updated 29-Aug-13 0:50am
v2

1 solution

Hi,

For security you can use forms authentication,windows authentication that setting you can specify in web.config.

For securing your application against sq+l injection you can use command parameters & stored procedures instead of directly using sql statements in code.


Regards,
Nilesh
nileshkarande1@gmail.com
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900