Questions tagged [iis-8]

Internet Information Services (IIS) Version 8 is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows, and shipped with WIndows 8 and Windows Server 2012.

Internet Information Services (IIS8) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows. IIS8 is available with Windows 8 and Windows Server 2012.

Some IIS Links:

2029 questions
0
votes
1 answer

Parser Error Could not load type [namespace].Global

I've been tearing my hair out for about two days on this. I've read through and followed probably dozens of SO suggestions, and I'm still getting a parser error. TL;DR: We've tried dozens of things to rid our site of parser errors to no…
delliottg
  • 3,950
  • 3
  • 38
  • 52
0
votes
0 answers

Monitoring IIS outbound concurrent HTTP request

I have a .net application that following an inbound request needs to make multiple subsequent outbound HTTP requests. During periods of high load an increase in response time occurs. This was having a serious detrimental effect on our application.…
michaelbinks
  • 270
  • 1
  • 14
0
votes
0 answers

IIS Compression GZIP is not working in localhost

IIS Compression is not working in localhost even though I added this code to the webconfig file to enable dynamic compression:
0
votes
2 answers

Date Time Format / Region Settings incorrect on a Web Server

I wonder if someone has stumbled upon this type of scenario before. Please tell me how you fixed it. So, on my development PC, my date format is DD/MM/YYYY. It shows the same format when I "Run"(F5) the project and test stuff. However, when…
fl13
  • 57
  • 1
  • 1
  • 12
0
votes
1 answer

Windows authentication failing on server side webapi call

I have got an MVC 5 web application hosted on IIS8 which is secured with Windows Authentication. The application has an WebApi2 controller which I am calling server side from itself via an MVC controller, however I keep getting a 401 Unauthorized…
Rob C
  • 818
  • 1
  • 12
  • 26
0
votes
1 answer

How to keep response body when MVC action returns error status?

I want to return BadRequest status and error message from my MVC controller: public class TestController : System.Web.Mvc.Controller { public ActionResult Bad() { Response.StatusCode = 400; return new JsonResult() { …
Artem
  • 1,773
  • 12
  • 30
0
votes
1 answer

Classic ASP app unable to create oracle session in IIS 8.5

I am currently trying to get an application working which reads data from an oracle database on the network. This was previously hosted on IIS 6 Windows server 2003. When I try to log in to the application it needs to read from the oracle database…
0
votes
2 answers

HTTP Error 503. The service is unavailable while hosting VB.Net application

I'm getting an error like this after hosting application in IIS 10. But its worked fine in locally. I have tried many ways, but still getting these error.
user7751619
0
votes
1 answer

IIS Not allowing put for one specific service

We've done a fresh install of IIS 8.5 on a Windows server. On IIS we've deployed 4 or 5 WCF services. Some of these services have PUT requests (delete will follow soon). But we run into an issue. On one of those services PUT returns "Method not…
Mathijs Segers
  • 6,168
  • 9
  • 51
  • 75
0
votes
1 answer

TCP Socket connections in c# closes automatically

I have a TCP socket programming code which runs in WebApi 2.0 , I created a socket pool which has collection of connected sockets to Remote host.. I have also implemented a polling mechanism with Remote TCP host When I run it from my workstation (…
Watson Ferror
  • 21
  • 1
  • 5
0
votes
0 answers

Multiple Java web apps hosting in single hosting server & single public IP

I like to host 2 web apps with different domain, but sharing single public IP and server. Currently, both are spring framework web application, is embedded Tomcat portable single run able war format JAVA application. (I can change to host via…
Mr Hoelee
  • 446
  • 2
  • 7
  • 24
0
votes
0 answers

Could not load file or assembly 'SMDiagnostics, Version=4.0.0.0

I have a Windows 2008 server with IIS and a website there which its working fine. I bought a new one server with Windows Server 2012 and i copied the files of the website to the new one. When i'm opening the website to the new one i take the…
Ruby Kousinovali
  • 337
  • 2
  • 20
0
votes
0 answers

PHP Fatal error: Allowed memory size of xxx bytes exhausted PDO

I've run into a problem where I exceed my memory limit in php 7.0.5, memory limit is set to 3072M PHP Fatal error: Allowed memory size of xxx bytes exhausted PDO IIS Server running 4 G Ram total. I am connecting to a remote dedicated MySQL…
Majickal
  • 176
  • 2
  • 16
0
votes
1 answer

IIS URL rewrite with special characters

I am trying to write a rewrite rule in IIS 8.5 that throws 404 error when a string is found in the URL. My current rule
user1550159
  • 1,197
  • 3
  • 19
  • 36
0
votes
2 answers

Facing "Could not load file or assembly 'System.Web.Http.WebHost, Version=4.0.0.0, ' or one of its dependencies."

I am trying to deploy a MVC Web API solution on the server. The server has Windows 2012 R2 operating system. This is MVC 4 based Web API solution. The server has .Net 4.0 framework installed. Except this server machine the solution has been deployed…
Binoy
  • 390
  • 5
  • 19