All TagsIISHTTP (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
  • HTTP Post blank page (ASP Classic)

    Hello, I have an ASP classic app running on IIS 6.0 and Windows Server 2003. A form in the app allows employees to upload large binary file. For upload we are using AspUpload 3rd party software. While uploading an ISO image 600 MB, ASP gives me a blank page (page source displays <html><body><...
    Posted to Forum by martin_wm on 08-05-2009, 1:34 PM
  • 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 becomes unresponsive

    Hi, I'm having the same problem. Did you find out how to solve it? Does IIS handle internal (LAN) and extenal (Internet) requests differently? We only have this problem when we try to access the website through the internet. But, if we try it through our local area network, it works normally. I'm...
    Posted to Forum by andre.muniz on 02-16-2009, 8:14 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
  • IIS

    Hi, I am new bie to IIS ,actually i am working as an SQLSERVER DBA,now i want to learn BI concepts thats what i need some easy way to understand IIS,IIS5.0,6.0.................... i need some troubleshooting scenarios and how to resolve?
    Posted to Forum by shahbaz.oradba on 07-30-2008, 2:17 AM
  • ETag and Content-Encoding

    Does IIS 7 send another ETag for the gzip-ed version of the document? In other words, does it have the same bug which Apache also has? https://issues.apache.org/bugzilla/show_bug.cgi?id=39727 About a year ago, IIS 7 appears to be NOT affected . However, today's analyze shows different results - IIS...
    Posted to Forum by peaceable_whale on 03-15-2008, 4:03 AM
  • HTTP continuation packet not received from IIS7

    When IIS7 sends a response to a browser that exceeds one HTTP packet, only the first packet is received. I have an application consisting of a Java applet client communicating with a PHP server using SOAP. This has been running correctly on Windows XP using IIS 5.1 or Apache and on Linux using Apache...
    Posted to Forum by stslater on 01-18-2008, 12:47 PM
Page 1 of 2 (11 items) 1 2 Next >
Microsoft Communities