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
320
votes
18 answers

Dots in URL causes 404 with ASP.NET mvc and IIS

I have a project that requires my URLs have dots in the path. For example I may have a URL such as www.example.com/people/michael.phelps URLs with the dot generate a 404. My routing is fine. If I pass in michaelphelps, without the dot, then…
Mark
  • 21,067
  • 14
  • 53
  • 71
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
268
votes
21 answers

HTTP Error 500.19 and error code : 0x80070021

I have a simple webAPI build by Visual Studio 2013. It works well when I run it from VS13 but when I copy the project in local IIS it gives me the following error. HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed…
Umar Abbas
  • 4,041
  • 2
  • 23
  • 21
176
votes
6 answers

IIS_IUSRS and IUSR permissions in IIS8

I've just moved away from IIS6 on Win2003 to IIS8 on Win2012 for hosting ASP.NET applications. Within one particular folder in my application I need to Create & Delete files. After copying the files to the new server, I kept seeing the following…
EvilDr
  • 8,943
  • 14
  • 73
  • 133
162
votes
22 answers

ASP.NET Web API - PUT & DELETE Verbs Not Allowed - IIS 8

I recently upgraded from Visual Studio 2010 to the Visual Studio 2012 RC. The installer also installs IIS 8 Express which Visual Studio now uses as the default web server. IIS 8 is blocking my WEB API requests that use PUT AND DELETE verbs. IIS…
Mark
  • 21,067
  • 14
  • 53
  • 71
135
votes
13 answers

Getting a 404 from WMSvc via MSDeploy.exe

From Windows 8 to Windows Server 2012 (IIS 8) with Web Management Services installed and working, I can use IIS Manager on W8 box to manage the remote server but I get a 404.7 from WMSvc when I execute the following command: msdeploy.exe" -verb:dump…
Luke Puplett
  • 42,091
  • 47
  • 181
  • 266
98
votes
9 answers

The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security

I am getting error: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security When I run below code to capture errors on Win 2K12 R2 server IIS 8.5 EventLog elog = new…
user1480864
  • 1,455
  • 3
  • 16
  • 23
93
votes
4 answers

IIS8 Win8 and runAllManagedModulesForAllRequests="true"

I am attempting to run an application in IIS8 that has the following in the config: IIS8 is giving me an error that says... This configuration section cannot be used at this path. This happens …
David Sulpy
  • 2,277
  • 2
  • 19
  • 22
90
votes
12 answers

HTTP Error 500.19 when publish .net core project into iis with 0x80070005

I want to publish a sample .net core web application on my pc's IIS manager but I failed. I am using Microsoft guidance but it doesn't work for me, if you have reasonable experience to fix this problem I would be grateful to see your suggestions.
Ali Jahanbin
  • 923
  • 2
  • 7
  • 6
86
votes
9 answers

IIS Config Error - This configuration section cannot be used at this path

I am getting the below error when I try to run my website. The website is hosted on Windows 2012 R2. Config error: This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either…
thenakulchawla
  • 5,024
  • 7
  • 30
  • 42
83
votes
3 answers

Server 2012 IIS 8 MVC app shows default IIS home page or 403 / 404 errors

Running Microsoft Server 2012 RC using Oracle's free VirtualBox Application. Used a Bridged Network adapter type in the VirtualBox settings. Installed AD and DNS, IIS. Under the IIS options, Management Tools, clicked the box for Management…
Hillbilly Coder
  • 1,171
  • 1
  • 10
  • 12
74
votes
9 answers

What does 'IISReset' do?

On IIS 6, what does an IIS reset do? Please compare to recycling an app pool and stopping and starting an ASP.NET web site. If you replace a DLL or edit/replace the web.config on an ASP.NET web site is that the same as stopping and starting that…
Guy
  • 65,082
  • 97
  • 254
  • 325
73
votes
2 answers

What is the file location of applicationhost.config in the different versions of IIS?

What is the exact file path of the applicationhost.config file in the different versions of IIS, for example: IIS 7, 7.5, 8, 8.5 and 10?
Kathir Subramaniam
  • 1,195
  • 1
  • 13
  • 27
73
votes
4 answers

IIS: How to serve a file without extension?

I am using IIS 8 on Windows 8.1. I have an XML file an I need to have it accessed through (servername)/(path) (path) is predefined by someone else and does not contain an extension. I tried the simple solution of removing the .xml file the file…
xander
  • 1,427
  • 2
  • 16
  • 26
64
votes
9 answers

Display all sites and bindings in PowerShell

I am documenting all the sites and binding related to the site from the IIS. Is there an easy way to get this list through a PowerShell script rather than manually typing looking at IIS? I want the output to be something like this: Site …
sanjeev40084
  • 9,227
  • 18
  • 67
  • 99
1
2 3
99 100