Tagged Questions

0
votes
3answers
249 views

What are security issues in asp.net mvc?

What are security issues in asp.net mvc?! and does MVC solved XSS and the others?!
0
votes
1answer
996 views

C# MVC: What is a good way to prevent Denial Of Service (DOS) attacks on ASP.NET sites?

I'm looking for a good and inexpensive way to prevent denial of service attacks on my ASP.NET MVC site. I've been thinking about a solution that intercepts the HttpHandler and then counts requests ...