1

当我们使用 Windows 身份验证模式时,我们如何在 ASP.NET 应用程序中禁用浏览器的“记住密码”?有没有可能我们可以通过代码来处理它?

4

1 回答 1

1

Try setting:

autocomplete="off" in the form tag.

<form id="form" method="post" autocomplete="off">
于 2013-06-01T07:47:04.333 回答