How to store Database Connection string in web.config and get Connection sting in .cs file ? You need to add connection string under AppSettings or […]
Category: ASP.NET Articles
Passing Client Certificate for authentication to Web Service in ASP.NET Method
Passing Client Certificate for authentication to Web Service in ASP.NET Method To pass Client Certificate for authentication to Web Service in ASP.NET Method , we […]
ASP.NET Security – SQL Injection
ASP.NET Security – SQL Injection Every developer should validate web form input . Web Form input allows hacker to enter to enter malformed SQL statement […]
Determine how an ASP.NET Web page was invoked
Determine how an ASP.NET Web page was invoked Examine the values of the following Page class properties, and then refer the table to determine how […]
Securing View State in ASP.NET
Securing View State in ASP.NET View state data is stored in the web page in a hidden field and is encoded using base64 encoding. In addition, […]
Web Site Projects Versus Web Application Projects
Web Site Projects Versus Web Application Projects Visual Studio 2005 provides two project models : ■ Web Application project ■ Web Site project How to […]
ASP.NET AJAX Components
ASP.NET AJAX has 2 main components: AJAX Library – This runs on the client AJAX Extensions – This runs on the server. Interview Questions .NET […]
ASP.NET Web Application Security
ASP.NET with IIS, can authenticate user credentials such as names and passwords using any of the following authentication methods: •Windows: Basic, digest, or Integrated Windows […]
Cross Page Posting in ASP.NET Page
The Server.Transfer method can be used to move between webpages. This does not change the URL In ASP.NET 2.0 , cross page posting feature was […]
ASP.NET Error Handling and Tracing
ASP.NET TraceASP.NET introduces tracing functionality which allows one to view diagnostic information about a single request for an ASP.NET page simply by enabling it for […]
