Archive: ASP.NET
-
Mar 29, 2010
2 CommentsSolution for “System.Security.Policy.PolicyException: Required permissions cannot be acquired”
This bug is generally visible at the deployment time for ASP.Net 2.0 applications which is built on the Enterprise Library 2.0 (Jan 2006). Specially this will occur when we are deploying in shared hosting (eg: godaddy..etc). The error message screen shot is given below. In the internet everybody suggested to put the <trust level=”Low” originUrl=”" />...
-
Mar 09, 2010
1 CommentHow to create RSS feed in asp.net using Generic Handler?
Now a day’s RSS is an emerging web media. RSS is useful to distribute up-to-date web content from one web site to thousands of other web sites around the world. This allows fast browsing for news and updates. What is RSS? RSS (Rich Site Summary) is a format for delivering regularly changing web content. Many news-related sites,...
-
Jan 11, 2010
3 CommentsCollapsable Rounded corner in ASP.net using AjaxControlToolkit
This is a small sample program for the people, who want to implement a rounded corner with collapse/expand features. This program is designed, implemented in ASP.NET using the AjaxControlToolkit support. The output of this program will be as in the following pictures. Share and...
-
Jul 30, 2009
No CommentsHealth monitoring in ASP.NET
ASP.NET 2.0 Configurations and Health Monitoring From this article we will learn the following concepts How to enable the Failure Audit events How to implement a custom Web Event How to use the SQL Server Web Event Provider Share and...