All Questions
Tagged with asp.net-mvc security
5 questions
0
votes
1
answer
433
views
File sharing web application - folder PIN code entry best practice
I'm developing a web app for internal file sharing and one of the requirements is to have PIN code protected folders.
What I came up now is a folder like structure with the following:
Folder without ...
1
vote
0
answers
539
views
How to validate information on server without using database or session
Each user has multiple sites they can access reporting data for in an application I am working on. To prevent having to go to the database on every single request, I validate that they have access to ...
2
votes
5
answers
3k
views
secure photos on server [closed]
I would like to hear advice from the more experienced developers. The project is now in the design stage. It's mobile application and a simple web application. Content is pictures, comments, personal ...
4
votes
1
answer
2k
views
Is there a setting to enable anti forgery globally in ASP.NET MVC, and if not, why?
The tutorials I've read tell you to use [ValidateAntiForgeryToken] attributes and <%= Html.AntiForgeryToken() %> in your code.
I was wondering why this isn't a built-in automatic setting or at ...
0
votes
1
answer
698
views
Asp.Net MVC Windows authentication - vulnerabilities of http vs https?
I am developing an ASP.Net MVC 3 intranet site that will use Integrated Windows Authentication exclusively. What are the vulnerabilities of the challenge/response authentication traffic being sent in ...