itzrahulsoni

Stories submitted by itzrahulsoni

Remember the love!(weblogs.asp.net)

submitted by itzrahulsoniitzrahulsoni(745) 5 years, 3 months ago

Awesome love story by a .NET lover. Doing my bit to share it across :) read more...

2 comments |category: |Views: 1

tags: another

Customize errors which are not captured by customErrors in ASP.NET 2.0(blogs.msdn.com)

submitted by itzrahulsoniitzrahulsoni(745) 5 years, 4 months ago

In this post, we will talk about customizing error messages thrown by ASPNET when something goes wrong, specially the ones which can't be handled by CustomError tags, like error number 500, etc read more...

1 comment |category: |Views: 5

tags: another

Troubleshooting Cookies - A Case study(blogs.msdn.com)

submitted by itzrahulsoniitzrahulsoni(745) 5 years, 4 months ago

This is a guide to troubleshooting cookies and cookie related issues. It took me some time to write this up, so I thought why not submit my own story here :p read more...

add a comment |category: |Views: 3

tags: another

Find out details using LOG PARSER from huge text files without opening(blogs.msdn.com)

submitted by itzrahulsoniitzrahulsoni(745) 6 years ago

How to find parse HUGE files without opening them in Notepad, Excel etc for searching for a specific text. This tool called Log Parser comes in really handy to do quite a lot of analysing stuff. It is a command line interface and definitely not one of the easiest ones to learn, but once you get the hang of it, you will sure feel that you didn't do a bad job in investing your time into this tool. read more...

add a comment |category: |Views: 0

tags: another

How to log AppDomain start/shutdown in ASP.NET 2.0 in web.config(blogs.msdn.com)

submitted by itzrahulsoniitzrahulsoni(745) 6 years, 1 month ago

In this blog entry, you will find how to enable HealthMonitoring for Application Lifetime related events into your Event Viewer. You may want to do it if you want to know how often your ASP.NET 2.0 Application gets loaded/unloaded etc. Also, it could be a good point to verify if your AppDomain gets restarted for some reason (in the event logs you will see the reasons as well!!!) and eventually your session data gets lost sporadically. read more...

add a comment |category: |Views: 42

tags: another

4 ways to send a PDF file to the IE Client in ASP.NET(blogs.msdn.com)

submitted by itzrahulsoniitzrahulsoni(745) 6 years, 2 months ago

This blog entry shows you four different ways to send a PDF file to the IE Client. You also have the full source code zipped along. read more...

add a comment |category: |Views: 2

tags: another

Dynamically adding webparts to the dynamically added Catalog zone(blogs.msdn.com)

submitted by itzrahulsoniitzrahulsoni(745) 6 years, 2 months ago

This entry shows you how to add webparts dynamically to the Catalog Zone in ASP.NET 2.0. The reason why you may like to do it is because you have a lot of webparts to choose from which you don't want to show up directly when your user logs in. Using this method you can load them dynamically only in the Catalog zone. I had a customer which had a very similar requirement. I found it a good one to share and here it is... read more...

add a comment |category: |Views: 125

tags: another