Skip to main content

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.

0 votes
0 answers
7 views

Should i have SNI when my websites are on different ports in the same ip address?

In trying to understand how all of this works so excuse me if my questions sound kinda obvious or i misunderstand some things. Let me set up a scenario: I have a server that has 2 web sites hosted, it ...
FranciscoFJM's user avatar
0 votes
0 answers
7 views

deploy frontend made in angular 13 with parameters in IIS

I need help deploying an Angular 13 frontend in IIS. The application uses URL parameters, but I'm getting a 404 error when deployed.enter image description here The frontend works correctly on ...
Andrea Tabares's user avatar
0 votes
0 answers
7 views

Nextjs application publishing errors with iis

Good morning, I created an app with iisnode and did all the configuration, but when I try to view it, I get my code from "server.js"... enter image description here This is my server.js: ...
Rafael Drigo's user avatar
0 votes
1 answer
10 views

Using NLog to Log Specific Messages and Display Logs in ASP.NET Web API on IIS

I'm working on an ASP.NET Web API project and I have two related issues with logging using NLog that I'm hoping to get help with. Log Specific Messages Only: I want to configure NLog so that it only ...
Omar Ababneh's user avatar
0 votes
0 answers
12 views

.NET 8 Hangfire application on IIS is not always running

I have a Hangfire application written on .NET 8 and hosted on IIS. It's used to run a daily scheduled job. Problem is that after some time the application shuts down and does not start again, so job ...
daily_driver's user avatar
0 votes
0 answers
15 views

Using IIS MaxQueueItemAge performance counter

I want to use the built in performance counter MaxQueueItemAge from the "HTTP Service Request Queues" to measure how long the latest request to my application waited in the IIS queue. This ...
Dan Pincu's user avatar
  • 203
0 votes
0 answers
24 views

Wordpress web.config rewrite to support webp files on IIS

I run my Wordpress site on IIS. I have files test.jpg and test.webp in the root of my website. I can access both when I request these files directly. I want to make sure that requests to .jpg and .png ...
Adam's user avatar
  • 6,332
-1 votes
0 answers
23 views

How do I get a .NET Core IIS site to select the proper appsettings.json when the environment variable changes?

The problem IIS, .NET Core, or the site, do not seem to recognize a change to the system environment variable ASPNETCORE_ENVIRONMENT without a hard restart. For example, changing the value of the ...
stryker14's user avatar
0 votes
0 answers
36 views

ASP.NET CORE Web API does not replace env settings on IIS

I have an API hosted in IIS. In local testing, with very scenario, it works perfectly. When deployed to IIS, the appsettings.uat1.json did not get loaded and some environment variables are not changed....
Wasyster's user avatar
  • 2,437
0 votes
0 answers
38 views

windows 11 non-admin user IIS Pool access issue in local machine

By creating a non-admin user in Windows 11 home edition. This user is also assigned to the administrative group and additionally I allowed him full control over inetsrv %SystemRoot%\System32\inetsrv ...
Syed Tanvir Hossan's user avatar
0 votes
0 answers
29 views

Could not load file or assembly 'Microsoft.SqlServer.BatchParser.DLL' or one of its dependencies. The specified module could not be found [closed]

BatchParserError Having an issue with a third party application running via IIS relating to 'Microsoft.SqlServer.BatchParser.DLL' The Microsoft.SqlServer.BatchParser.DLL file is present under the 'bin'...
jround's user avatar
  • 1
1 vote
0 answers
36 views

Kerberos authentication in IIS

I have 2 VMS. VM1 is a Windows AD Server with IIS installed and VM2 is a Windows 11 VM. Both VMs are joined on a domain. I can access the default IIS webpage both on VM1 using localhost and on VM2 ...
sanny_gomes's user avatar
0 votes
1 answer
84 views

How to fix 0x80073701 error while installing IIS service on Azure Windows Server 2019?

I am facing error while installing IIS service on my Azure Windows Server 2019 from both the options i.e., through Server manager and via PowerShell command. I checked various article to fix it but ...
SRP's user avatar
  • 1,081
0 votes
0 answers
69 views

Local access by private IP to an ASP.NET Core application deployed in IIS 10

I'm trying to deploy my application in IIS 10. Access to app should be by private IP 192.168..... In the section Edit Bindings I specified following settings: Type: http; ip: 192.168....; port: 80 I ...
mashaji's user avatar
-1 votes
0 answers
52 views

IIS Rewrite rules generated by IIS ignored by Chrome, Safari Firefox

I am trying to enforce the www. subdomain url as canonical. Using the default settings in IIS with the rewrite module installed in IIS. Code is generated in my web.config by IIS or the rewrite module. ...
Ola's user avatar
  • 17

15 30 50 per page
1
2 3 4 5
2633