Unrecognized element 'rewrite'
Hello all, I'm a computer science student working as an intern and I've been tasked with figuring out why the http to https redirects aren't working for several sites at this company. Since 2/12 when I...
View ArticlePascal's Triangle Snippet
Description: Invoke pascalRow(), and pass it some int value. Examples:pascalRow(3);pascalRow(5);Returns the nth row of Pascal's TriangleCreated using txeditor/** * * @param row The ith row of the...
View ArticleHow to get the ftp log directory by using appcmd ?
Hi all , I have used the following command to query the iis log's directory location.appcmd list config /section:system.applicationHost/sites /text:siteDefaults.logfile.directory...
View ArticlePoweShell Script execution hangs in Windows Server 2012R2 - found...
One of my script hangs during one of our product installation. Hangs is happening while executing some of the common PowerShell and native ExEs from PowerShell.more details in below question which is...
View Articleurl directing to iis 7 welcome page
Hello all, and I hate to post again due to the fact that I'm sure that my question has been answered elsewhere on the web, however, I have not been able to find the answer. If it's any consolation I...
View ArticleWhat is the purpose of RequestMonitorModule and how to use it?
I m curious about the purpose of RequestMonitorModule. it's seam that with or without it we can see the list of running processes under IIS management console. So I don't quite understand the purpose...
View Articleproblem with IIS and php 7
Hello all.I'm used to using Apache, but I decided to change and test IIS. I'm having a hard time creating a website. I go to IIS, create a new site, configure the permissions, define the address, like:...
View ArticleEnabling HttpCompression IIS 8.5 Windows Server 2012
I am trying to enable HttpCompression for Json files, but the system.WebServer/httpCompression is missing from the configuration editor options in IIS. I have the configuration applied in the...
View ArticleCorrect way to register vanity url's
I'm trying to find the best way to configure a vanity URL and a redirection. I'm trying to write the items in a separate config file and then reference that file inside my main web.config file.
View ArticleInetpub folder on a High Availability Cluster?
Is moving Inetpub folder to non system drive necessary on a High Availability Cluster? We've got a Hyper-V cluster setup with a hardware network load balancer, a shared IIS web config, for our web...
View ArticleDeploy
Win2016IIS LPSER dickaHaving ASPNet in D:\webSERVER\pagesHaving live-server at my domain-name.Now - want webdeploy. Creatyed publishging profile, publish > all is ok, publioshedChrome shows error...
View Articleappcmd list site "web name" /logFile.directory problem
How to check the physical path of the log through the appcmd command? by Appcmd list site 'web name' /logFile.directory This command prompts me that the current command usage does not support...
View Article502.2 bad gateway premature exit, CGI_PREMATURE_TERMINATION , 0x00000103
<div class="content-container"> <div class="hidden" id="section_detail"><div class="content-container"> <div class="hidden" id="section_detail">Hi,I am getting below error,...
View ArticleSQL Network Interfaces, error: 50 - The server was not found or was not...
Greetings. I've been banging my head over this problem that I've been having.I'm trying to introduce a database to an existing website and decided to convert the codebase to Asp.net 2.1 at the same...
View ArticleSetting cache-control header via appcmd not working for a specific folder
Hello,I'm trying to set the cache-control header to expire after X hours on a particular folder. I am testing this on Windows Server 2012 R2 (so IIS 8.5).I can easily do it via IIS Manager: Sites >...
View ArticleRequest Filtering seemingly not effective?
Rather than the IIS Rewrite engine (which is lower in priority) I'm trying to block some persistent unwanted GET requests by some Akamai customer who continuously keeps hitting my IP address from...
View ArticleIIS default app pool idle timeout overwrite
Hi, Currently my IIS server Default app pool Idle timeout is25 min and My web config session timeout in25 min. Now client request to change the session timeout 25 to 40 min. I Changed Web.config...
View ArticleApplication Error - System.Web.Helpers
Hello,So I recently upgraded my Windows Server from 2008 to 2016 and now my website is showing this error when browsing. Does anyone have any suggestions? I assume it has to do with ASP.NET being out...
View ArticleHow to avoid .txt, .xml file downloading in IIS.
Hi,After deploying my project to IIS its able download and view txt and xml file extension using address bar.I am not have rights to access IIS. Please suggest any option to overwrite this setting...
View ArticleHTTP error 500.19, error code 0x80070002
I am trying to locally debug (using Visual Studio 2017 Enterprise) my ASP.NET 4.6.1 web application that runs in an Azure cloud service. Every time I try to access any pages, I get an error page...
View Article