Questions tagged [iis]

Internet Information Services (IIS) is a web server created by Microsoft for use with Microsoft Windows. Please mention which version of IIS you're running either in your question or by adding a version specific tag.

Wiki

IIS stands for Internet Information Services (IIS, formerly Internet Information Server) which is an extensible web server created by Microsoft for use with Microsoft Windows.

Several versions of IIS have shipped over the years, the most recent being:

  • IIS 10.0 - shipped with Windows 10 Fall Creators Update and Windows Server 2016
  • IIS 8.5 - shipped with Windows 8.1/Windows Server 2012 R2
  • IIS 8.0 - shipped with Windows 8/Windows Server 2012
  • IIS 7.5 - shipped with Windows 7/Windows Server 2008 R2
  • IIS 7.0 - shipped with Windows Vista/Windows Server 2008
  • IIS 6.0 - shipped with Windows 2003
  • IIS 5.1 - shipped with Windows XP Professional
  • IIS 5.0 - shipped with Windows 2000
  • IIS 4.0 - shipped with Windows NT Server/Workstation 4.0

Tag usage

The tag can be used for programming related problems when configuring IIS server for web development purposes. The tag can also be used for programming problems in implementing IIS services using IIS server.

Please note that https://serverfault.com/ is another StackExchange website, which can be used for more specific server installation and configuration related problems.

Important: Please ensure that you mention which version of IIS you're working with when asking a question. For example, there is a world of difference between IIS6 and IIS7+ and these products are very different, operationally and architecturally.

External Links

Related Tags

36023 questions
9
votes
5 answers

Passing params in the URL when using HTTP POST

Is it allowable to pass parameters to a web page through the URL (after the question mark) when using the POST method? I know that it works (most of the time, anyways) because my company's webapp does it often, but I don't know if it's actually…
rmeador
  • 24,922
  • 16
  • 59
  • 99
9
votes
4 answers

WebApi Application: Error 404.0, Handler StaticFile

I just tried to deploy a WebApi application on a Windows 2008R2 with IIS 7.0, with IIS Manager untouched until now. The App runs on our dev server (same Win and IIS version) without hassle. On the deployment server, .NET Framework 4.5 is…
Alexander
  • 18,932
  • 15
  • 54
  • 138
9
votes
2 answers

Configure IIS authentication from another domain

Hi I have the following scenario: I have Web Application hosted on IIS and I am in domain a.b.com. The IIS is configured to authenticate the users with windows authentication and everyone that in the domain a.b.com can enter the site. But there are…
ilay zeidman
  • 2,164
  • 4
  • 19
  • 41
9
votes
2 answers

IIS 8 HTTPS/Require SSL causes timeout error

Trying to publish a website via IIS 8 over SSL, but got time out errors. Any help is appreciated. Steps taken: Verified the website can be visited via HTTP (http://xxx.xxx.xxx.xxx works - Using IP address at this moment if that matters) IIS >…
o1o1o111
  • 93
  • 1
  • 5
9
votes
1 answer

Symbol status showing "Skipped Loading" for dll in modules window?

I've recently upgraded some solution(s) to Visual studio 2013. All went OK apart from one which now generates the: Symbol for the modules 'name' were not loaded. ...error every time I run it. When I look in the modules debug window I can see…
Liam
  • 22,818
  • 25
  • 93
  • 157
9
votes
1 answer

Implement HTTPS On MVC Web Application

I have a web app (ASP.NET MVC4) and I need to enable HTTPS/SSL to it. I checked a lot of articles and tutorials on how to do it, but I didn't get one thing: Some places talks only about the configuration of IIS…
Ron
  • 1,574
  • 5
  • 23
  • 48
9
votes
3 answers

How to get Application Pool name through code (C#, ASP.net)

I want to recycle the application pool through my application. Previously I was storing the application pool name in my database and using that to recycle. But It happened in the past that we moved apps from one app pool to another and sometimes we…
dIvYaNsH sInGh
  • 1,795
  • 3
  • 19
  • 39
9
votes
0 answers

Why does setting shadowCopyBinAssemblies="false" have no effect?

I'm trying to turn off shadow copying in IIS to improve performance in production. But adding that in my web.config has no effect. Here's my web.config
JD Brennan
  • 792
  • 1
  • 9
  • 19
9
votes
2 answers

App Pool advanced settings using Powershell Desired Configuration State

How can I modify various settings inside either a new or exisitng App Pool using Powershell? I am interesting in some of the "Advanced" settings such as Enable 32-Bit Applications, Managed Pipeline Mode, Process Model Identity, etc. Any ideas on…
halamadrid
  • 103
  • 1
  • 1
  • 4
9
votes
3 answers

Microsoft.Owin.StaticFiles works in console host but I get a 404 in IIS on file requests

I have Microsoft.Owin.FileServer (v2.1.0) set up in my Owin pipeline, and setting up FileServerOptions with EnableDirectoryBrowsing = true works great for showing the directory contents in both my console host and iisexpress. It's when I try to view…
Trey Mack
  • 3,557
  • 1
  • 21
  • 31
9
votes
1 answer

How to test user permissions for virtual directory?

Within a HttpModule, following a url rewrite, I'm am testing user permissions to a to a virtual path situated within my application using: // Since we are now rewriting the path we need to check again that the // current user has access to the…
James South
  • 8,803
  • 3
  • 53
  • 110
9
votes
1 answer

automatic backup for web deploy 3 (IIS) - to exclude folders in the backup

I have managed to setup Web Deploy Automatic Backups by following this guide, which works great. However, in my websites I have a folder relative to the root /uploads/ which contains all user-uploaded images which can be quite large. The backup…
Karl Cassar
  • 5,381
  • 7
  • 42
  • 82
9
votes
2 answers

Where can I view Web Deployment history?

I'm managing a third party vendor that uses Microsoft Web Deploy to push an ASP.NET website to our server. Is there somewhere I can find a history of where/when the files were published? According to the MS Docs, Web Deploy automatically logs to…
Daniel Szabo
  • 6,926
  • 5
  • 44
  • 61
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,120
  • 3
  • 17
  • 35
9
votes
0 answers

IIS 8 Application Initialization HTTP Status Code & SEO

I am using the new Application Initialization feature of IIS 8 for our web application. Everything is setup correct and the first time we hit the site we are shown startup.html as defined in our web config:
George Filippakos
  • 14,863
  • 12
  • 75
  • 86
1 2 3
99
100