Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
MonthlyLeaders
ASK A QUESTION
Forumguidelines
Aniket Rana
1.1k
918
5.8k
Implement Cross Site Request Forgery
Feb 19 2020 10:59 PM
I want to implement Cross-Site Request Forgery attack prevention in asp.net webform
Presently I am using, AntiForgery.Validate(); in Page_preinit and submit event should I use this in other web forms also or use in only master page so that this functionality applicable throughout the application.
What should I do? give me proper solution in it.
When I validate web form or any specific event at that time what can I do to protect my web
application
Thanks in advance
Reply
Answers (
2
)
pbkdf2 problem when compare password with the hash on mysql
Did anyone worked on veracode scan CWE 601