All Questions

Tagged with
Filter by
Sorted by
Tagged with
-1 votes
0 answers
159 views

Browser NS_ERROR_NET_RESET [closed]

I have two boxes: A: IIS 8.5.9600 on Windows Server 2012 R2 B: IIS 8.0.9200 on Windows Server 2012 php version is the same: 7.4.13 when a simple php script in box A outputs more than 4MB I get in the ...
MirrorMirror's user avatar
0 votes
1 answer
50 views

Web Deploy randomly stopped working - maximum number of sync passes '10' has been exceeded

We have a Windows Server 2022 and Windows Server 2019 servers with Web Deploy 3.6 installed. Everything has been working perfectly and we had been able to deploy perfectly without issue. We have been ...
Dylan's user avatar
  • 101
1 vote
1 answer
76 views

IIS locking files even when there is an App_Offline.htm present

My hosting company has just upgraded my server and moved my sites over. I develop in Visual Studio, and publish sites to a local folder, which I then upload via FTP (using FileZilla if it makes any ...
Avrohom Yisroel's user avatar
1 vote
2 answers
203 views

IIS 10 - IP Address And Domain Restrictions is denying all traffic

I have a server that has multiple sites set up on it in IIS 10. On one of the sites, I want to allow access to a range of IP Addresses, and deny traffic to the site from all other IP Addresses. In IIS,...
Bryan's user avatar
  • 123
2 votes
1 answer
216 views

Ways to make deployment ready pre-compressed brotli files on windows server

I am dynamically generating HTML files, which I use for deployment. This is what I use to make these HTML file: function writeFile() Dim objStream Set objStream = CreateObject("ADODB....
MeSo2's user avatar
  • 274
0 votes
2 answers
690 views

How to Renew an SSL Certificate from a PFX file?

I have a .PFX file, and want to use it to update an existing SSL certificate in IIS. I can use the Import command. This prompts me for my PFX file and password. That's exactly what I want except that ...
Jonathan Wood's user avatar
0 votes
0 answers
361 views

PHP on IIS 10 , site running slow

I have IIS 10 running on windows server 2022, wordpress website running php is setup on iis. Everything was working fine until we decided to upgrade php from 7.4 to 8.0. now the website is painfully ...
Learner's user avatar
0 votes
1 answer
103 views

How to manage remote IIS instances from Windows 10 Professional?

I have a number of instances of IIS running on remote Windows Server 2019 boxes. I want to be able to manage them from IIS on my local Windows 10 Professional box. To that end, I went to the Windows ...
AngryHacker's user avatar
  • 2,887
0 votes
0 answers
629 views

How to change the value of "Configuration File (php.ini) Path"?

I have a few PHP apps running on IIS 10. I set each app the right PHP version for it, and it works correctly, and the Loaded Configuration File shows the right path for each, however, only the apps ...
pileup's user avatar
  • 229
0 votes
0 answers
236 views

Does a domain user being used as an app pool identity need to exist on the server in order to have access to a network folder?

Running IIS 10, I used a domain user as the application pool identity: my-company/custom_app_pool_identity But it was also given a local administrator, so I completely removed that user from the ...
pileup's user avatar
  • 229
0 votes
1 answer
53 views

Using ApplicationPoolIdentity for two different websites with different network folders access permissions

I need to configure two websites that need to have access to two different network folders (for example website1 needs access to X:/netfolder1/ and website2 needs access to X:/netfolder2/) I've read ...
pileup's user avatar
  • 229
0 votes
1 answer
47 views

Redirect rule IIS

We have a linux server which is running our old website for example abcd.com. Now we changed our website and it's being hosted on IIS. for example xyz.com. We have a redirect rule setup on linux ...
Learner's user avatar
0 votes
0 answers
472 views

azure app registration redirect uri not working for a spa application but only for one server

m a little stumped on this and just wondering if anyone had any ideas. I have registered in azure an application with 3 spa redirects It is a .net core react application http://localhost:3000/eem/ (...
Bryan Dellinger's user avatar
0 votes
1 answer
1k views

Serving 2 different websites from the same IIS server on the same port

I have 2 different websites: mysite.com api.mysite.com I want to be able to serve both of these websites from the same webserver (same IP) and same port number. I have followed this document, and ...
Hooman Bahreini's user avatar
1 vote
1 answer
383 views

IIS Management Service IP and Port Bindings - How to Reset

In the process of configuring the IIS Management Service (to get the web deploy functionality working), I've somehow put it in a weird state where it thinks an IP address and port are already in use: ...
Snake_Plissken's user avatar
1 vote
1 answer
521 views

Is Web Farm Framework Supported by Microsoft in 2023?

We have a few dozen Windows Server 2019 machines running IIS. I just found out about Web Farm Framework, which is a thing developed over 10 years ago that makes managing multiple IIS instances easier. ...
user648336's user avatar
0 votes
1 answer
226 views

Is the IUSR Account a Service Account?

In Windows, there is a built-in account called IUSR. IIS uses this account as the default account for Anonymous Authentication. Anyway, my question is: is this IUSR account a service account? In ...
user648336's user avatar
0 votes
1 answer
508 views

IUSR can't write to Windows Event Log but Application Pool Identify Can?

I have a website on IIS. The website runs PHP. When an error occurs in PHP, the error should appear in the Windows Event Log (because the error_log setting in php.ini is set to syslog). If the ...
user648336's user avatar
4 votes
1 answer
942 views

How to make get_current_user() return the same user as $_SERVER['AUTH_USER']?

I have a PHP app that uses LDAP for logging in. The app is served on Windows Server with IIS. In the past, I was using $_SERVER['AUTH_USER'] to get the remote Windows user that was using the app: $...
pileup's user avatar
  • 229
0 votes
0 answers
39 views

Many enabled FastCGI modules for the same site in Handler Mappings - which one is in use?

I went to check for some issue in the test server which was configured in the past. I noticed that for that specific site in Handler Mappings, there are a lot of PHP FastCgiModules enabled. So there ...
pileup's user avatar
  • 229
0 votes
2 answers
942 views

PDF file on IIS site is not accessible when opened from a browser

I am creating a PDF file with IIS (with some code) and save it to a folder which has IIS anonymous authentication enabled. When I try to open it through its URL, IIS gives me a 401 "Unauthorized&...
Guarav T.'s user avatar
  • 103
-1 votes
1 answer
57 views

How to migrate Azure server including IIS sites with the same name, different DNS

We currently have a Classic VM whose IP is directed by the DNS subdomains app.mydomain.com and api.mydomain.com. The IIS server has configured the sites app.mydomain.com and api.mydomain.com. Any user ...
daniel p's user avatar
-1 votes
2 answers
3k views

How can I update IIS 10 v1607 to IIS 10 v1809 on Windows Server 2016?

I am tasked with updating IIS 10 v1607 to IIS 10 v1809 on Windows Server 2016. I know v1809 comes installed with Windows Server 2019, but I can't upgrade to 2019. How can I update IIS 10 v1607 to IIS ...
user1969903's user avatar
0 votes
0 answers
457 views

local IIS asp.net mvc web application using windows authentication keep prompting for credentials

I'm using windows 10 enterprise. localhost/mywebapp even not hitting home controller rather stuck on windows authentication prompt and no matter if I enter correct credential or bad credential it keep ...
kneethan's user avatar
0 votes
0 answers
12 views

Error LPT2.280C1DID.cer when expanding IIS hosting tree

When trying to expand the web hosting as one week ago, now its not working anymore. I found not a lot related answers. I have tried sfc /scannowand restart and scandisk. All without success. Perhaps ...
Nasenbaer's user avatar
  • 101
0 votes
1 answer
38 views

Better to have one URL with all the memory or multiple copies of same URL sharing it

We have a site example.com and we have a large server 48 GB of RAM. Is it better to have one giant site using all the 48 GB or say eight copies of the same site each with its own App pool own ...
Tony's user avatar
  • 9
1 vote
0 answers
1k views

IIS Version 1607 on Windows Server 2016 -- How to Add HTTP Strict Transport Security (HSTS) Support

Our servers are running Windows Server 2016 with IIS 1607. From what I can tell, this means the IIS 10 on the system is prior-to version 1709 where apparently Microsoft added the HSTS element under ...
Dan7el's user avatar
  • 133
0 votes
0 answers
127 views

Random IIS Failures

I have a 2 node IIS cluster using Microsoft Network Load Balancing under Windows Server 2019 hosting multiple websites/application pools. The cluster ran without problems for a year. However, ...
kittyhawk's user avatar
  • 171
1 vote
2 answers
309 views

is Microsoft IIS Media Services still maintained?

any articles i find about IIS Media Services seems to be from 2012 and not much for updates since then. Is that because it's been working well since then? or because it's no longer being maintained? I'...
jwsl224's user avatar
  • 23
0 votes
1 answer
253 views

Windows Network Load Balancing Timer Starvation Messages

I have a two node web cluster setup that uses Microsoft NLB to distribute web requests on Windows Server 2019 (IIS 10). On and off, both servers recently have the following message in their system ...
kittyhawk's user avatar
  • 171
0 votes
0 answers
219 views

IIS Redirects to multiple subfolders then errors when I use different rule name

I have a very strange issue which I couldn't figure out. In the IIS under URL rewrite module I have a redirect rule, which works absolutely fine when it is under a specific rule name, however, when I ...
Fazla Elahi Md Jubayer's user avatar
1 vote
0 answers
243 views

Is this scenario a possible issue/bug with WINRM and IIS w/site bound exclusively to loopback address

I believe I have discovered a very strange, narrow issue relating to an interoperability problem with IIS and WINRM exercised by Powershell on Windows 10. I have a device that has an IIS site bound ...
David W's user avatar
  • 181
0 votes
1 answer
481 views

Set IIS 10 server to public [closed]

I'm pretty new to fiddling with servers (have a background in programming, but not server management), so please bear with me if I ask basic questions and link through to any tutorials you think I ...
JasperMW's user avatar
  • 103
0 votes
1 answer
305 views

Multiple FTP sites for one folder (IIS)

I want to use my existing FTP folder created on Windows Server IIS and make a new SFTP site for this folder while keeping old FTP up and running. Why we need two (S)FTP servers for one folder? Because ...
sintezators's user avatar
0 votes
1 answer
564 views

IIS 10 corrupts Excel file on download

I have an ASP.Net MVC application that exports data to an Excel workbook; an .xlsx file. The workbook is generated correctly on the server and Excel is able to open and display the file if I open it ...
amber's user avatar
  • 149
1 vote
0 answers
638 views

Why does Chrome on Windows 7 still display the old root certificate?

Early this morning, I updated (with win-acme) the web server's (IIS 8.5) SSL certificate due to the known problem of Let's Encrypt with the expiration of the its root certificate (DST Root CA X3). So ...
MirrorMirror's user avatar
1 vote
1 answer
2k views

Is serving a Python Flask web app with IIS/Win Server (on prem) worth the trouble?

There are a few resources (very few from what I can tell) suggesting that serving a Python web app from IIS is doable, but I've not heard or read any real world stories about this in practice. I want ...
davidlars's user avatar
0 votes
1 answer
617 views

Determining why Windows server is responding so slow?

We have Windows Server 2019 Standard 10.0 with a Microsoft SQL Server 2016 (SP2-CU17). This server is inside network OurCompany. It also has IIS 10.0 that's hosting an asp.net web app. I use this web ...
rbhat's user avatar
  • 205
0 votes
1 answer
525 views

Why does IIS PHP not recognize PhpRedis when it exists and is added correctly?

Before you read: PHP not loading extensions does not answer my question because I do not have Apache. I have IIS. MySQL extension of PHP not working does not answer my question because the files have ...
Jamesthe1's user avatar
0 votes
1 answer
634 views

Https website shows login prompt, http shows normal website

I have a new windows server that I set up IIS on. I used certify the web to install an SSL certificate on my server. The Https website shows a login prompt while non https loads the page normally. I ...
Frankofoedu's user avatar
1 vote
1 answer
1k views

ASP.net IIS requests not timing out after executionTimeout Value

We have set system.web/httpRuntime executionTimeout = 60s for our .net 4.8 application hosted on server 2019 IIS 10. From time to time we see varied requests exceeding this timeout by a large margin, ...
bbergvt's user avatar
  • 111
-1 votes
1 answer
5k views

What are the recommended specs for deploying IIS on Windows Server 2019? [duplicate]

So I've been looking around google and other sites for recommended specs for an IIS server, but I haven't found any information that matches my simple use case. What would be the recommended ...
SGP's user avatar
  • 103
0 votes
1 answer
2k views

Hitting dead end installing GoDaddy SSL cert into IIS 10 Windows 2016

Battling this all morning. Our server has an existing GoDaddy SSL cert set to expire. We renewed the cert at godaddy, received the requisite download and proceeded to install. Fastidiously following ...
LANimation Big Bad Apps's user avatar
1 vote
1 answer
6k views

Windows update causes IIS Express to fail with ERR_HTTP2_PROTOCOL_ERROR

I've been building reactjs apps on a windows machine for the past year, running the Visual Studio IIS test server for debugging / testing. I just installed a windows update pack, rebooted, and my ...
user101289's user avatar
1 vote
2 answers
6k views

How to uninstall IIS 10 on Windows Server 2016?

I cannot disable/remove IIS component also its child components. How to uninstall IIS 10 on Windows Server 2016?
Vy Do's user avatar
  • 151
0 votes
1 answer
99 views

Block IIS GUI sites configuration change for hardening

I am trying to find the configuration settings for this hardening on Windows 2019: Block IIS sites configuration change from the IIS GUI, even for administrators. The sites web.config change should ...
jwalker's user avatar
  • 98
2 votes
1 answer
815 views

IIS10 not saving (all) configuration details to site's web.config

The web.config on a fresh IIS install contains the sites configuration details, except for <ipSecurity>. However, the (site local) IP restrictions work fine and can be edited through the IIS ...
bjoster's user avatar
  • 4,847
1 vote
2 answers
2k views

Force Remote IIS Manager to connect through TLS 1.2

I've setup a new IIS 10 on Windows Server 2019 Core 1809 (ltsc). I have setup the wmsvc service and confirmed that it is working. I was able to connect from a Remote Administration Server (Windows ...
SimonS's user avatar
  • 785
0 votes
0 answers
38 views

Website works remotely but not on the server itself when called by domain

I am using Windows Server 2019 and in IIS 10 I have created a website and I have bound it to both: "localhost" and "mydomain.com" on port 80. mydomain.com works correctly from any ...
Ashkan Mobayen Khiabani's user avatar
1 vote
0 answers
65 views

Why does it sometimes take 10+ seconds for an image to go live via public URL on my Windows Server 2019 (IIS 10) machine?

I have a PHP script that uploads image files to a directory on my Windows 2019 server. It saves the images in a directory set up as a virtual directory in IIS for my website/service. Specifically, it ...
Ethan Allen's user avatar

1
2 3 4 5
12