This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP ASP.NET MVC Boilerplate Project"
From OWASP
RehanSaeed (talk | contribs) (First Draft) |
RehanSaeed (talk | contribs) (Updated images) |
||
Line 5: | Line 5: | ||
==ASP.NET MVC Boilerplate Project== | ==ASP.NET MVC Boilerplate Project== | ||
The default ASP.NET MVC project template uses insecure defaults and omits many security features altogether. ASP.NET MVC Boilerplate is a Visual Studio project template that enables security features by default and adds liberal comments and links to further resources to help developers (Who often do not have a lot of knowledge on the subject) get started. | The default ASP.NET MVC project template uses insecure defaults and omits many security features altogether. ASP.NET MVC Boilerplate is a Visual Studio project template that enables security features by default and adds liberal comments and links to further resources to help developers (Who often do not have a lot of knowledge on the subject) get started. | ||
− | + | [[File:New_Project.png|center]] | |
==Description== | ==Description== | ||
A professional ASP.NET MVC template for building secure, fast, robust and adaptable web applications or sites. It provides the minimum amount of code required on top of the default MVC template provided by Microsoft to provide security by default. | A professional ASP.NET MVC template for building secure, fast, robust and adaptable web applications or sites. It provides the minimum amount of code required on top of the default MVC template provided by Microsoft to provide security by default. | ||
− | + | [[File:Preview_Image.png|650px|center]] | |
==Licensing== | ==Licensing== |