Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft for use with Windows NT family.[2] IIS supports HTTP, HTTPS, FTP, FTPS, SMTP and NNTP. It has been an integral part of the Windows NT family since Windows NT 4.0, though it may be absent from some editions (e.g. Windows XP Home edition), and is not active by default. Version 10
Questions tagged [iis-10]
1154 questions
-1
votes
1 answer
read full database path on asp classic to new server
Currently we use a windows 2003 (IIS 6.0) server with SQL Server 2008 R2 that runs perfectly a asp classic code. We are migrating to windows 2016 server with the same version of SQL Server. In most of the code it was necessary to put the full…

testerlinguagem
- 11
- 2
-1
votes
1 answer
IIS 10 Gives Blank Screen for PHP 7.1.0 in phpinfo() page
I successfully used PHP 7.0 with IIS and was able to view the phpinfo page. When I upgraded and pointed to PHP 7.1 the phpinfo page in IIS is blank and the spinner continues to act like it is loading. I am able to successfully load php pages in the…

Adam
- 4,590
- 10
- 51
- 84
-1
votes
1 answer
Unable to start debugging on the web server - Don't Want to Run as Admin
Edit: There are other SO answers that say you simply can't do this. One is from back in 2010. That's simply not true. I've been able to run VS as non-admin and debug my web sites. It's only after upgrading to Win 10 that I've had this problem. So…

Bob Horn
- 33,387
- 34
- 113
- 219
-1
votes
1 answer
How to use python 3.x scripts on IIS windows 10
Im trying to run python 3.x scripts on IIS and I came across this answer: https://stackoverflow.com/a/9745836/5457561
I tried this method and it didn't seem to work and I recieved The specified CGI application misbehaved by not returning a complete…

b4sh
- 55
- 1
- 9
-2
votes
1 answer
Error 500.19 when deploying Angular 11 onto IIS 10
Config error: Cannot read configuration file
I installed the URL Rewrite module (and also the extension) and installed the websocket protocol and ISAPI filters, etc. I restarted IIS and the entire server even.
I don't even have a configuration…

Napoleon
- 153
- 1
- 13
-2
votes
2 answers
Http Error 500.19 - Internal Server Error - Duplicate FileExtesion
I got following error while hosting Web API in IIS 10.0
Error Code : 0x800700b7
Config Error : Cannot add duplicate collection entry of type 'add'
with unique key attribute 'FileExtension' set to '.idq'
Please tell me the solution

Shailesh Pujare
- 1
- 2
-2
votes
2 answers
IIS probleme : 404 NOT FOUND
I can't run my .NET applications on IIS , it always says : 404 not found
when I tried localhost it works but the default web site can't work and even any application under it doesn't work and an error message appear says that this file not found in…

Soulef
- 41
- 8
-2
votes
1 answer
how to make a valid element for ?
I tried to install ModSecurity for IIS 10 and use it for my asp.net websites, the problem is when I want to add the element at the level of the .... element it displays an error with this message:
The…

Essabar Ismail
- 1
- 2
-2
votes
1 answer
Error 404 when browsing a website using ASP.NET MVC and IIS 10
I'm currently creating a website using ASP.NET MVC. I have multiple links in a page, but none of them are working, they all return a 404 error. The problem is that the page does exist and the action in the controller exists too. Here's the detailed…

bastantoine
- 582
- 4
- 21
-2
votes
1 answer
Unable to load web site throwing error as: HTTP Error 500.19 - Internal Server Error
Web site is hosted on localhost on IIS 10.0 but throwing error while loading.

Kaishu
- 377
- 1
- 7
- 21
-3
votes
0 answers
Blazor/EF App crashes after repeated page access with no debugging information produced
8/29/23: I will apply the suggestions mentioned in the comments below.
Added Using Statement where I omitted it.
Removing the While loop and using another page or project to trigger the call in a manner simulating the page being hit repeatedly.
I…

BookTrakker
- 37
- 4
-3
votes
1 answer
setup AppPool on IIs 10, keySet does not exist
I am running a windows 2016 server, we are running IIs 10 on it and i need to be able to assert if there is an AppPool setup before i deploy a website. If it doesn't exist i need setup the AppPool with a specific user and password.
All of this is…

Toerktumlare
- 12,548
- 3
- 35
- 54
-5
votes
1 answer
Cakephp does not work in IIS?
I've a issue with Cakephp Version 3.2 on IIS. But, Cakephp Version 2.2 is working well in the same setup environment. Not sure why?
Here's my web.config file.
…

user3289108
- 770
- 5
- 10
- 29
-7
votes
1 answer
How to submit a very extensive url
I have a URL with a 27 kB JSON parameter.
http://192.168.0.174:80/Service1.svc/CargarClientes?json=VERY_LONG_JSON_PARAMETER
But when I execute the statement it indicates the following error:
Request URL Too Long HTTP Error 414. The request URL is…