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

Waiting time on server is large only in production

I have a files controller that is responsible for handling uploaded files in chunks (1 MB chunks). I took my time testing this in development and everything is as expected. The following is the pseudo code of an action: logger.Log("Getting…
mrahhal
  • 3,322
  • 1
  • 22
  • 41
4
votes
1 answer

How can I enable “URL Rewrite” Module in IIS 8.5 in Server 2012 via the command line at first boot

Similar to the question: How can I enable "URL Rewrite" Module in IIS 8.5 in Server 2012? but via command line. I want to create a script to use in the UserData field in AWS (scripts that are run on first boot to configure the server) and I was…
ZZ9
  • 2,177
  • 2
  • 27
  • 38
4
votes
0 answers

Is ApplicationInitialization sufficient alone to replace PreLoadEnabled?

IIS 8.0 onwards, There are two properties, PreLoadEnabled which fakes a request to specified page to start web application. ApplicationInitialization module, initializes and fakes request in case of app pool recycle or crash. Now if I setup…
Akash Kava
  • 39,066
  • 20
  • 121
  • 167
4
votes
1 answer

Auto configuring IIS websites / app pools using PowerShell or other scripts

We have a need in our project to automate the process of creating AppPools and Websites in IIS . We would like to write some batch script to get this done. From my research I found that PowerShell has commands that can be used. However when I tried…
4
votes
1 answer

IIS 8.5 MVC5 Client Cache is ignored

TL;DR - I want the server (IIS 8.5) to return 304 not modified for the CSS and JS bundles. I've been unable to get IIS 8.5 to honor the clientCache settings in web.config. No matter what I do, I can't seem to get it to cache the static content. …
azymm
  • 312
  • 1
  • 8
4
votes
3 answers

How to serve static files (for CORS / OPTION request) in IIS?

I have an AngularJS application that I am trying to use an AJAX request to pull in a static file from a ASP.NET WebApi2 application running on IIS 8.5. Similar to the example below- ng-include="http://server/Content/icon.svg" If I navigate to that…
thebringking
  • 1,339
  • 1
  • 15
  • 31
4
votes
0 answers

IIS changes the physical path to application it self

I have set two websites in my IIS 8.5. I have one for production version and one for development (need this for the team work purposes). The structure is simple. Website is simple static page using BackboneJS and API calls to get all the data. All…
Andree
  • 1,159
  • 2
  • 17
  • 32
4
votes
1 answer

Why can't I see a virtual directory created in Visual Studio 2013 for Local IIS in IIS Manager?

I'm trying to debug a problem where my local IIS has mysteriously decided to not recognize my virtual directory. In my MVC 4 project, my web server is set to "Local IIS" and my project URL is set to http://localhost/MySite. When I hit the Create…
empty
  • 5,194
  • 3
  • 32
  • 58
3
votes
2 answers

Url rewrite 2.1 stops Application pool in IIS 8.5 (return 503 status), windows server 2012R2

I install the URL Rewrite from the Web Platform Installer. No added rule. Then, when I access website url, it returned 503 code and Application Pool was stopped. It works normally when I uninstall the URL rewrite module from Control Panel. I have…
GinCanhViet
  • 353
  • 5
  • 13
3
votes
1 answer

Linked in previews not working

I have searched all over the internet for an answer and although I can find a million people with the same question I cannot find an official solution to the problem im experiencing. I always get "Cannot display preview. You can post as is, or try…
Phil Jenkins
  • 161
  • 2
  • 15
3
votes
3 answers

Page keeps loading forever

Im using IIS 8.5 on Windows Server 2012 R2 so I add my Web Api but when I try to view the site it stays in a loading state like this: Do not show any message or error just stays loading, I think that i miss some configuration or feature in my IIS…
M. Gar
  • 889
  • 4
  • 16
  • 33
3
votes
0 answers

Access SSRS 2016 ReportViewer (URL Access) Securely without Username/Pwd Prompt

I've searched the better part of 2 days for an answer (here and elsewhere on the net) and I am thoroughly stumped. In brief- I have an app with an IFrame that I want to have render certain reports using the Report Server ReportViewer (URL…
3
votes
2 answers

Classic ASP: run some code at the start of every request before processing actual .asp file

This is classic ASP, running on IIS 8.5. I need to run some VBScript that should be common to all my *.asp pages at the beginning of every Http request to those *.asp files. Currently I am using a #include tag at the top of each and every *.asp…
3
votes
3 answers

Classic ASP on Windows Server 2012 extremely slow to serve ASP pages

Background: We are trying to migrate a large, complex web application written in classic ASP from Windows Server 2003 to Windows Server 2012 R2. Everything is working without errors, but the new server is extremely slow to serve the ASP pages. With…
Kate Paulk
  • 383
  • 8
  • 18
3
votes
2 answers

Compression in IIS 8.5 not successful, stating ALREADY_CONTENT_ENCODING

I am trying to debug the issue of why my pages are not being GZIP'ed or deflated according to YSLOW. I ended up enabling Failed Request Logs on the server and was able to see the failed reason of why it is not compressing, it thinks it is already…
Eliseo
  • 316
  • 6
  • 17