Archive for the 'ASP.NET' Category

Sep 01 2007

Free ASP.NET hosting

Published by turlach under ASP.NET, Opinion, Visual Studio, dotNet

Came across this fresh posting at an MSDN blog about free ASP.NET developer hosting at Verio until Jan 2010. The price is right. In the late nineties, I was partner in a business that hosted with Verio, and was never happy with their service, but getting something for nothing is definitely a better deal.

No responses yet

Jul 27 2007

Disappearing events in Visual Studio 2003

Published by turlach under ASP.NET, Visual Studio, dotNet

Working in ASP.NET 1.1, I’ve been encountering a bug in VS2003 where event handlers are no longer allocated. e.g the “handles btnName.click” code disappears from the subroutine definition. One way to fix is to go back into the code and type the handler code, another to try re-clicking the control in the visual editor. I not the only one who has encountered this.

No responses yet