Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/33.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
从powerpoint超链接打开asp.net网站时始终要求提供表单凭据_Asp.net_Forms Authentication_Powerpoint - Fatal编程技术网

从powerpoint超链接打开asp.net网站时始终要求提供表单凭据

从powerpoint超链接打开asp.net网站时始终要求提供表单凭据,asp.net,forms-authentication,powerpoint,Asp.net,Forms Authentication,Powerpoint,相当简单的问题-我把一个带有forms auth的asp.net网站的超链接放到powerpoint中。点击链接,它会询问我的uname/pwd。我把它放进去,说“下次记得我”,关闭浏览器,再次点击powerpoint中的链接,登录页面再次出现 如果我只是打开浏览器并访问该站点,它不会要求我提供凭据。它知道我让它记住它们。就像powerpoint单击在第一次访问时会禁用Cookie一样 有什么想法吗 编辑:我也可以确认此操作在word中发生,但在outlook中不会发生。这是因为powerpoi

相当简单的问题-我把一个带有forms auth的asp.net网站的超链接放到powerpoint中。点击链接,它会询问我的uname/pwd。我把它放进去,说“下次记得我”,关闭浏览器,再次点击powerpoint中的链接,登录页面再次出现

如果我只是打开浏览器并访问该站点,它不会要求我提供凭据。它知道我让它记住它们。就像powerpoint单击在第一次访问时会禁用Cookie一样

有什么想法吗


编辑:我也可以确认此操作在word中发生,但在outlook中不会发生。

这是因为powerpoint尝试先打开文件,没有web浏览器的cookie,获取密码/登录页,然后将其重定向到web浏览器

有一个注册表修复程序。见下文: