Tag: iis

System.DirectoryServices.DirectoryServicesCOMException:发生操作错误

我有三个其他服务器上的相同的Web应用程序工作。 任何人都知道为什么不在第四台服务器上工作? 看到错误和堆栈跟踪: 发生操作错误。 说明:执行当前Web请求期间发生未处理的exception。 请查看堆栈跟踪,了解有关错误的更多信息以及源代码的位置。 exception详情: System.DirectoryServices.DirectoryServicesCOMException:发生操作错误。 源错误: 在执行当前Web请求期间生成未处理的exception。 有关exception的来源和位置的信息可以使用下面的exception堆栈跟踪来标识。 堆栈跟踪: [DirectoryServicesCOMException(0x80072020):发生操作错误。 ] System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)+454 System.DirectoryServices.DirectoryEntry.Bind()+36 System.DirectoryServices.DirectoryEntry.get_AdsObject()+31 System.DirectoryServices.PropertyValueCollection.PopulateList()+22 System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry项,stringpropertyName)+96 System.DirectoryServices.PropertyCollection.get_Item(String propertyName)+142 System.DirectoryServices.AccountManagement.PrincipalContext.DoLDAPDirectoryInitNoContainer()+1134 System.DirectoryServices.AccountManagement.PrincipalContext.DoDomainInit()+37 System.DirectoryServices.AccountManagement.PrincipalContext.Initialize() +124 System.DirectoryServices.AccountManagement.PrincipalContext.get_QueryCtx()+31 System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithTypeHelper(PrincipalContext上下文,typesprincipalType,Nullable'1标识types,stringidentityValue,DateTime refDate)+14 System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(PrincipalContext上下文,typesprincipalType,stringidentityValue)+73 System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(PrincipalContext上下文,stringidentityValue)+25 Infraero.TINE3.STTEnterprise.Web.Common.Seguranca.ServicoAutenticacao.EfetuarLogin(AcessoUsuario acessoUsuario,string senha)in D:\ SVN \ STT \ trunk \ 4-0_CodigoFonte_Enterprise \ 4-4_SRC \ Infraero.TINE3.STTEnterprise.Web \ Common \在D:\ SVN \ STT \ trunk \ […]

在IIS中,为什么窗口身份validation不会显示为我的Web应用程序的一个选项?

我正在阅读关于如何在IIS 7上为我的Web应用程序设置Windows身份validation 。 在描述中他们有作为一个选项在IIS中的窗口身份validation。 我有Windowsvalidation打开我的机器(我在Windows 7专业64位),我仍然没有看到它作为我的Web应用程序的身份validation选项之一。 为什么?

IIS会话超时与ASP.NET会话超时

在IIS 6(和其他版本太afaik),在属性 – >主目录选项卡 – >configurationbutton – >选项选项卡中有会话超时设置。 看起来像这样: 在ASP.NET web.config中有一个SessionState设置,如下所示: <system.web> <sessionState timeout="120" /> <!– etc .. –> </system.web> 他们有什么关系吗? 他们设置相同的东西,还是不同的东西?

源未find,但部分或全部事件日志无法search。 无法访问的日志:安全

我收到错误: 源未find,但部分或全部事件日志无法search。 无法访问的日志:安全 当我运行下面的代码来捕获Win 2K12 R2服务器IIS 8.5上的错误 EventLog elog = new EventLog(); EventLog.CreateEventSource("MyApp", "Application"); EventLog.WriteEntry(Source, swError.ToString(), EventLogEntryType.Error); 我已经完全访问HKLM\SYSTEM\CurrentControlSet\services\eventlog但它仍然不能正常工作。 我该怎么办才能解决这个问题?

如何使用C#检测IIS版本?

如何使用C#检测IIS版本? 更新:我的意思是从一个winapp(实际上情况是开发一个自定义安装程序,想检查安装的IIS的版本,以调用适当的API)

协议映射中的错误在IIS中托pipeWCF服务时

我使用VS 2010开发了一个简单的WCF服务。我通过添加应用程序在IIS的默认网站中托pipe并设置物理path 而我试图浏览.svc文件,它给了我以下错误: “ configuration节'protocolMapping'不能被读取,因为它缺less一个节声明 ” 我尝试了很多解决scheme,但是它不起作用 我创buildWCF服务库有一个App.config与此: <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="aspnet:UseTaskFriendlySynchronizationContext" value="true" /> </appSettings> <system.web> <compilation debug="true" /> </system.web> <!– When deploying the service library project, the content of the config file must be added to the host's app.config file. System.Configuration does not support config files for libraries. –> <system.serviceModel> […]

IIS 5上的ASP.NET 5项目托pipe

我想承载我的ASP.NET 5项目,它在Amazon免费微型实例上使用MVC 6和entity framework7。 我找不到关于如何在IIS上托pipeASP.NET 5项目的分步手册,所有材料只是提到这是可能的,但没有任何指南。 基本上,我正在部署到本地文件夹,然后复制到新创build的网站,但没有任何工作。 不幸的是,我不能使用Azure,因为它只有一个月免费试用,而不是一年。

为什么IIS线程与常规CLR线程相比如此珍贵?

我正在阅读关于 ASP.NET MVC中的AsyncControllers 。 看起来,它们存在的唯一原因是IIS线程可以被保存,而长时间运行的工作被委托给常规的CLR线程,似乎更便宜。 我在这里有几个问题: 为什么这些IIS线程如此昂贵,无法certificate为支持asynchronous控制器而构build的整个体系结构? 我如何知道/configuration在IIS应用程序池中运行多less个IIS线程?

如何启动/停止IISExpress服务器?

我已经安装了包含iisexpress的MS Visual Web Developer 2010。 在此之前,我已经为我的php应用程序安装了xampp服务器。 我想知道如何才能停止iis才能启动xampp? 看来他们使用相同的端口。 我想这些可能会改变,但我不想干涉其他程序,更重要的是我认为这应该更简单。 谢谢!

在IIS中,我可以安全地删除X-Powered-By ASP.NET头文件吗?

这会造成伤害吗? 除了告诉你已经安装了.net的浏览器之外,它有什么作用吗? 我喜欢这篇关于将标题更改为Pure Evil的文章。 天才! http://www.iishacks.com/index.php/2009/11/11/remove-x-powered-by-aspnet-http-response-header/