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
2044
votes
35 answers

Config Error: This configuration section cannot be used at this path

I've encountered an error deploying a site to a server. When trying to load the home page, or access authentication on the new site in IIS, I get the error: Config Error: This configuration section cannot be used at this path. This happens when…
Alex
  • 20,405
  • 4
  • 17
  • 22
287
votes
12 answers

WCF on IIS8; *.svc handler mapping doesn't work

I'm trying to get a WCF service running in IIS8 on Windows Server 2012 build 8400. When installing the web role the WCF stuff (under 3.51) wasn't to be found like in Windows Server 2008. When installed the svc handler mapping was missing, so i did…
Carl R
  • 8,104
  • 5
  • 48
  • 80
123
votes
4 answers

How can I enable "URL Rewrite" Module in IIS 8.5 in Server 2012?

I have windows server 2012 and I have installed the IIS 8.5 but I could not see the URL rewrite module. How can I enable or install?
Tushar Maru
  • 3,347
  • 10
  • 34
  • 53
45
votes
4 answers

Missing "Import Web Application" option in Web Deploy 3.6

Using Web Deploy 3.6 both on IIS 8.5 (Windows Server 2012 R2) and IIS 7.5 (Windows 7), I cannot find the Deploy -> "Import Web Application" option. The "Export Web Application" is also missing (see screenshot) I can still see the "Install…
Guy Levy
  • 1,550
  • 2
  • 15
  • 26
40
votes
11 answers

Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'aspNetCore

I have recently published my ASP.NET Core application to my host. I am hitting a HTTP Error 500.19. IIS 8.5 says the issue is:- "Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'aspNetCore'" It also…
Phill Wiggins
  • 2,577
  • 4
  • 28
  • 33
36
votes
7 answers

Compiler Error Message: The compiler failed with error code -532462766

This one seems to be originated after upgrading from vs2015 to vs2017. The error is Compiler Error Message: The compiler failed with error code -532462766. Some notes.. It works great on localhost. The target framework is 4.5.2 I removed and…
OrElse
  • 9,709
  • 39
  • 140
  • 253
21
votes
6 answers

Logout User From all Browser When Password is changed

I have a Reset Password page: When the user fills the details and clicks the Reset Password button. The following controller is called: public ActionResult ResetPassword(ResetPassword model) { ... return RedirectToAction("Logout"); } When…
anand
  • 1,559
  • 5
  • 21
  • 45
16
votes
4 answers

HTTP to HTTPS Redirect - IIS 8.5 not working properly

I've read a number of posts here on SO as well as on the 'net (IIS blogs, etc.). I'm trying to force all connections going from domain.com to www.domain.com and at the same time forcing the request from HTTP to HTTPS. I'm using this set of rules and…
Valien
  • 1,125
  • 2
  • 17
  • 38
13
votes
5 answers

IIS 8.5 - Application initialization not working

I have installed Application Initialization, set the website's application pool Start Mode to "Always Running", and set Preload Enabled = "True" in the advanced settings of the website. However, if I recycle the application pool manually and wait 10…
Laurence Frost
  • 2,759
  • 3
  • 28
  • 45
12
votes
3 answers

Force locale with Asp.Net Core

I'm having some odd issues with a web application written using Asp.Net Core 1.1, using the full .Net Framework v4.6.2. I want to force the application to use a swedish locale (sv-SE). This is working just fine on the development machine (of…
NeoDarque
  • 3,222
  • 3
  • 19
  • 21
12
votes
5 answers

IsInRole return false even if there is role in claims

I am working on claim base authentication and it is working fine. Now I want to add role autorization. I have role claim for user (eg. "Admin") When the IsInRole() method is called, there is a check made to see if the current user has that role.…
Raskolnikov
  • 3,791
  • 9
  • 43
  • 88
11
votes
4 answers

405 - HTTP verb used to access this page is not allowed. [IIS 8.5] [Windows Server 2012 R2]

I have got a new iis server and from a while i am finding solution for error : 405 - HTTP verb used to access this page is not allowed. The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt…
ArjunArora
  • 986
  • 3
  • 12
  • 27
11
votes
1 answer

HTTPS and iisnode

I'm using node in combination with IIS by using iisnode. I seems to me that things that I was previously doing in Node to configure the server can now be done directly in IIS. Things like: https configuration (and certificates) http to https…
Alvaro
  • 40,778
  • 30
  • 164
  • 336
11
votes
3 answers

IIS 8.5: Virtual Account for App Pool (IIS AppPool\{Application Pool Name} is not available

I am running IIS 8.5 on a Windows 2012 R2 Core box. I created a new application pool called "MyNewAppPool". I have a website instance, called "MyNewWebsite.com" running in the "MyNewAppPool" application pool. The Identity used for "MyNewAppPool"…
10
votes
2 answers

.Net core Service Unavailable after Publish to IIS

After I published my up to IIS when I try to access it I get the error: Service Unavailable HTTP Error 503. The service is unavailable. What should I do next? I use Windows Server 2008(64 - bit) with IIS 8.5. The app is web api .NET CORE 2.2.1. On…
MrBlue
  • 161
  • 1
  • 2
  • 8
1
2 3
44 45