English 中文(简体)
IIS 6Windows Authentication Issue
原标题:IIS 6 Windows Authentication Issue

问题在于,我可以不使用<条码>。

这是我采取的步骤。

我在服务器Windows 服务器 2003 IIS 6上创建了一个网站,有网络框架2。

接着,在背后,我创造了一个倍数。 请把它称为“老虎”。

在“FolderA”中,我设立了一个网页。 请把它称作“文件A.aspx”。

该网站有价值。 参看<代码>。

但是,关于“文件A.aspx”,我需要转载于<条码>。

因此,我选择“FolderA”改为Properties/code>。

So, I turn off the Anonymous Access and make sure Window Authentication is turned on.

然后,我从我的《常设仲裁法》中投下。 它促使我收到Login Diaglog盒。

I key in my credentials I used to log in for the server and I can access the page.

这是一种工作罚款。

然而,当我从服务器本身看待时,它促使我看到Login Diaglog Box。

但是,当我在全权证书中起关键作用时,这就是说“Access Denied”。

我甚至使用署长的全权证书。

它仍然被拒绝。

是否有任何环境可以确定或改变网络。

最佳回答

http://support.microsoft.com/kb/896861”rel=“nofollow> http://support.microsoft.com/kb/896861

服务器上的审查活动记录,以了解你是否受到打击。

问题回答

您是否允许经认证的用户,并否认没有认证的用户?

<authorization>
 <allow users="*"/>
 <deny users="?"/>
</authorization>




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!