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
1 answer

IIS behaviour: recycling application pools

In IIS7 we are able to set on which time we want to recycle our application pools Now we want to use the Time interval + the Specific time. What's the behaviour of this. Example: Our interval will be 48 houres (2880 minutes). Our Specific time will…
lvthillo
  • 105
  • 1
  • 9
0
votes
1 answer

UrlScan and Request Filtering long url

Our Windows/IIS 7.5 environment is configured with UrlScan and IIS Request Filtering. We have been facing an issue with a long…
ravi9
  • 1
  • 1
0
votes
1 answer

ssl certificate clash with other ssl certificates

I have windows 2008 vps used for webhosting. The main compnay website sits at https://www.fakehostingcompany.com and uses a ssl certificate from rapidSSl. All has been working fine so far. A few clients have bought ssl certificates for there…
Bradley
  • 3
  • 4
0
votes
1 answer

HRESULT: 0x8007054F when setting Application Pool Identity to a custom account

Given any application pool on my local development machine, when I try to set the identity of it to a custom user (through the gui or otherwise), upon committing the changes I receive the error message: An internal error occurred. (Exception from…
Itamaram
  • 101
  • 3
0
votes
1 answer

ASP.NET - DLL w/ Unmanaged dependency fails on restart, works after touching bin/

I'm new to IIS and ASP.NET so please excuse that in advance. We have an ASP.NET application that references a Managed C++/CLI DLL that has various unmanaged C++ dependencies. The Managed DLL is deployed to the application's bin folder, and the…
Ryan
  • 103
  • 3
0
votes
1 answer

IIS7 Url Rewrite Module gives an error when trying to configure rewrite rules

When clicking on the Url Rewrite feature in the IIS7 Manager I get an error: There was an error while performing this operation. Details: Filename: \\?\C:\Domains\......\web.config Error: The configuration section…
John Spaz
0
votes
1 answer

IIS 7 leave connection after 20 sec

I have a song download portal, which is run under IIS7 web server configure with PHP v 5.4.24.Windows version 2012. Now , when we goes to download a song file link 4-6 mb then connection release after 20 sec and start downloading again after some…
riad
  • 143
  • 7
0
votes
1 answer

Selective access to a SSL web application

I have a web application powered by IIS7 secured with SSL certificate over web. I want to restrict the access of my site to selected clients. I can't restrict IP based or firewall based access control. Requirement: Only the client PCs with client…
0
votes
1 answer

App in virtual directory but /Folder points to www.app.com/

I am looking to create a virtual directory to host a demo of an application. the app is written in asp.net mvc and the images/css etc point to /Content/images /Content/main.css etc. when the app is in the main directory everything is fine. when i…
Yannis
0
votes
2 answers

What are the differences between IIS on Windows 7 Pro/Ultimate and the version of IIS in Server 2008?

I have some Windows Server 2008 hosting on which I intend to build my new personal web site. However, the problem I have is that I can't get hold of a copy of Server 2008 to develop on, without buying the full version (see here). My question is,…
Mark Bell
  • 308
  • 2
  • 5
  • 18
0
votes
1 answer

IIS 7 SSL Name Mismatch Issue with Server on Workgroup?

I have a Windows 2k8 R2 IIS 7 Web Server that's in a DMZ that's not on a Domain and in a workgroup by itself due to policy. The server name is "server131". I am using a SSL certificate that is issued to "server131.my.domain.com" and accessing the…
emvee
  • 127
  • 2
  • 8
0
votes
3 answers

Why does w3wp.exe comsumes a disproportionate amount of memory?

I'm having a peculiar issue where IIS7 has decided to load a massive amount of memory for an otherwise small web page. on each request it adds between 2 and 20MB of memory to the process and I can't for the like of me figure out why. I've looked…
Middletone
  • 219
  • 1
  • 6
  • 13
0
votes
1 answer

Trouble setting up WebDAV

0 vote down star Rather than using FTP to access my hosting provider, which I read is unsecure, I'm trying to set up WebDAV (which I've never done before). I don't see WebDAV in the Actions pane of IIS Manager. So I found a link at…
user24242
0
votes
1 answer

IIS7 RPC site authentication resetting

I'm trying to get TS gateway going on a 2008 Server. I'm running into trouble with authentication. I found that I needed to enable Windows Authentication in the RPC site. While Windows Authentication is enabled the RD gateway works flawlessly. …
maik
  • 818
  • 2
  • 9
  • 21
0
votes
0 answers

the file is open in IIS Worker Process

I have a WCF service hosted on IIS7. I am using source control tool (IBM RTC) to manage code base and continuous deployment on our testing server. but my deployment is failing because IIS has acquired lock on log file. Error message: The command…
Abhash786
  • 101
  • 1