Ramani Sandeep's Blog

DotNetting – Fast , Easy Way of Developing Applications

Posts Tagged ‘ASP.NET Security’

Improving ASP.NET Security with Visual Studio 2010 Code Analysis

Posted by Ramani Sandeep on January 5, 2011

Anyone doing ASP.NET development probably admits, openly or not, to introducing or stumbling upon a security issue at some point during their career. Developers are often pressured to deliver code as quickly as possible, and the complexity of the platform and vast number of configuration options often leaves the application in a less than desirable security state. In addition, the configuration requirements for debugging and production are different, which can often introduce debugging settings in production, causing a variety of issues.

Over the years, the ASP.NET platform has matured and better documentation has been made available through MSDN and community blogs, but knowing which feature or configuration setting to use is often troublesome. Even with good knowledge of the security functionality, mistakes can happen that could result in security vulnerabilities in your application.

Peer code review is a useful process and a good way to catch issues early. Still, not everyone has the time or budget—or knowledgeable peers at hand—for such review.

Since the introduction of code analysis in Visual Studio 2005, developers have been able to automatically analyze their code to see if it complies with a series of best practices ranging from design, maintainability, performance and security. So far, code analysis has been a great tool, but it hasn’t focused on providing best security practice guidance for ASP.NET—until now.

In this article I’ll introduce you to the new ASP.NET code analysis rules that can be used with Visual Studio code analysis as well as with the standalone FxCop application to improve the security of your ASP.NET applications.

Read more…

Hope this will helps !!!

Jay Ganesh

Posted in ASP.NET 3.5, ASP.NET 4.0, Visual Studio | Tagged: , , , | Leave a Comment »

ASP.NET Security: 8 Ways to Avoid Attack

Posted by Ramani Sandeep on July 30, 2009

Adding security to Web apps may not be great fun but it doesn’t have to hard. You can easily ensure your apps meet today’s best practices by applying eight principles for secure Web development.

Building ASP.NET Web applications has never been easier. Visual Studio.NET hides so many technical details behind the scenes that developers need only concentrate on the core business logic. However, hackers are on the lookout for any opportunity to hack into your application. Which means the pressure is on you to keep defense top of mind. If you don’t, you’ll quickly find your ASP.NET apps vulnerable to attack.

I’ve compiled a list of the eight most vital defenses, complete with the information you need to arm yourself against them.

 

Click here to Read more….

Posted in ASP.NET | Tagged: , | 1 Comment »

 
Follow

Get every new post delivered to your Inbox.

Join 317 other followers