Quantcast
Channel: Configuration & Scripting
Browsing all 780 articles
Browse latest View live

II7 Pipelines request (or threads)

Hello IIS team,I'm doing tests trying to figure out how does IIS process requests. With my tests, it seems that calling a web service, IIS process requests differently than calling a web site (aspx)....

View Article


Wildcard host header support

I want wildcard subdomains, which is not currently possible. I have heard all kind of arguments, all terrible.-         The HTTP 1.0 or 1.1 specfication wont don’t allow wildcard host headers FACT IS:...

View Article


Does IIS7.x/8.x support TCP FastCGI?

Does IIS7.x/8.x support TCP FastCGI?I found this:   IIS->FastCGI Settings->Edit->Advanced Settings->Protocol, and select "Tcp"。But I can't find where to place IP and Port info.After...

View Article

Not sending cookie with http request Get using Rest API on IIS8.5 Server 2012R2

I am writing a website with Webdev 19 (Pc soft) and It run well on a developpement machine under w8.1 (IIS8.5)  and another under Vista , but when I install it on a Windows server 2012 or 2008r2 , it...

View Article

Clearing `location path=` handler settings for sites in applicationHost.config

This one is giving me a headache for last few days...Over the years, as we moved websites around (for example from IIS 6.0 to 7.5 or 8.0/8.5), some websites got their configuration applied to the...

View Article


"Enable 32-bit Applications" functions the opposite of expected

I have a virtual server (IIS7 on Server 2008 R2)  on which I installed a COM-enabled assembly called by Classic ASP.  "Enable 32-bit Applications" is set to true, and everything works.But on a real...

View Article

404 Error while accessing controller function

I am getting 404 error while calling .NET controller function from ajax call.May be there is some configuration problem in IIS server.

View Article

How do I *completely* remove an IIS virtual directory?

I'm using the Microsoft.Web.Administration API to delete a virtual directory:$mgr = new ServerManager() $site = $mgr.Sites | Where-Object { $_.Name -eq 'MySite' } $rootApp = $site.Applications |...

View Article


301 redirect HTML pages on IIS 8.5 using ASP.dll

We have an application built using .NET 4.0 and running on IIS 8.5. We have some HTML pages and PDF files moved to separate directory in the application and URLS needs to be 301 redirected to new...

View Article


URL Rewrite isn't working.

I am trying to remove the .html extension of http://subglobal.net/store.htmlIn IIS7, click on the site, subglobal, under connections. I open URL Rewrite > Add Rule > User-friendly URL.I enter the...

View Article

Upload big file in IIS 8.5 by Uploadify returns 400 ERROR

Hi everybody, I got this problem when I use Uploadify to upload big files(>28.6M), I use Fiddler to watch the Http Response and returns " 400 Your request has bad syntax or is inherently impossible...

View Article

My Goal to Redirect Some URLs

Recently I've upgraded some components of my CMS and now I need to create some IIS 8.5 redirect rules.I've urls with depth levels. For...

View Article

AppPool not working with Custom Identity

Hi,We have configured the Site using custom identity in AppPool, it was working fine, but suddenly stopped working and site went down. While checking in IIS, AppPool was down and unable recycle. When...

View Article


Error removing 'Side By Side Component' value

Hello,I have been testing the use of Side by Side components in my IIS7.5 on Windows 2008 R2 SP1. I mistakenly enabled a Side by Side component at the Default Web Site level rather than at the...

View Article

How to add an element in the SMTP header?

This is on Windows 2012R2 using the SMTP service. I need to add an element in the SMTP header to enhance security. In the old days I would have fired up metaedit and added an element. How is this done...

View Article


Redirect 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 Article

iis 7.5 ipSecurity denyAction=NotFound causes 500 error instead of 404

I'm restricting access to certain folders in an IIS 7.5 web application based on IP address. Here is a segment from applicationHost.config:<ipSecurity allowUnlisted="false"><add...

View Article


adding element to collection in applicationHost.config with Powershell...

how to add a <clear /> element and <remove attributeName=attributeValue /> to the collection with powershell webadministration module?I can add something to collection with this...

View Article

Expire Content Immediately Setting Being Removed - IIS 7.5

Hi, I have a website that is using Angular. The client does not want their resources having to clear their cache every time a change is made to the site and deployed to production (using VS 2013). I...

View Article

IIS 8.5 - Encrypt 'password' attribute in applicationHost.config, PowerShell

As a solution to storing credentials in an application web.config. I am trying to store credentials in /configuration/location[@path = "mywebsite"]/system.web/identity but can only store plaintext...

View Article
Browsing all 780 articles
Browse latest View live