我的智慧结束了。 Httpcontext.current.user.identity.name返回空白。
网站结构
\Manage
default.html
\Controllers
LoginController.vb
default.html
LoginController.vb
返回当前用户名。这适用于localhost,但不适用于IIS。
Public Function GetValue() As Object
Return New With {Key .Username = HttpContext.Current.User.Identity.Name}
End Function
我也尝试过:
IIS服务器
的Web.config
我在类似的帖子中看到这是推荐的解决方案,但它对我不起作用。
<remove name="FormsAuthentication"/>