简体   繁体   English

Windows Server,ASP.Net身份验证中的权限

[英]Permissions in Windows Server, ASP.Net Authentication

Hey, i will try to be as clear as possible: 嘿,我会尽量保持清楚:

I have a site on domain1. 我在domain1上有一个站点。 I need to open a ModalDialog with a Page on domain2. 我需要在Domain2上打开一个带有页面的ModalDialog。 My Domain2 is protected not to allow anonymous access so i get a login window like: 我的Domain2受保护,不允许匿名访问,因此我得到一个登录窗口,如下所示: 替代文字

My problem is, for this one functionality, i want users to be able to see that ASPX, through the ModalDialog, without authenticating. 我的问题是,对于这一功能,我希望用户能够通过ModalDialog看到ASPX,而无需进行身份验证。 I tried using the ftp way: http://user:password@www.domain.com/uploadcv.aspx and i get a javascript error. 我尝试使用ftp方式: http:// user:password@www.domain.com/uploadcv.aspx ,但遇到了JavaScript错误。

My site is hosted in IIS6, Windows Server 2003 and i have full access to the server. 我的网站托管在IIS6,Windows Server 2003中,并且我拥有对该服务器的完全访问权限。

Can anyone help me here? 有人能帮我一下吗? Thanx 谢谢

If the site is protected, how will the user access without authentication. 如果站点受到保护,用户将如何在不进行身份验证的情况下访问。 What is the authentication scheme being used ? 使用的认证方案是什么?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM