Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经发布了我的网站并尝试在我的本地系统中托管。我正在获取登录页面但无法登录到我的应用程序。当我单击登录页面中的提交按钮时,页面只是刷新并返回。页面没有显示任何内容像'invalid username or password'我为不正确登录设置的错误
'invalid username or password'
我正在使用visualstudio 2008和iis 5.1。这个错误可能是什么原因?
visualstudio 2008
iis 5.1
现在我安装了iis6,但仍然有同样的问题............
如果您使用内置的 asp.net 成员资格和角色,则必须为已发布的网站设置新用户和角色,因为当前数据库中的用户和角色仅对开发应用程序有效;他们将有不同的 applicationId。你通常会这样做是 IIS 但我从未使用过 5.1 所以不知道如何在那里。