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 ArticleChanging apppool identity programmatically vs using gui
Hope I'm in the correct wheelhouse.Frankly, I'm totally unsure why this is happening.So, if I want to change the identity in an apppool in windows to a domain user, I gotoIIS manager -> app Pool...
View ArticleOLAP cube access from SPA Angular application
Hi,I'm trying to access the OLAP cube, hosted on server in the same network. I've followed all the tutorials mentiond in this thread:...
View ArticleSession Variable not recognised.
I have an application coded in VB using WebMatrix. On my laptop it runs out of WebMatrix and also directly from a desktop icon. I have installed it onto desktop PC and it runs using WebMatrix but...
View ArticleHow to change IIS WebServer Name using powershell
Hi allLast week I cloned 40 IIS WebServers (W2K16) from VMWARE VM with newSid generation in order to swap old IIS Webservers (W2K8).All new servers have correct netbios and hostname, but in IIS console...
View ArticleError in setting "Content-Security-Policy" Http response header with multiple...
I am trying to set "Content-Security-Policy" Header in following format:appcmd.exe set config -section:httpProtocol "/+customHeaders.[name='Content-Security-Policy',value='default-src: 'none';...
View Article.bat file not running in IIS 8.5 - Windows Server 2012 R2
<div>Hi,</div> <div> </div> <div>We are migrating the server from Windows Server 2008 R2 to Windows Server 2012 R2. We have configured the application in IIS 8.5 and...
View ArticleWebdav can not be configured as web driver in explorer
Hi,I config a webdav web driver and can be accessed by IE through internet (http/https). But it can't be configured to a web driver in explorer, when try to run it always shows “Invalid”.If anyone know...
View Articlewebdav - upload file greater than 4GB
Windows 2012R2IIS 8.5I have a webdav server that clients map as a drive (Z:\) and use it as a file-share for our remote users, which is working well with small documents. However, now we need to be...
View ArticleConfigure Windows Server2016 to display 'hello word' in Python?
Hi, I'm having problems setting this upcode seems to be fine, and I've messed around with many help topics setting things up in IIS managerdo I need to make a web.config file, or will the system do it...
View ArticleSet URL Rewrite Rules via appcmd
Hey,I am currently trying to set Rewrite Rules via appcmd and i can't figure out where i go wrong.The desired outcome would be: <rewrite> <rules> <rule name="Client Angular...
View Article401 Server Error when trying to display python file?
I've managed to get basic python file working in localhost (with Windows Server2016), but it won't display properly on main online webpageI get this error:Server Error 401Authorization RequiredThis...
View ArticleURL rewrite - URL duplication caused by backslash \ or %5C
I am having an issue with backslash (displaying as \ on Firefox and %5C on Chrome) in homepage URL which is crawled by Google and showing two homepage links in site search results. Is there anyway of...
View ArticleURL Rewrite
I currently have the following rewrite rules in my web.config which are working fine but I am worried that too many redirects may cause problem. Is there any other way of combining them together as...
View ArticleEnable only Windows Auth on 1 site, Anonymous on other 3
Trying to enable Windows authentication on one site and disable on 3 others with the following Powershell script:Set-WebConfigurationProperty -Filter...
View Articleusing IIS with weblogic
Hello All,we have weblogic server in a remote siteI have only one windows server can reach this remote serverIs there any idea to configure IIS as a proxy so other users can reach web logic through...
View ArticleAppcmd alternateHostName problem
I used to appcmd.exe set config "WebTier" -section:system.webServer/serverRuntime /alternateHostName:"development-server-iis.local" /commit:apphost To hide the real internal ip. But I have the...
View ArticleSetting up a Central Certificate Store with PowerShell
I am trying to set up a central certificate store for SSL and configure a web server to use it. I have the central cert store setup (and visible via the IIS MMC). The one thing I can not do is to set...
View ArticleWhere can I see what http verbs are allowed?
When I enter a request to my development server (windows 2016), and view the dev console I get a 200 OK response, but I see no allowed actions (GET,PUT, POST, OPTIONS ) etc being listed in the header....
View ArticleIIS Shared Config and Site Bindings
Hello,I am trying to set up a new Windows 2016 IIS 10 Web farm using Shared ConfigurationEach server has a Management IP and a Site IPIn the Shared Configuration applicationhost.config I have a site...
View Article