标签: asp.net vb.net windows authentication
我的网站上有一个 html 页面,需要打开Windows身份验证。 我想直接从代码中将 aspx 页面重定向到此 html 页面,而不会提示用户输入用户名和密码。
我试过这个Open a URL from a windows form with credentials
但它没有工作我继续使LogIn失败。我正在vs 2012中的vb.net网站上工作。