Questions tagged [iis-7]

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

2135 questions
0
votes
2 answers

Setting up IIS7 on Windows 7

I went through the default install of IIS7 on Windows 7. I can navigate to http:// localhost and see the default "Hello World" IIS7 content. But when I browse to http:// machinename from any other machine on my home network (no domain), all I get…
Peter Baer
0
votes
0 answers

Background intelligent transfer with IIS server

I need help with setting my IIS server for BITS upload. i want to upload and download files from the virtual directory i have assigned to one of my websites. but i m not able to upload and download files using BITS. i m not getting basic setting.…
0
votes
1 answer

CF64 on Server 2008x64 breaks pretty much everything else, how to fix?

I just installed CF64 on a WinServer2008x64 machine. Previously a whole array of classic ASP and ASP.Net apps were functioning, after the CF install they're not. I'm getting an http 500 on everything not coldfusion. I believe it's a mapping issue.…
None
0
votes
1 answer

Which IIS feature controls display of .NET Authorization?

I thought (and this post seems to confirm it) that .NET Authorization tab should be available whenever ASP.NET is installed. (If you also think this, please compare this screenshot to find that this is obviously not the case.) If you could provide a…
Alexander
  • 137
  • 8
0
votes
2 answers

https certificate issue

I need to use some certificate on IIS 7.0 web server to test my https code at client side (console application). I have created self-signed certificate and it is fine. Now I want to test with formal certificate which IE could recognize, like…
George2
  • 1,137
  • 6
  • 22
  • 41
0
votes
1 answer

IIS replaces redirect status header from PHP with 302 Redirect

I hope I am posting this in the correct place... I'm having an issue with a 301 redirect in php. Looking at the headers, if I do a simple 301 redirect, it actually appears as a 302 redirect which is not what I am after. This is the php…
Paul
  • 221
  • 5
  • 15
0
votes
2 answers

Filter certain requests to our IIS7 log file?

currently we have our IIS7 website defualt logging data to a file. Works great. Now, we've got some system monitoring stuff which 'pings' a file in the site. This file is called HttpMonitor.html If the file exists and it's content is '1' then the…
Pure.Krome
  • 6,508
  • 18
  • 73
  • 87
0
votes
2 answers

Specific pages returning 401 errors with IIS7 when similar ones mostly work

We have just deployed a asp.net project onto our testing server which was working fine on our development server. However once it was deployed to our testing server two pages (out of 10+) are generating 401 errors. The permissions on the pages…
Mike Lowen
  • 101
  • 3
0
votes
1 answer

IIS 7 Still showing old certificate

I installed an SSL certificate in my IIS 7 (Windows Server 2008). I deleted the expired certificate but still showing when i access from any browser. I deleted the expired certificate. I Installed the new certificate. I Modified the Bindings from…
S. Moreno
  • 129
  • 4
0
votes
1 answer

Redirect multiple browser requests to one site with IIS URL request

we have a web server with several websites. Of these, only one site has real content, the other sites are used to redirect requests to the content site. This is done by the IIS http redirect. www.contentsite.com -> web site with…
0
votes
1 answer

Diagnosing heavy bandwidth usage

I run a couple of IIS web servers, one on win server 2008 R2, the other on 2003. Both fully patched and up to date, with AV. Running on a No NAT connection with 8 WAN IP's The 2003 machine seems to be using a LOT of bandwidth (ITRO 1-2GB per day)…
0
votes
1 answer

why user can view IIS default page on every entered invalid subdomain?

I hosting a DNS zone for a public domain on my server (Windows Server 2008 R2). My problem is if user enter any sub domain name who is not available , can see my IIS default page. for example : blabla.mydomain.com or xxx.mydomain.com can see my IIS…
0
votes
1 answer

OsTicket + IIS + mySQL + Extremely slow queries

Background: I am a .net developer, limited php coding knowledge Asking this question because I think it is a php/mysql/version/implementation issue, and not getting real information from the OSticket dev side... My coding/db knowledge tells me this…
0
votes
2 answers

Running large numbers of sites on IIS7

On Windows 2003 (32 bit Standard Edition with 4GB of RAM) we would host around 1200 sites on a single server split across say 4 application pools. This has worked well for us for a number of years. IIS7 seems to favour creating a separate…
Kev
  • 7,877
  • 18
  • 81
  • 108
0
votes
2 answers

IIS 7 Configuration Port / Backup

What's the fastest way to port an IIS 7 config from one machine to a new one? Including all the sites, applications, virtual directorys, ftp accounts, etc... Is there one machine.config file containing all this info? Thanks.
Scott Klarenbach
  • 569
  • 2
  • 8
  • 20