I'm developing an asp.net application which has Windows Authentication enabled(anonymous access disabled). I've created a sub directory called 'Mobile' containing the pages that need to be accessible from a black berry mobile device. These pages contain read only text and a few buttons for performing some actions(no AJAX, no javascript). Most of the devices are running on version 4.2 or 4.5 of the Blackberry OS/browser
I've also downloaded the Mobile Device Browser File(MDBF) and included it as outlined in that link.
Here are some questions I have:
1) Is there a way to have the BES(BlackBerry Enterprise Server) server authenticate the
user/device(possibly an AD lookup)and pass on the NT credentials of the authenticated
user to IIS? i.e perform integrated authentication
2) By using the MDBF does ASP.NET send back HTML formatted for rendering based on the
capabilities of the incoming browser/device, if not in this case is there any value in
using MDBF, I don't intend to write device/browser specific code by looking at the device
capabilities exposed through Request.Browser.
3) I have a stlesheet that I would like to have applied when these pages are viewed on the
black berry.If I view the pages on the desktop, I can see the styles being applied
correctly, but the styles are not being applied when viewing these pages on the
blackberry.Is there anything in particular that needs to be set in the markup/codebehind
/config
to enable support for CSS.