Skip to main content
The 2024 Developer Survey results are live! See the results

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.

iis
0 votes
0 answers
5 views

Insecure Deployment: Path Normalization Conflict - Fortify

The Fortify Webinspect scan reported the following issue for our web application which deployed on the IIS server. I am not sure how to handle this on the IIS server's web.config, the below picture ...
Gopi's user avatar
  • 249
0 votes
0 answers
27 views

Tomcat HTTPS Redirect when IIS also Running

I have 2 apache tomcat applications that I want to redirect to HTTPS, but I also have an IIS application running on the same server which I do not want to redirect. If I place a security constraint ...
benmess's user avatar
  • 21
0 votes
0 answers
20 views

Globalization of ASP.NET Core 6 MVC application

I have developed an ASP.NET Core 6 MVC application with globalization, I've created the role folder structure for Views/Controller/ViewModels .resx for each language. While debugging running on IIS ...
Tiago Martins's user avatar
0 votes
0 answers
24 views

Intermittent 502 Bad Gateway on high loads in NGINX

I have NGINX set up on a Windows Server (let's call it server 1) balancing two API's hosted in other two Windows Servers (let's call them server 2 and 3) through IIS. When Active connections gets past ...
Leo Gomes's user avatar
0 votes
0 answers
10 views

IIS Reverse Proxy with NextJS + NodeJS API

I have an NextJS website running on a Windows Server on port 3000. I've setted the URL Rewrite to redirect all the requests to port 3000 on the server and everything works fine, the Frontend works ...
OCEANBLUE's user avatar
0 votes
1 answer
24 views

IIS WEB APP MANAGE - CLEAR recycling.periodicRestart.schedule

I am trying to set some App pool configurations using appcmd.exe commands! I have command to set the periodic recycling like this: set config -section:system.applicationHost/applicationPools /+"[...
J.Memisevic's user avatar
  • 1,336
0 votes
1 answer
31 views

Coldbox app runs fine in root dir when starting server, but not in subdir on destination server

I feel like I am missing something very basic. I have an application, the sample MyPlayground application, which I've been following through the tutorial. The application works correctly when I start ...
G Allen R Souliere's user avatar
0 votes
0 answers
21 views

IIS - Windows Authentication Session Problem

I have made a razor pages app that authenticates with Windows authentication. It is deployed to IIS. It checks database for user role, uses ClaimsTransformer and authorize with attributes. Users are ...
Cndsjdhshdujrue's user avatar
0 votes
0 answers
20 views

IIS 10 Configuration .Net Core/Angular and .Net Framework ASPX.Net issue

I am setting up a new Windows 2019 server with IIS 10. I am trying to configure two web applications within the server. One is a .Net Core/Angular 16 application, the other is a .Net Framework ASP.Net ...
awdorrin's user avatar
  • 305
0 votes
1 answer
92 views

RAD Server deployment issues to IIS

We face issues when deploying our RAD Server backend to the final production environment (Internet Information Server). Everything runs fine if we execute our package through EMSDevServer.exe within ...
Marc Guillot's user avatar
  • 6,365
0 votes
0 answers
52 views

Getting 401 Unauthorized error when attempting to POST to ASP.NET with Powershell

With the recent shenanigans of Crowd Strike, we have developed a tool to automatically unlock bitlocker-protected drives using a live USB. We have two MBAM servers, a production server and one server ...
Noah's user avatar
  • 1
0 votes
0 answers
28 views

Laravel Project deployment issue

I am using IIS for laravel. I succesfully installed laravel and also running it using localhost and remote IP with php artisan serve command. The issue is, the base folder is running smoothly, but ...
Captain Sam's user avatar
-2 votes
0 answers
38 views

IIS Reverse Proxy to Next.js

i have done Reverse Proxy on my iis server for my Next.js project and it not working the project i run it on local host and it working fine with port 3000 and using pm2 and it run on local host only i ...
gemma's user avatar
  • 67
0 votes
0 answers
32 views

The term 'iisexpress-proxy' is not recognized as the name of a cmdlet

NET FRAMEWORK project I wrote these steps in powershell to access Localhost from other devices (IISEXPRESS-PROXY): npm install -g iisexpress-proxy npx iisexpress-proxy localPort to proxyPort Set-...
Büşra Güler's user avatar
0 votes
1 answer
37 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

15 30 50 per page
1
2 3 4 5
2633