All TagsIIS 7HTTP (RSS)
  • Adding redirect settings to a website using PS

    Hi all, I want to set in a website a permanent HTTP redirection to a specific URL. I tried the following: New-ItemProperty -Filter "/system.webServer/httpRedirect" -PSPath "IIS:\Sites\$name" -value @{enabled="true";destination=$target;exactDestination="true";httpResponseStatus...
    Posted to Forum by davidtreves on 11-18-2009, 8:19 PM
  • Request Failed – Response status code is 404

    Hi, This is the log collected below. I found the “http404” response while the user “schluem” trying to access the website hosted at 272.213.207.120(shown below) from another portal. The count of this 404 error sometimes crossing 50,000 . Could you please suggest what is the exact category of reason for...
    Posted to Forum by pradeep_brahma on 06-04-2009, 10:34 AM
  • How to install iis 7.0

    I had new vista home basic laptop...i need tp install iis 7.0 but i dono how to do it also then only i can locally web share my .net application for acessing it in localhoat can anyone pls help me??
    Posted to Forum by vignessh.vijay on 03-14-2009, 9:57 AM
  • How to set charset in IIS7.0?

    Hi Team, I want to change the Content-Type header to include charset info on IIS 7.0. By default I get the ==> Content-Type: text/html It does not include the charset information, even though in my page I have below tag set: <meta http-equiv="Content-Type" content="text/html; charset...
    Posted to Forum by neha.noma on 02-20-2009, 9:08 AM
  • How to find Content-Type in IIS Filter module?

    Hi, I have one doubt regarding the Character-Set. I have written one small IIS filter module to fetch the name from query string and display it through our filter. However there is a problem as the characters in query string can be in different character-sets so I need to decode it keeping the Character...
    Posted to Forum by neha.noma on 02-18-2009, 10:20 AM
  • Re: IIS URL redirect to a particular directory

    try this out <% @ Page Language ="vb" AutoEventWireup ="false" CodeBehind ="Default.aspx.vb" Inherits ="WebApplication1._Default" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1...
    Posted to Forum by cbranca on 01-17-2009, 5:49 PM
Page 1 of 1 (6 items)
Microsoft Communities