|
|
Rank: Member
Joined: 12/14/2009 Posts: 6 Points: 18 Location: Columbus, Ohio
|
I am configuring the base plugin, using the instructions on the website. However the following section is missing from my Mobile Entree Configuration page.
Under SharePoint Mobile Entree Feature Targeting, note that the Path Regular Expression field is pre-filled with the value "_layouts/aclinv.aspx". This facilitates the handling of access requests from the mobile device.
When I go to my site via my phone, I get the default.asp page instead of the page that is designed for my windows mobile phone.
Any ideas?
Tim
|
|
 Rank: ME Staff
Joined: 1/12/2009 Posts: 261 Points: 354 Location: VA
|
Most likely the UserAgent string your mobile browser is sending is not being recognized by the HTTP Module.
On Windows Phone 6.5 IE, there is an option setting for "Mobile" mode. If this is tuned off, the UserAgent looks like a full browser. There are also some Verizon winmo phones that send odd UserAgent strings. You can customize what UserAgents get redirected in Central Administration under HTTP Filters.
If you go to /medefault.aspx?__d=1 you will be able to see your device's UserAgent.
|
|
Rank: Member
Joined: 12/14/2009 Posts: 6 Points: 18 Location: Columbus, Ohio
|
I ran the health check and it showed that the resource files were missing. So I followed the instructions and added the missing file to the IIS site. Now ther HTTP Module is missing. How can I fix that?
Tim
|
|
 Rank: ME Staff
Joined: 1/12/2009 Posts: 261 Points: 354 Location: VA
|
Update: We were able to resolve this issue by deactivating and reactivating the HTTP Module Web Application Feature.
|
|
|
Guest |