Visual Studio project type based on displaying sensitive data

Jerry 121 Reputation points
2026-07-23T14:47:00.7866667+00:00

I'm tasked with creating a new project where users will receive a link and the website will allow these users to validate their information (Name, address, phone, email, etc.). We have only used asp.net web applications previously and I wanted to ask if there are more secure project types that I should look into. I'm sure I can accomplish this with asp.net web application, but I want to make sure I'm using the best approach.

Thank you

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.


1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 84,671 Reputation points
    2026-07-23T15:35:29.7+00:00

    while I'd probably pick a more modern framework like .net 10 and razor pages, using asp.net 4.8 is fine. I'd use MVC as there is no migration path for webforms.

    as the security for this is your application code, its the most important. use guids rather than guessable keys.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.