iis problem?
HiI have a website running on iis all be it the default website the iis creates in server essentials 2012 r2, i would like anyone who visits my site to see the domain namewww.paul12345.com when they...
View ArticlejQuery Post not working with text file on IIS
On my Windows Server 2012 R2 IIS 8.5, I've put a simple script for testing purposes and jQuery POST is not working with text file. It works with php though.Example:/* parse.js...
View ArticleA potentially dangerous Request.Path value was detected from the client (:)
Hi Folks!I need some help with this one. I'm running an older, legacy type web app (forum) that can't really be updated and, worse then that, I'm not very good with things like this (oh-no!). On the...
View ArticleIProcessHostPreloadClient doesn't know which application it's running for -...
Hi,We have an issue where we have several applications hosted under the same site in IIS, and several of them have relatively expensive operations that happen daily (pre-calculating and caching info...
View ArticleSharepoint _layouts folder record on IIS Logs
Hi Guys,I'm having an issue within the IIS Logs. We have multiple sites under a Sharepoint 2010 Site collection. We need to monitor the accesses to a particular page on each site.For example: we have...
View ArticleHttps Bindings !
Hello,I am a newbie here. I want to check how to configure https Bindings in the IIS 7.5We have published new website for our company and i can add Http Bindings directly for port...
View ArticleCertUtil: Adding CTL cert to Intermediate Certifying Authorities failing
I am on windows server 2012.I am trying to bind a CTL certificate along with a SSL certificate.Step1: run - netsh http show sslcertStep2: take appId and certhash (note: certhash is for a SSL...
View ArticleHow to get connection string from virtual app
I have found that I can get the connection string from the website's web.config with this:$connectionstrings =...
View Articlecshtml and vbhtml issues
First of all I am new to using asp.net and IIS, so please be patient with me and remember that saying things like "you need to configure x to to y" doesn't mean anything to me. Onto the problem:...
View ArticleSetting uploadReadAheadSize in IIS 8.5
I'm trying to use the following command to set uploadReadAheadSize in IIS 8.5 on Windows Server 2012 R2:appcmd.exe set config -section:system.webServer/serverRuntime/uploadReadAheadSize:"491521"...
View ArticleBinding an SSL Cert to a WEB site via configuration file
Binding an SSL Cert to a WEB site via configuration file, I can not find any attribute in binding seciton.<binding protocol="https" bindingInformation="*:443:pushservice.365wsh.com" sslFlags="0"...
View ArticleIIS Webdav user home directories
I'm using Webdav on IIS. I'd like to have users access their home directories via Webdav.I created a Virtual Directory \\server\users$\My users need to access their "Document" folder. They don't have...
View ArticleIIS Config - Javascript not working on one domain but work on other
IIS-7 with Classic-ASP pages. I have several websites which use copies of the same script which reads a URL variable and takes action. This script works under one domain but not another. I thinks is...
View ArticleHow to catch “.” to the end of the address
My English is not good I try to describe the problem---------------------------------Let's look at these URL, These are all wrong URL1. http://msdn.microsoft.com/c.h2. http://msdn.microsoft.com/c....
View ArticleRemoving Location tag/block from ApplicationHost.config file
Hello All,I am trying to write to the ApplicationHost.config file when installing the product and remove the text from the file while uninstalling. I did figure out how to write using AppCmd Set...
View ArticleapplicationHost.config. logExtFileFlags. convert value to column names
Below is the website logging entry from applicationHost.config:<logFile logExtFileFlags="Date, Time, ClientIP, UserName, ComputerName, ServerIP" directory="C:\Logs\TestWebsite" enabled="true" />...
View ArticleMigrating from IIS 6 to IIS 7
Hi All,I am trying to migrate one of the web site running on Windows server 2003 32 bit to a 64 bit operating system( i have already tried win 2008 r2 and win 2003 64 bit)i have successfully followed...
View ArticleHosted web pages are not loading on other comouters
Hi everyone..I inserted some web documents using iis,but my hosted web pages are loading ON MY PC only!I tried different port numbers (like 1994,1995,1700)...interestingly these web page are loading on...
View ArticleHTTP Error 502.2 - Bad Gateway Frustrations - Configuring IIS 7 with Python 2.7
Hello all,I'm stumped. IIS newb, but veteran Python user. IIS 7 and Python 2.7 can't find a library, which python finds, and executes, perfectly when ran on it's own. When executed via IIS, the...
View ArticleAdding Deny and Allow element at the system.web/authorization level using appcmd
I have been trying to add a deny and allow at the system.web/authorization, but have been unable to get it to work. I am trying to add a deny anonymous, and allow all users. When I use Genereate...
View Article