My ISP now has a suitable server so I'm considering converting content to aspx 2.0.
My situation is not common.
I disliked the single DLL approach of 1.1 so much that I have pages that all compile on demand. (using src in page directive).
The materials I've seen (brief look) are all about converting from the standard model. Which I don't use for deployment. (I develop with it of course!)
I'm guessing that there is absolutely no specific guidance for this situation. I'm resigned to that BUT on the off chance that somebody else has faced this situation, Does anybody have specific guidance for converting an ASPX 1.1 compile on demand site to 2.0?