IIS
How to deploy a php website in IIS 5.0?
Do I need to install anything for the IIS to support PHP? And how can I deploy a php website us开发者_如何学Pythoning the IIS 5.0?Yes, you need to install the PHP interpreter as an IIS ISAPI extension[详细]
2023-04-12 15:52 分类:问答Running IIS with WOW64 and loading 64-bit DLL
A client is 开发者_如何学Pythonrunning IIS with WOW64 enabled and is complaining that she cannot load our 64-bit DLL.[详细]
2023-04-12 15:27 分类:问答Allowing DLL download in IIS7
We are using IIS7, curre开发者_StackOverflowntly in classic mode. We have an ActiveX control on our site that needs a DLL to get downloaded to Client. To allow this to happen, we are removing the Exec[详细]
2023-04-12 15:20 分类:问答"cannot set status after HTTP headers" when overriding AuthorizeAttribute.AuthorizeCore
I\'m trying to implement custom basic authentication on specific controller of MVC 2 application. Specifically I inherited from AuthorizeAttribute and override AuthorizeCore() method:[详细]
2023-04-12 14:13 分类:问答ERROR_USER_UNAUTHORIZED when deploy to IIS 7.5 when using IIS manager user
I\'m trying to deploy from a teamcity server to my iis server but I get unauthorized when I use an IIS Manager user set up in IIS. If I use a Windows account it works just fine. Am I missing something[详细]
2023-04-12 12:54 分类:问答IIS v7.5 IRewriteProvider built using .NET 4.0 not found
I wrote a rewrite provider for IIS 7.5 in C#, .NET 4.0. When I try to have IIS manager locate it so that I can configure and use it for URL rewriting, IIS manager can\'t find it. When I compile it usi[详细]
2023-04-12 12:17 分类:问答Why would IIS user connected as another user to that which they used to login to Windows
I am using Windows Authentication on a website / WCF service.In WCF I am u开发者_StackOverflow社区sing HttpContext.Current.User.Identity.Name to do some authorization.[详细]
2023-04-12 10:13 分类:问答What are the differences between IIS and Apache for PHP hosting?
I have spent a fair amount of time working with PHP in both IIS and Apache server (Windows) configurations.I have seen suggested a couple of times that Apache is preferred over IIS.[详细]
2023-04-12 09:46 分类:问答Faking Http Status Codes in IIS/.net for testing
This is quite an odd question, but I am trying to test the Web.Config settings for custom errors e.g.:[详细]
2023-04-12 09:41 分类:问答Limit access to endpoint of WCF service hosted in IIS
I\'m hosting a WCF service in IIS 7.5. The service开发者_如何转开发 has one endpoint with webHttpBinding, and one endpoint with netTcpBinding. How can I limit access to the nettcp endpoint, so that on[详细]
2023-04-12 08:27 分类:问答