Questions tagged [iis-8.5]

Internet Information Services (IIS) 8.5 in Windows Server 2012 R2 provides a secure, easy-to-manage, modular and extensible platform for reliably hosting. It's new version of popular IIS.

Internet Information Services (IIS) 8.5 in Windows Server 2012 R2 provides a secure, easy-to-manage, modular and extensible platform for reliably hosting websites, services and applications. With IIS, you get choice and control without giving up reliability or security. Customize and add new features, such as application request routing and load balancing through free IIS Extensions. Maximize web security through a reduced server foot print and automatic application isolation. Easily deploy and run both ASP.NET and PHP web applications on the same server. Question having this tag should also have .

661 questions
10
votes
2 answers

How to Performance Profile ASP.NET IIS web application with Visual Studio 2017?

I have an ASP.NET web application, and certain operations execute 6 times slower in the full fledged IIS 8.5 on the server versus in Visual Studio's IIS Express. If I'd try to attach for just debugging I properly see w3wp.exe: I cannot see w3wp.exe…
Csaba Toth
  • 10,021
  • 5
  • 75
  • 121
10
votes
1 answer

file_get_contents('php://input') returning empty string with a PUT request

After moving one of our websites from Linux with Apache to Windows with IIS (8.5) running PHP 5.6 via FastCGI, we've run into the problem that file_get_contents('php://input') returns an empty string for PUT requests. I've created the following…
sroes
  • 14,663
  • 1
  • 53
  • 72
9
votes
1 answer

PHP 5.5 and MSSQL driver: Installing ODBC Driver 11 in Windows Server 2012 R2

I have a Windows Server 2012 R2 with IIS 8.5, and another server with MSSQL 2012. I must install PHP in IIS and connect to MSSQL, and I don't have Internet available for Web PI. I managed to install PHP 5.5 and I'm able to run phpinfo(), and I also…
Hikari
  • 3,797
  • 12
  • 47
  • 77
9
votes
1 answer

Setting MaxWebConfigFileSizeInKB in IIS8.5

I have a web.config file that references a rewrites.config file that is used by the inbuilt IIS Rewrite module. However my rewrites.config file is larger than 250kb, so i have followed the advise on this post. However it appears that in IIS 8.5…
Vince Ashby-Smith
  • 1,152
  • 4
  • 18
  • 36
8
votes
2 answers

IIS8.5 is automatically changing Physical Path property

I have a couple of Applications added under my Default Website in IIS8.5 (simply http on port 80 IP=*) They point to different physical paths (which are not nested) and this works fine after adding such an application. But after a while the Physical…
Ronald
  • 417
  • 5
  • 11
8
votes
1 answer

IIS 8.5 Application Initialization and Windows Authentication

I am trying to use the Application Initialization module on IIS 8.5 to warm up intranet applications. The setup is correct and the warm up works, however once I disable Anonymous Authentication the app is no longer preloaded (memory usage is only…
TimS
  • 2,085
  • 20
  • 31
8
votes
1 answer

IIS AppPool to SQL Server permissions (adding NT AUTHORITY\IUSR)

I've got a new server build running Windows Server 2012 R2, IIS 8.5 (inc. ClassicASP feature) and SQL Server 2014 Express. I want to use Application Pool Identity to connect to the database. The database is set to "Windows Authentication Mode". My…
Chris Walsh
  • 3,423
  • 2
  • 42
  • 62
8
votes
1 answer

Deploying WCF on IIS 8.5

I am attempting to deploy a IIS service application on IIS 8.5 but each time I attemp to connect to the service via http://localhost/test/WCFService.svc I get the following screen: When I go to turn Windows features On or OFF I have the…
Jonathan
  • 545
  • 1
  • 8
  • 27
7
votes
1 answer

Release Agent Configuration necessary for Web App Add task

To create a directory under and add a web app to IIS, I put this script in Azure DevOps Server Deployment Group job Powershell task: New-Item -Path "C:\inetpub\wwwroot" -Name "MyNewApp" -ItemType "directory" ` C:\Windows\system32\inetsrv\appcmd.exe…
7
votes
4 answers

Why is gzip compression not working on IIS 8.5?

I am unable to get gzip compression working on IIS 8.5 on a Server 2012 R2 machine. I have done some research and followed the instructions found in these posts: How to enable GZIP compression in IIS 7.5 Compression in IIS 8.5 not successful,…
mrcoulson
  • 1,331
  • 6
  • 20
  • 35
7
votes
1 answer

IIS 8.5 low minBytesPerSecond not working against slow HTTP POST

I have an ASP.NET site running under IIS 8.5 on Windows 2012 R2. I'm trying to use the MinBytesPerSecond configuration setting (in applicationHost\WebLimits) as part of a strategy to mitigate slow HTTP POST attacks but can't seem to get IIS to…
Lee Wilkie
  • 71
  • 1
  • 5
7
votes
1 answer

Change the URL root path in ASP.NET MVC or IIS

I'm working with a server with a custom URL: http://example.com/site/ and as you can see I need to change the default root path ("/") of my application to prevent 404 errors. Using IIS rewrite module with a outbound rule seems to work, with all html…
Adrianne
  • 260
  • 3
  • 11
7
votes
0 answers

IIS 8.5 Not honoring Web API [EnableCors] attribute. Not setting Access-Control-Allow-Origin Header

Rundown So I've continued tinkering with this. This is a new Windows Server with IIS 8.5. I've never had any problems getting CORS to "just work" in IIS so I've never really needed to care about the fiddly bits in the server config. The immediate…
K. Alan Bates
  • 3,104
  • 5
  • 30
  • 54
7
votes
3 answers

Hanging TuesPechkin after initial conversion

I am attempting to create a Web API that can convert a styled HTML file into a PDF. I am using TuesPechkin and have installed my application into IIS (as a 32-bit app: I have modified the application pool to run in 32bit mode). IIS 8.5 is running on…
BM-
  • 616
  • 5
  • 15
7
votes
1 answer

Error 500 on IIS 8/8.5 with ColdFusion 10/11

If I have an error in my ColdFusion script, I'm getting a 500 error message from IIS instead of ColdFusion. This only happens if I provide the file name in the URL and does not happen if I open the URL without the script name (which would open…
android
  • 652
  • 9
  • 28
1
2
3
44 45