Custom error page configuration on IIS 8
Hi,Want to set custom error pages for all error codes in IIS. Have tried to set error code - 403 in IIS 8. But how can I check whether my custom error page has been set for error code - 403?...
View ArticleApplication not responding with state started
We have an IIS instance with various applications with the same structure and configurations.We usually experiencie that some applications with State 'Started' doesnt respond to HTTP requests.Our...
View ArticleEvent ID 12 IIS-Config Warnings and Crashing Webservice on certain calls.
We utilize a web service provided by the our platform distributor, and after upgrade, we are receiving IIS-Config Warnings, an ASP.NET Error, and the webservice crashes. The ASP.NET error only happens...
View ArticleVS2019: IIS Express does not show a PHP page... HTTP Error 404.3 - Not Found
Windows10-64, IISExpress10, PHP Tools for Visual Studio 2019. As far as I can tell, VS2019 should run PHP code on IIS Express, the addition of PHP Tools probably just uses that built in Functionality...
View ArticleIIS ARR LookupHostName
It looks like IIS with ARR exposes a method called LookupHostName which will allow us to track on what node a site is running in our web farm in ARR. How can I call this method? It is not exposed via...
View ArticleHow can i prevent users from downloading or accessing a file using "direct...
Hello Guys, I want to prevent user from downloading or accessing a file using "direct targeting" URLs.I have tried many ways but still i didn't get proper solution.Here is my code of web.config but...
View ArticleHTTP Handler is not working When we click Refresh\F5 button in IE browser
Hi all<div>I am working on an application which requires to have an HTTP Handler for handling a .pdf File The handler's configuration in web.config file is as...
View ArticleNot able to view site on iis server
I have published site with domain name on iis server.its working I am able to access site from other PC or mobile..but I am not able to open site on iis server browser .it gives me page can't be...
View ArticleHttpCompression not working for server with shared configuration
HiWe have 2 webservers setup using a shared configuration in IIS 8.5, I have the dynamic compression option installed on the webserver and have the use dynamic and static compression options selected....
View ArticleA process serving application pool 'XXXX' suffered a fatal communication error
Hi everybodyrecently, checking the event viewer of our web server Windows 2012 R2, I realized this warning generated by one of our site:Event ID: 5011 A process serving application pool 'XXXX' suffered...
View ArticleNeed to redirect files in one sub-directory to a different sub-directory in IIS
I recently consolidated several domains to one, and have in place 301 redirects from the 2 that are no longer used to the other. However seems I didn't account for a number of specific files in...
View ArticlePersonal dev machine/IISExpress needs to match QA/IIS for uglify version
We deveopers have a problem after deploying our changes to our ASP.NET web site on our QA machine running Windows server 2012 and IIS 8.5.9600.16384.The uglify JS-minifier does not like the variable...
View Article500 Error sometimes on IIS 8
I have a strange behaivor on a backend-server. It response with 500 sometimes and stays in this state for 1 minute. It is a backend-server with 2 connected frontends over soap. Backend is used by...
View ArticleIIS Time Stays System Boot Time
We're running IIS in a CI/CD process where we build a new VM, join it to domain, install a web app, etc.The new VM is cloned from a template that has IIS pre-installed to save time.The issue we're...
View ArticlePowershell help, Populate ComboBox with ApplicationPool selection
#Imports cmdlets from ServerManager, IIS Web administration, and IIS Administration Import-Module WebAdministration Import-Module IISAdministration Import-Module ServerManager Add-Type -AssemblyName...
View ArticleHow to use DNS alias in URL?
Hello!I use Win Server 2016 and Remote Desktop Web Access for password changing. Server's hostname is misc.example.com, in DNS server there is A record misc.example.com and CNAME password.example.com...
View ArticlePorting IIS Instances to new Systems
Guys, if I have a complete IIS 7.5 setup configured the way I want it, whats the easiest way to port that to a new IIS 7.5 instance? Web Deploy? I have a development environment that's complex and wish...
View ArticleWeb.config vs Location Tags in ApplicationHost.config
Guys, new to IIS. When creating config items in the IIS admin UI tool it seems some setting go into applicationHost.confg files and others into Web.config files under the Sites and Virtual Directories...
View ArticleIIS 10.0.14393.0 incorrect user agent detection
Hello,I have asp mvc application. I tried to detect user agent with:@if (Request.UserAgent.Contains("Mobi") == true || Request.UserAgent.Contains("Android") == true)and with...
View ArticleUse Powershell to import website with Chinese domain
I’m trying use PowerShell to add website from xml file.When I just use CMD command「appcmd add site /in < test.xml」The binding of website is 「測試.com.tw」and everything be fine.But when I use...
View Article