Enable HTTP PUT for .net 3.5 application in IIS 7.5. Getting error IIS 7.5...
I am facing an issue while posting http using request type PUT, it is not enabled on IIS, can someone help me on how to enable PUT request type via web.config changes. My another post regarding on...
View ArticlePHP Manger shows Fast CGI not enabled when it is
HiWe have a windows 2012R2 server. We installed everything using the web platform manager.This included fast cgi as per the instructionsWe also installed PHP 5.3. by this method. When we installed it...
View ArticleIIS7 won't import htaccess file
Greetings,I'm trying to setup invoiceplane, but it uses an htaccess file. I've read and watched videos of people importing the htaccess file and it magically works after that, but it doesn't import the...
View ArticleIIS Logging and Email Alerts
Hi Guys Is there any way to track who changed the IIS settings , The Username/Time/Activity and It will be a great way if i can get it through email alerts.ThanksWaseem BukhariCMer
View ArticlePowershell task: changing smpAffinitized and smpProcessorAffinityMask
Hi,my IT administrator predecessor was setting up smpAffinitized and smpProcessorAffinityMask incorrecly on an IIS 7.5 machine with quite a bunch of App Pools. I now want to change smpAffinitized back...
View ArticleI'm in a mess with a web.config rewrite rule
Hi,I recently changed my site over to SSL, but doing so is harming my AdSense income, so I need to redirect all site traffic from HTTPS to HTTP except all files in the ecards folder, whose file name...
View Article"Complete Certificate Request" = Access Denied
Attempting to complete a certificate request and getting the "Access is Denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)"Server is 2012 R2 with IIS 8. Fully patched.The error occurs both...
View ArticleIIS Rewrite Rule - how to include root documents
I have a simple IIS rule to redirect HTTPS to HTTP:<rule name="HTTPS" enabled="true" stopProcessing="true"><match url=".*\.(asp)$" ignoreCase="false" /><conditions><add...
View Articlephp works fine except to connect.
<div><html> <head> <title>Array Functions</title> </head> <body> <?php $array1 = array(4,8,15,16,23,42); ?> Count: <?php...
View ArticleenableConfigurationOverride="false" not working for me
Hi Guys, I have deployed a website in IIS8.5 as an Application of another website (http://websiteparent/websitechild) . I´m currently having hte problem that the websitechild inherits the configuration...
View ArticleHandler restrictions in ApplicationHost.config
We host several WordPress installations on the same IIS 8 server. How to disable execution of the PHP code in /wp-config folders for all Wordpress sites in ApplicationHost.config?This doesn't...
View ArticleTrouble Accessing mssql database
<?php // Server in the this format: <computer>\<instance name> or // <server>,<port> when using a non default port number$server = 'SQL\SQLEXPRESS';$dbName =...
View Articleerror Set-ItemProperty: Type mismatch. (Exception from HRESULT: 0x80020005...
Hello;i was created a powershell Script to create application pool and site, when the script finsh, the application pool was created, the site was created but no with the good application pool anc i...
View ArticleChanging multiple APP Pools via appcmd--Part Two
A while back there was tis exchange:Changing multiple APP Pools via appcmd03-14-2014 05:59 PM|LINKNot too sure how to go about asking this, but, we have several servers Windows 2008 Datacenter, wunning...
View ArticleChange recycling of an application pool
I currently have a recycle time for an application pool. I need to change it. According to the MS documentation (https://technet.microsoft.com/en-us/library/cc754494(v=ws.10).aspx) The format should...
View ArticleSetting Specified Recycle time within the application pool works intermittently
We recently set application pool recycling on a specific app pool within 3 of our app servers. This was working for about a few weeks. All of a sudden we found this stopped and we no longer saw app...
View ArticleIIS and .NET HttpListener Application on the same machine.
Is it possible to have IIS run alongside a .NET application using HttpListener on the same machine sharing a single ip address?Is it possible to configure IIS to intercept traffic for a specific prefix...
View ArticleCNG configuration with IIS
Hi All,we developed a third party CNG (Crypto next gen) provider and KSP. we want to configure IIS with the above provider DLL and KSP. the provider DLL and KSP were developed using the CNG kit...
View ArticleIIS 10 HTTP Error 404.17 - Not Found - Static File Handler
Hello Friends,We recently migrated our Web Service from IIS 7 to 10. Prior to this our web service ran perfectly. Currently am getting " HTTP Error 404.17 - Not FoundThe requested content appears to...
View Article"Reached its scheduled recycle time"?? Twice a day? Why??
Every day I get double recycles. If I set the time to recycle the AppPool as 3:20, I get a 5076 Events at 3:19:59 and 3:20:00. Set it for 3:10, I get 3:09:59 and 3:10. Why is it recycling the...
View Article