iis-6
mexhttpbinding issue
I hosted my DLL in IIS 6 and set it to only allow authenticated users (disable anonymous). However, I am facing a problem on mexHttpBinding. It requires anonymous login to publish metadata.[详细]
2023-03-24 09:18 分类:问答ASP.NET version for virtual directory changes when IIS is restarted
I have a .NET 1.1 app in its own virtual directory.I set it to .NET 1.1 in the asp.net version tab. 开发者_高级运维Everytime I restart IIS, the asp.net version gets changed to .NET 2.0.[详细]
2023-03-24 02:58 分类:问答How to make a WCF Service hosted in IIS 6 Use the Host Name in Metadata instead of the IP Address?
Can anyone confirm or deny that it is possible to set an IP address as a host header on IIS 6.0? I have seen others on forums that claim to have made this wo开发者_JS百科rk however I am having no luc[详细]
2023-03-24 02:43 分类:问答How to Elevate Role in ASP.net From anonymous to windows auth?
I have a few websites which allow both anonymous and window auth users at the same time. Basically if you hit the site with IE or Webkit based browsers on a windows system, the server instantly recogn[详细]
2023-03-23 16:29 分类:问答Making a WCF Singleton run for long periods
I have a WCF service that runs as a singleton in IIS. The issue with this service is that the worker process recycles in approx. 40 minutes.[详细]
2023-03-23 08:40 分类:问答ASP.NET routes not working in IIS6
I have built a small web application in asp开发者_JAVA百科.net c# in VS 2010 using Framework 3.5.[详细]
2023-03-23 08:26 分类:问答Is it possible to store asp.net mvc 3 razor partial views in a shared website to be used by multiple applications?
I 开发者_运维百科would like to centralize partial views and controls for our corporate apps, but when I try and reference a partial view hosted in a different virtual directory (iis6), it throws the e[详细]
2023-03-22 21:53 分类:问答II6 Basic Authentication and RouteTable.Routes
I have an ASP.NET 4.0 WebForms site that is running on a IIS6/Server 2003 instance. The site itself does not permit anonymous access and uses IIS basic authentication before the user can get to the Fo[详细]
2023-03-22 20:38 分类:问答aspnet_regiis -lk does not show all virtual directories
I set up a web application running .net 4 on a windows2003/IIS6 machine but mistakenly set the version to run as .net 2. It runs as a virtual directory under a main website.[详细]
2023-03-22 13:43 分类:问答Sitecore crashing application pool when using Security Editor on a specific role
Starting today, whenever I try and use security editor on either of two similar roles I get a timeout. If I try again IIS reaches an error threshold of some kind and stops that Application Pool. Then[详细]
2023-03-22 06:04 分类:问答