Well BE uses themes to style the pages using CSS. When they take effect the pages really look nice. But intermittently, the styling vanishes and the pages are displayed as plain html. I've seen this happen when I move from one page to another. The originating page is nicely styled. When the next page displays, it does not have any style. If I click the back button, the first message which was nicely styled is now plain html.
Can you be a little more specific with this? What do you mean styling problem? rcp DiscountASP.NET www.DiscountASP.NET
This problem is still plaguing me. So I posted at CodePlex and here's one poster said. Do you guys think that flipping the "application pool" to "Classic .NET" will solve my problem? Here's the comment from CodePlex: I just upgraded my 1.1 BE to 1.2 on IIS7/Vista and had that problem. In my case a quick check with Firebug showed that the themes css.axd beastie was coming back with a 404, even though the file was there. That is, the axd thing was failing to pull the style sheet for the theme even though it was there. This happened irrespective of the theme chosen. I checked the permissions and they were all fine. In the end I just went into the IIS7 manager and flipped the "application pool" for the application to "Classic .NET AppPool". I thought that 1.2 had fixed this problem, and indeed I have another instance running fine on 1.2/IIS7 with the default AppPool, and a couple of others running on IIS6 with the same setting. However in this case changing the pool fixed my problem. YMMV.