WCF SVC browsable even though HTTP Activation is NOT enabled
HiWe have a windows 2008 R2 server (Standard Edition) that does not have HTTP Activation enabled. However, if we install a WCF SVC we can browse to it.We have found that…When SERVICE PACK1 is installed...
View ArticleProper configuration of "pass-through authentication"
Hello Community,I've always managed to find articles but in this case I wanted to post here hoping someone knowledgeable could comment.I've been adding many websites to my IIS7 Server and when asking...
View Article2 sites share the same files & web.config. How to change JWildCardHandler for...
Hello,I have 2 Coldfusion 9 websites that use the same files in the same folder. So for instance webroot for www.abc.com &www.xyz.com is d:\apps\dir1. In dir1 is a web.config that both sites use....
View ArticleWill enabling the RequestMonitorModule causes the IIS Requests performance...
Hi IIS Experts,To view the currently executing requests in a Worker Process, I have to enable the RequestMonitor module in IIS.Before enabling the RequestMonitor module in IIS on production thinking...
View ArticleIIS 8.5 and static files caching problem
HiI have some website https://goo.gl/WD15BVProblem is that cache works fine, but NOT for all file typesFor example i checked site on...
View ArticleVirtual Directory using UNC path - Browse Directory error
Good Day,I am having an odd issue with a virtual directory to a unc path on another server within the same domain.I have configured it to "connect as" using a new domain account, the tests work fine.A...
View ArticleHosting Website and Web Service as Virtual Directory
I developed a web site, and a web service (using Visual Studio) and testing on my desktop.Each process has its own web.config file, the web service contains the end-point configuration settings.I now...
View ArticleError 415 Missing Content-Type in Header
Hello, i receive web service request without content-type definition in header. How do I accept the request ? IIS now respond with 415 error. THanks!!
View ArticleUsing subdirectory of root site as an IIS Application
I have inherited large, convoluted site which contains subfolders, many of which are intended to be set up as individual IIS Applications. This site is currently on a 2003 Server with IIS 6. I am...
View ArticleSystem.Web.HttpForbiddenHandler
Hi FolksLittle confused here, because about a month ago, this (I thought) was all running just fine (but did a boat-load of updates for both Windows 10 - Insider Preview, .Net and VS2015 over the last...
View ArticleHow do delete customization on website level?
Hello,Trying to write automation to remove customization done on website level and force inheritance from webserver level. Example is logging configuration. For example if website specifies logging...
View ArticleUsing -recurse in get-webconfiguration fails to generate any results
Using this example: "Get-WebConfiguration system.webServer/security/authentication/* 'IIS:\sites\Default Web Site' -Recurse | where {$_.enabled -eq 'true'} | format-list" which is taken straight...
View ArticleOutgoing traffic restricted to application pool?
All,I have a multi-tenancy setup in IIS, where each client has an app pool their site operates from, for client separation. If someone's site reaches out to an external connection (like a cloud...
View ArticleClear-WebConfiguration cmdlet needs to be executed twice for inherited URL...
I am trying to write a DSC resource to manage IIS URL Authorization rules, however when attempting to remove an inherited rule (via Clear-WebConfiguration) instead of removing the rule it is creating a...
View Articleneed help stopping php from sending spam
I recently moved a website to a win 2008 server. This is the only PHP site I host. I am more or less a newbie to php. I didn't create the site, I just moved it.After discovering we were on RBL's I...
View ArticleHTTP Error 500.19 Internal Server Error - Config Error: The configuration...
I have a client that asked me to install a application on a server that requires IIS. I ran everything and the application launches, but I get a error when visiting the site. HTTP Error 500.19...
View ArticleImport Certificate to Machine\personal script/automation?
Is there a automated way to perform this task:I need to import a PFX certificate to computer / personal path on multiple IIS 7.5 servers (Windows Server 2008 R2).I already tried with GPO but there is...
View ArticlePS For Selecting A Certificate For Binding
Hi,Im using the following PS script to create new binding for new web serversNew-WebBinding -name $mywebsites -Protocol https -HostHeader $mywebsites -Port 443 -IPAddress '*'The script is working and...
View ArticleRedirect HTTPS to HTTP along with WWW to Non-WWW
Hi,I have this website that doesn't need to be secure. It also doesn't need to have WWW. So basically I want to redirect https://www.example.com, https://example.com, and http://www.example.com all to...
View ArticleIIS 8 time was not changed when we modify the server time due to Daylight...
I am using IIS-8 under Windows Server 2012 R2. and the time for both the IIS & windows server were exactly the same. but this week we changed our server time be adding one hour for daylight saving...
View Article