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
95
votes
16 answers

The client and server cannot communicate, because they do not possess a common algorithm - ASP.NET C# VB Visual Basic IIS TLS 1.0 / 1.1 / 1.2

I have an issue with a C# PayTrace Gateway. The below code was working fine until yesterday when I believe they turned off SSL3 due to the Poodle Exploit. When running the code below we got the following message. The remote server has forcefully…
TroySteven
  • 4,885
  • 4
  • 32
  • 50
90
votes
6 answers

How do I enable HTTP PUT and DELETE for ASP.NET MVC in IIS?

I use HTTP PUT and DELETE in my ASP.NET MVC3 application. When I run it in local, every thing works correctly; But when I publish the application to the server, these methods do not work. Are there any special settings for enable a web server to…
amiry jd
  • 27,021
  • 30
  • 116
  • 215
77
votes
4 answers

IISExpress User Interface

I have just downloaded and installed IIS express and it all works well running it from the command line: But how do i configure options for it, is there a standalone windows interface for it like IIS Manager or do you have do do everything manually…
user575575
  • 773
  • 1
  • 6
  • 5
74
votes
44 answers

IIS error, Unable to start debugging on the webserver

I want to run my application from IIS on my local machine. I created the virtual directory and added the application to it and in the properties folder of the application I checked the radio button 'Use Local IIS Webserver'. I then started running…
sebastian
  • 837
  • 1
  • 8
  • 18
71
votes
4 answers

HTTP Error 404.3-Not Found in IIS 7.5

I'm using IIS 7.5 on Windows Server 2008 R2 x64 Enterprise Edition. In the project we have developed with ASP.NET 4.0 we used WCF Service. But it doesn't run over domain when the software is running from local computer. Otherwise, I am getting the…
MaxCoder88
  • 2,374
  • 6
  • 41
  • 59
70
votes
10 answers

iFrame parser error after upgrading to .NET 4.5

We have recently upgraded all of our WebForms projects to .NET 4.5, and encountered a parser issue when loading pages with an iFrame element. We have corrected this by converting of the iFrame from HtmlGenericControl to HtmlIframe. This has…
gambisk
  • 982
  • 1
  • 6
  • 13
70
votes
12 answers

HTTP Error 500.19 - IIS 7.5 Error 0x8007000d

While Transferring Website to new IIS 7.5 I am facing below error: I am not sure whether it is programming error or server error Summary HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related…
Ann Joseph
  • 701
  • 1
  • 5
  • 3
69
votes
8 answers

How prevent CPU usage 100% because of worker process in iis

My CPU usage is 100% most of the the time in Windows Server 2008-R2 with my own vps, vmware, quad core, and 4GB Ram. When I open windows Task Manager and go to the resource monitor I see that 100% usage is because of workerprocess.exe. I have 3…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
66
votes
8 answers

ERROR 404.3 Not Found for JSON file

I have been getting the "ERROR 404.3 Not Found" for JSON file that I am calling using AJAX call on "Internet Information Services 7.5" even after I have activated all the "Application Development Features". Other than JSON file, all other files are…
Nitin Suri
  • 960
  • 1
  • 8
  • 20
66
votes
4 answers

How do I give ASP.NET permission to write to a folder in Windows 7?

I have a new Win7 workstation and I am trying to get ScrewTurn Wiki to run on the machine. My STW installation is using the file system option to store its data, and as such I need to give write permissions to the ASP.NET worker process in the…
Cyberherbalist
  • 12,061
  • 17
  • 83
  • 121
63
votes
8 answers

Can't run ASP.NET MVC 2 web app on IIS 7.5

I'm trying to run an ASP.NET MVC 2 web application under IIS on Windows 7, but I get a 403.14 error. Here are the steps to reproduce: Open Visual Studio 2010 Create a new ASP.NET MVC 2 project called MvcApplication1 Shift+F5 to run the app. You…
Portman
  • 31,785
  • 25
  • 82
  • 101
62
votes
7 answers

GZip Compression On IIS 7.5 is not working

I am trying to support GZip compression for my static files under IIS (which should be enabled by default but not) but not working so far. Here is the the section under node inside the web.config file of the web…
tugberk
  • 57,477
  • 67
  • 243
  • 335
62
votes
7 answers

IIS Server & ASP.Net Core - 500.19 with error code 0x8007000d on httpplatformhandler tag

I am getting the following error when I try to launch my ASP.Net Core App using IIS Server v7.5 ... I published the website (File System option in Visual Studio) to a specific directory successfully. It launches fine from approot/web.cmd file. But…
andre
  • 1,660
  • 3
  • 19
  • 31
59
votes
3 answers

IIS application using application pool identity loses primary token?

(This is a question about a vague problem. I try to present all relevant data, in the hope that someone has helpful information; apologies for the long description.) Our web app We have a .NET 4 web application running in IIS 7.5 accessing Active…
59
votes
7 answers

Classic ASP on IIS7: refusing to send errors to browser on 500 Internal Server Error

I have classic ASP running on IIS 7. Even though I configured the ASP "Debugging Properties" to "Send Errors to Browser = True", the web app REFUSES to send errors to the browser and continues to send a 500 internal server error. My browser has…
Matias Nino
  • 4,265
  • 13
  • 46
  • 63