Problem with asp.net forms authentication in internet explorer

后端 未结 7 567
伪装坚强ぢ
伪装坚强ぢ 2020-12-19 18:41

My company has a web application hosted on a client\'s machine that uses forms authentication in ASP.net. When visiting the website http://www.client.com/Application and tr

7条回答
  •  攒了一身酷
    2020-12-19 19:35

    Like ajh1138 said, it's possible that IE is negotiating to "integrated auth" while FireFox is using HTTP auth or plain old form-POST.

    IE may be mapping to an actual Windows username (such as the user running IE), and that user may not have access to that web page (even when the anonymous user does). That could produce the behavior you described.

提交回复
热议问题