Thursday, July 29, 2010

Microsoft brain fuck

Been trying to get a .NET 3.5 demo app up and running for the past couple of days.

It turns-out that as far as IIS is concerned there is no .NET 3.5, just .NET 2.0 apps with a bit of extra cruft.

So, to get this working I had to create a ASP.NET 2.0 Application Pool in IIS, deploy the 3.5 app from VS2010, go back to IIS & change the app's Application Pool, AND THEN... because the template's web.config was hosed... comment-out a bunch of lines in the app's web.config.

Like I said, brain fuck.

No comments: