Showing posts with label Global class. Show all posts
Showing posts with label Global class. Show all posts

Monday, November 14, 2011

ASP.Net: Redirecting to custom 401 page when Access denied occurs within an ASP.NET application with Windows authentication

Hi,

This was the problem happening when I was developing an ASP.Net application with Windows Authentication. Well I googled it a bit. Then I found the following article in Code Project. This was exactly what I needed. Wonderful Article and clearly solves my problem.

http://www.codeproject.com/KB/aspnet/Custon401Page.aspx

I hope it helps you too :)

** I believe when there are so many quality tutorials over the web, I do not really need to write one of my own unless the topic is something unique**

Tuesday, May 17, 2011

ASP.NET : Creating a Global Class

If you are wanting to create a global class in your ASP.NET application, then this is how it is done, check the following link:

http://www.dotnetperls.com/global-variables-aspnet

** I believe when there are so many quality tutorials over the web, I do not really need to write one of my own unless the topic is something unique**