For some reason, a single project I'm working on wouldn't let the debugger attach to my IIS7 on Vista. I was completely clueless on why this was happening. Great thing is, the problem is solved, it now connects. The problem remaining is, that I'm still completely clueless on why and what. I was browsing...
And suddenly it's there... Visual Studio 2005 Team Suite SP1 (includes SP1 updates for Standard, Professional, and Team Editions of Visual Studio 2005) Visual Studio 2005 Team Foundation Server SP1 Visual Studio 2005 Express Editions SP1 Visual Studio 2005 SP1 Update for Windows Vista Beta There are...
I talked to my colleague Alex Thissen recently about the changes in asynchronous invocation of ASP.NET 2.0 webservices. On the web there are a multitude of examples about the old way, but not so many on the new way. But after figuring out what the new way was, I started asking myself why they changed...
IMPORTANT UPDATE I found out where the <module> tag belongs! :) I was running in Classic .NET AppPool, when switching to the DefaultAppPool in IIS7 I could use the <modules> section. So the new way to use HttpModules for UrlRewriting is: < modules runAllManagedModulesForAllRequests = ...
For a while now I'm trying to figure out why my method, triggered by the GridView.RowUpdating event, doesn't work as all samples say it should do. All samples of course assume you're doing everything in your .aspx page, but I have to do everything in my code-behind, because on forehand I don't know what...