Category: ASP.NET
ASP.NET debugging on Vista/IIS7
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...
Vista desktop search & starting applications as administrator
Via Tim Sneath I’ve learned that you can start an elevated command prompt from the Start Menu. Press ctrl-esc to pull up the start menu, type in “cmd”. cmd.exe is the command prompt. When...
Visual Studio 2005 SP1 available!
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...
Async invocation pattern
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...
IIS7 and Url Rewriting
IMPORTANT UPDATEI 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...
DataBinding in ASP.NET 2.0 and the RowUpdating event
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...
Recent Comments