For some web-projects I needed a public available space on the internet that supported ASP.NET 2.0. The domain tisgoud.nl was running under ASP.NET 1.1 but my webhosting provider Vevida supports ASP.NET 1.1 and 2.0.Then there is my (das)blog, initially built for ASP.NET 1.1 and according to the documentation compatible with 2.0. I only had to make some adjustments to the web.config and al should be fine.
What they failed to mention is that if your provider has set the trust level to "High" and the "allowOverride" to false you are screwed. Running dasBlog results in the following "Security Exception".
Then what?
After some failed attempts of recompiling the sourcecode in VS2005 - food for another blog post - I decided I had to get a workaround. As an intermediate solution I just had set up my pc at home to run my blog.
What do you need for that?
It's up and running now, the workaround is in place and now I can continue with my attempts of setting up dasBlog in VS2005.
The content of this site are my own personal opinions and do not represent my employer's view in anyway. In addition, my thoughts and opinions often change, and as a weblog is intended to provide a semi-permanent point in time snapshot you should not consider out of date posts to reflect my current thoughts and opinions.