Questions tagged [iis-7.5]

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

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

Some IIS Links:

See for more information.

4223 questions
2
votes
0 answers

Hosting an authentication-free WCF REST service side-by-side with ASP.NET with Forms Authentication

I would like to host a REST-full WCF 4.0 service on an already-created IIS 7.5 website based on ASP.NET v4.0 and secured by forms authentication. So, I tried to configure my WCF stack using mixed mode authentication…
CompuBoy
  • 29
  • 3
2
votes
2 answers

IIS 7.5 throws sc-win32-status: 995 after 60 seconds on web service (ASMX) request

I have a Web Application in .NET 4.0 Integrated mode calling a web service (ASMX) in .NET 2.0 Integrated mode on the same server via localhost. 9 out of 10 times all works fine, but occasionally the Web Application get's a "Request timed out" and…
2
votes
0 answers

Keep IIS responsive with long running requests - adjust queue priority/position?

I have a few pages/soap calls on my website, which interact with a lot of other systems remotely to fetch data, process it, make a few synchronous db calls and then send the response back. These calls typically take beyond 10 seconds under load and…
Siva Bathula
  • 746
  • 1
  • 8
  • 19
2
votes
1 answer

Problems installing PEAR on IIS7.5 php 5.4.7

I have done a manual install of php 5.4.7 on IIS 7.5 (no msi installer as far as I know) and am now attempting to install PEAR. The instructions for installing it here http://pear.php.net/manual/en/installation.getting.php are pretty useless as the…
Rich
  • 4,572
  • 3
  • 25
  • 31
2
votes
1 answer

need to generate 404 for folders on IIS7.5 but not their contents

I would like to be able to hide the existence of folders in my DotNet 2.0 website which is being hosted via IIS 7.5 that contain files that must continue to be accessible. For example, I want a person's web browser to be able to retrieve the file…
scibile
  • 41
  • 2
2
votes
0 answers

404 vs 403 when blocking hotlinking to font files

I've been searching the web, but can't find an answer to this specific issue. I'm using the IIS Rewrite module to block direct access to WOFF and EOT files, to discourage hotlinking and theft of font files. I'm doing this by denying the request if…
user1751825
  • 4,029
  • 1
  • 28
  • 58
2
votes
4 answers

Asp.net redirect from login to main page

i have 2 pages on my webapp. Login.aspx and Main.aspx. After a successful login username and password i redirect from login.aspx to Main.aspx as shown below in c#. This works fine in visual studio 2010. The problem is that when i deploy my website…
user1438082
  • 2,740
  • 10
  • 48
  • 82
2
votes
2 answers

Installing SCM Manager (Mercurial admin web frontend) in windows

I successfully installed mercurial on Windows7 (IIS 7.5) and I got the default UI (default Mercurial admin web frontend). But there is no way to add repositories, users or setting permission through this UI. After some research I came to know about…
Arjun
  • 141
  • 2
  • 7
2
votes
2 answers

Session Time Out in Asp.net 4.0 on IIS 7.5

I want to set timeout for my web application for 12 hours. I have done setting in web.config file as: As suggested in the following post: I came to know that the Application Pool…
शेखर
  • 17,412
  • 13
  • 61
  • 117
2
votes
2 answers

WCF endpoint address without .svc extension

I have WCF service up and running but today I thought what if I remove .svc extension from realative address and access my service in this way? net.tcp://serveraddress/services/service I but as soon as I changed config files program did not start.…
Rati_Ge
  • 1,262
  • 2
  • 15
  • 37
2
votes
1 answer

Are there builtin parameters for AppPool shutdown executable parameters

When using IIS Application Pools in Rapid-Fail protection mode an executable can be called on failure. What builtin parameters are available? So for instance a call to re-balance the load balancer with the IP and hostheader of the website that…
BozoJoe
  • 6,117
  • 4
  • 44
  • 66
2
votes
0 answers

Unable to access registry key « Temporary (volatile) Ace DSN for process Jet »

I have been trying to work with old Classic ASP on Windows 7 (IIS 7.5) for days now. Always running into more troubles. Now, I finally have it done, but there's still a big problem : I can't open the Acess .mdb file. I use the Microsoft Access…
Patrice Cote
  • 3,572
  • 12
  • 43
  • 72
2
votes
1 answer

Check the IIS virtual path in IIS 7.5

I am trying to encrypt some sections of the web.config file of one of my applications by using RSA encryption at user level. So I followed all the steps listed in here and I succesfully created the provider and granted access to my application.…
CiccioMiami
  • 8,028
  • 32
  • 90
  • 151
2
votes
1 answer

iis7.5 Response.ContentType = "application/pdf" cause connection reset

I'm using IIS to send a pdf document (generated by abcpdf 8) in classical asp. Nothing gets to the browser. FF: The connection was reset - The connection to the server was reset while the page was loading. IE: Internet Explorer cannot display the…
Jens Frandsen
  • 832
  • 9
  • 13
2
votes
1 answer

Getting logged in user from IIS7.5

I have enabled windows authentication and disabled rest of the authentications on my IIS 7.5. In my web application web.config I have set When I try to get logged in user as WindowsIdentity.GetCurrent().Name; it's…
user799891
  • 285
  • 1
  • 4
  • 17