Me aperece este error cuando hago un postback en un web form movil. Si le coloco esto en el web.config:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="true"
timeout="20"/>
No da mas el error pero NO se realiza la autenticacion con:
FormsAuthentication.SetAuthCookie(usuario, false);
MobileFormsAuthentication.RedirectFromLoginPage(us uario, false);
Te vuelve a reenviar al login
Nose mas que hacer gracias.