Monthly Archives: January, 2009
ASP.NET Multiple Page Load Problem
I’ve had this problem many a time and every time I get it again I forget what the cause was; This time I’m going to blog it! I have encountered three similar situations where ASP.NET fires the page_load event twice, or more. In one scenario (on a postback) your page load gets called once for [...]
Visual Studio, Cassini, IIS and Debugging
If you develop ASP.NET websites, you are probably aware that instead of using the built in Visual Studio Web Server (Cassini) for debugging, you can use IIS. If you have configured this for your project, Visual Studio creates a virtual directory in IIS and pressing F5 to debug won’t start the built in server but [...]
Recent Comments