On Wed, 27 Aug 2008 22:16:34 +0000 Chris Morley <[EMAIL PROTECTED]> wrote:
> Hi, i developed an asp website under Visual Studio and all was well. However > on > deploying to the server the CSSFriendly library does not seem to be working as > links for the Asp Menu are not changed via the CSS (the library isnt called > and > instead a table is output for the menu). Under IIS CSS is output correctly as > expected. I did include the CSSFriendlyAdapters.browser in App_Browsers, and > nothing changed from testing to deployment other than IIS to Mono. Any ideas? > Does > Mono's ASP Menu support these control adapters? Many thanks in advance, The 2.0 branch and the svn trunk do support the adapters. However, you need to provide the browser database files (.NET ships them by default, we cannot do that - you can just copy them from windows and drop them in your ~/App_Browsers/ directory). regards, marek _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
