Blogs about: Globalasax
Featured Blog
Using Localization in the MasterPage and other pages (VB-sample) - Part 2
The following steps are pretty easy. In Part 1 I explained how to set up the MasterPage and other pages by creating a BasePage.vb file and using a cookie and sessionobject. Your site should now be rea… more »
Visual Studio Web Developer Tutorial Corner
How to implement a Custom Error Mechanism for ASP .NET pages
imak47 wrote 1 month ago: Adding this code in Global.asax gives ur application the ability to redirect the user to the specifi … more »
URL rewriting with global.asax and app mapping
— 1 comment
sanzon wrote 3 months ago: URL rewriting might seem really complex at first, and trust me if you even begin to read the tutoria … more »
URL Rewrite in ASP.NET and IIS 6
blaksheep wrote 3 months ago: URL Rewriting always seemed like a foreign language to me when I would try to understand how it work … more »
ASP.Net - Global.asax not firing
codeproject wrote 4 months ago: “I am experiencing problem with global.asax; events are not firing, I cant debug global.asax … more »
PreRequesthandlerExecute and Global.asax
vikasmehta wrote 5 months ago: PreRequesthandlerExecute event is raised before the Init() method of Page or Service called. but it … more »
IIS messes with the application lifecycle in a way Tomcat wouldn't dare
— 7 comments
Arsenalist wrote 8 months ago: How would you dig it if someone randomly restarted your application every few minutes or so for abso … more »
Using Localization in the MasterPage and other pages (VB-sample) - Part 2
— 5 comments
BottOm wrote 9 months ago: The following steps are pretty easy. In Part 1 I explained how to set up the MasterPage and other pa … more »
Using Localization in the Masterpage (VB-sample) - Part 1
— 2 comments
BottOm wrote 9 months ago: – This tutorial is based on several tutorials / workarounds found on the web. – The Prob … more »
