Category: ASP.NET

5

MIX’07

I’ll be attending MIX’07 in Las Vegas this year as well as the parallel MDEC conference for Mobile development. One of my goals for this year is to do more with ASP.NET so Alex...

3

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...

0

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...

2

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...