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
A client is 开发者_如何学Pythonrunning IIS with WOW64 enabled and is complaining that she cannot load our 64-bit DLL.
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
I\'m trying to implement custom basic authentication on specific controller of MVC 2 application. Specifically I inherited from AuthorizeAttribute and override AuthorizeCore() method:
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
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
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.
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.
This is quite an odd question, but I am trying to test the Web.Config settings for custom errors e.g.:
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