1

I just recently installed the 51 Degrees Mobi Nuget packages to Visual Studio 2015. I have come across an annoying feature that I am not able to figure out how to turn off. When I browse to my site with a mobile device, it automatically redirects the device to /Mobile/Default.aspx.

I don't want this. I want the device to go to the requested URL. Per the documentation found Here, it says

This element determines how mobile devices should be redirected. If it is omitted, redirection will be disabled.

This is simply not working as described. I have removed that element in the 51Degrees.config file along with its SectionGroup, yet this unwanted redirection continues. How do I actually disable this annoying feature?

Thanks

Dave
  • 2,473
  • 2
  • 30
  • 55

1 Answers1

1

Ok, a little less frustrated now and can think a bit clearly. I read in another post about a cookie being set with a redirect value. After I cleared the cookies on the clients, this problem went away.

Dave
  • 2,473
  • 2
  • 30
  • 55