Questions tagged [iis-7]

IIS (Internet Information Services) Version 7 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Window Server 2008 and Windows Vista.

Internet Information Services (IIS7) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Windows Server 2008 and Windows Vista.

Some IIS Links:

See for more information.

9490 questions
4
votes
3 answers

Moving ASP.NET website from http to https?

We are planning to move our website to https, which currently running on only http only. Web site is running on IIS7 in Windows 2008 server. Do I need to update/modify any configuration settings in the website to make it work on HTTPS? Is it fine…
nRk
  • 1,251
  • 7
  • 24
  • 50
4
votes
3 answers

ISAPI_Rewrite In IIS 7

I've been using ISAPI_Rewrite from Helicon (http://www.helicontech.com/isapi_rewrite/) on a Server 2003 box for years and have always had good luck with it. I'm migrating all the sites on the 2003 box to a new shiny Server 2008 box. I would prefer…
Ryan Smith
  • 8,344
  • 22
  • 76
  • 103
4
votes
0 answers

Can't use {HTTP_HOST} for multiple rewrite rules in web.config file with GoDaddy Hosting - IIS 7.0

I came across a weird issue while creating a few rewrite rules for my website which is hosted by GoDaddy. I'm able to create one rewrite rule using the {HTTP_HOST} or {SERVER_NAME} variables, but at the time of adding a second rule, it looks like…
4
votes
2 answers

Is my System Administrator crazy :-) Does ASP.NET MVC break when the server's Physical Path is in UNC format?

I'm trying to get my company to move to ASP.NET MVC and away from classic ASP. I've written some sample applications as proof-of-concept but now I'm running into problems as I try to deploy these mvc applications to my company's IIS7 server. My…
quakkels
  • 11,676
  • 24
  • 92
  • 149
4
votes
1 answer

Is it possible to write an IIS URL Rewrite Rule that examines content of HTTP Post?

I need to split a portion of functionality away from a legacy ISAPI dll onto another solution (ASP.NET MVC most likely). IIS7's URL Rewrite sounded like a perfect candidate for the job, but it turns out I cannot find a way to configure the rules the…
JohnRudolfLewis
  • 1,692
  • 1
  • 18
  • 33
4
votes
1 answer

Response.Buffer / Flush Doesn't Appear to be Working

I've got a classic asp page that users Response.Buffer = True and Flush. On my local pc this page works absolutely fine. I've uploaded the page to my web server and it doesn't work. The only thing I've been able to check is in IIS under…
John Moore
  • 511
  • 1
  • 9
  • 23
4
votes
1 answer

IIS 7.5 Dynamic Compression not working - NO_MATCHING_CONTENT_TYPE

I have two identical 64 bit Windows 2008 R2 Servers running IIS 7.5 (Production and QA). Both have Dynamic Compression installed, enabled and configured in the same way. Issue: My Production server does NOT do dynamic gzip compression of ANYTHING,…
Brent
  • 175
  • 1
  • 12
4
votes
1 answer

Razor views not generating html after deploying Umbraco 7.2 in IIS 7

I am new to Umbraco, so I started creating a site to play a bit with it. While I had my site running on IIS express (either from VS or WebMatrix) everything worked fine. After deploying the site to IIS 7, the razor views of the front end are display…
Abel Garcia
  • 178
  • 1
  • 12
4
votes
4 answers

AngularJS routing not working after site hosted into IIS

We are creating SPA technique using AngularJS in ASP.NET MVC framework,AngularJS routing between pages are working fine when it's run from VS2013,but after hosting the application in to IIS7.5 routing not working, Routing Script: var appRoot =…
4
votes
2 answers

IIS 7.5 'protocolMapping' cannot be read error in web.config

When I want to just simply open an application's web.config file (IIS 7.5, Windows 7 x64) or make some changes to it using PowerShell commands, which not necessary has to do anything with the 'protocolMapping' section, the following error is thrown:…
SzepLaci
  • 41
  • 1
  • 3
4
votes
3 answers

IIS7 permit access only to local network

I am having a problem with the IIS 7 on a Win 2008 server. I only want to have access to it inside my network and denied access from anyone outside the network. I had created a rule to permit access to the group of computers with the IP: 192.168.0.1…
user335518
  • 111
  • 1
  • 4
  • 8
4
votes
3 answers

ASP MVC: Sending an E-mail

I'm kind of new to the .NET platform. And currently I'm learning ASP.NET MVC. I want to send an e-mail from my program and I have the following code: public void sendVerrificationEmail() { //create the mail message MailMessage…
user323395
4
votes
1 answer

ASP.DLL memory leak (or something) forcing constant restart of w3wp

We've been struggling with this for the past 12 or so months. We think it's due to either one or two apps that are leaking memory or a large amount of leaks that have finally accumulated over years of programming in classic ASP. We've begun the…
Aarmora
  • 1,143
  • 1
  • 13
  • 26
4
votes
1 answer

How do I check whether IIS 6 Management Compatibility feature has been installed?

Using either VB.NET, C#, or VBScript, how can I check if the IIS 6 Management Compatibility feature and its subfeatures have been installed on a machine running IIS 7.x?
Joergen Bech
  • 1,415
  • 4
  • 21
  • 30
4
votes
2 answers

Is it possible to tell IIS 7 to process the request queue in parallel?

Currently we are developing an ASMX, ASP 2.0, IIS 7 web service that does some calculations (and return a dynamically generated document) and will take approx. 60 seconds to run. Since whe have a big machine with multiple cores and lots of RAM, I…
Uwe Keim
  • 39,551
  • 56
  • 175
  • 291