Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
55 views

I had used LibreOffice portable a while back to convert documents to PDF and I cannot for the life of me figure out how to do it again. Every time I run this in IIS Express for development I am ...
Qiuzman's user avatar
  • 1,843
0 votes
0 answers
48 views

I tried to deploy a Node.js application to IIS. I tried to send multipart form data from a frontend API as a post request. Though I have enabled CORS configuration in Node.js server.js page, CORS ...
tharushi ishanka's user avatar
2 votes
1 answer
94 views

My NET.MAUI Android app is throwing SSLPeerUnverifiedException: Hostname 192.168.100.2 not verified when sending POST request to a PHP script located on my desktop's IIS localhost, as shown below. ...
Stanislav Panferov's user avatar
0 votes
0 answers
93 views

I have a Blazor Server app that requires users to sign in with a Microsoft account (within my company's tenant). I'm trying to further secure it by only allowing users who meet a certain criteria, but ...
Josh Brunton's user avatar
-1 votes
1 answer
98 views

Firstly there's a similar question on Stack overflow, and I have tried suggestions from the responses, none of which have worked. I have SQL Server and IIS running on my development machine and have ...
Username_null's user avatar
0 votes
0 answers
56 views

I am writing an HTTP server in Delphi on top of HTTP.sys. I want to let the kernel cache certain GET responses so they are served directly without my code seeing the request again. Here’s the ...
zeus's user avatar
  • 13.3k
3 votes
0 answers
114 views

Project flow / tech stack .NET Framework 4.8 I am using ASP.NET webforms In the same project, I have an Ajax WCF web service That web service calls APIs in another .NET Framework WCF project The WCF ...
GnrgyQA's user avatar
  • 31
0 votes
1 answer
76 views

I’m trying to send a simple HttpWebRequest through a proxy configured as the default proxy for my account. When I run the following code from a WinForms application, the request goes through as ...
The_Black_Smurf's user avatar
0 votes
1 answer
63 views

I have a site that hosts some apps on IIS. It is configured for SSO with shibboleth and azure. The issue is that i have a new URL now and i want it to work conncurrently with the old one SSO and all f....
bill saplam's user avatar
0 votes
2 answers
103 views

I'm writing a PowerShell script to set up several websites on developers' machines in IIS (not IIS Express). I understand that the current recommendation (as at 2025) is to create IIS websites using ...
Simon Elms's user avatar
  • 20.3k
0 votes
1 answer
51 views

This is a Blazor server rendered project, in .NET 9, published on IIS. I'm trying to pull paths to images and other files from the database that are currently stored in the format: ~/TopicDirectory/...
Xephis's user avatar
  • 11
0 votes
0 answers
75 views

I have created a nextjs application and want to deploy it on IIS server. Referring multiple docs, I created the following dir structure under iis: Post deployment and testing in localhost of iis, I ...
Gautam Goyal's user avatar
0 votes
1 answer
93 views

I have a vb6 .exe which runs a SQL command during an .aspx web service method. It runs well when debugging, but when I run it after hosting in IIS, it shows an error. This is my code: System....
user3103982's user avatar
0 votes
0 answers
73 views

I'm facing an issue with Windows Authentication in a full-stack app: Tech Stack: Frontend: Angular 9.1 Backend: ASP.NET 9 (hosted on IIS) Authentication: Windows Authentication (WinAuth) Hosting: ...
ZZZUnbanned's user avatar
1 vote
1 answer
175 views

Today was the second day since I noticed this exception: A database operation failed while processing the request. SqliteException: SQLite Error 14: 'unable to open database file'. Applying existing ...
DevQt's user avatar
  • 1,920
-1 votes
1 answer
122 views

I have a Windows Server 2025 VPS managed using Plesk for Windows. On it, I host multiple Umbraco websites. Since recently, an issue occurs where some sites' application pools appear to crash, taking ...
Quan's user avatar
  • 139
0 votes
1 answer
169 views

I'm trying to fine tune performance/memory usage of a ASP.NET 4.8 web application in IIS. I did all the measurements and determined that I'd like to sacrifice a bit of performance for lower memory ...
Heinzi's user avatar
  • 173k
0 votes
0 answers
68 views

In a aspnet.core application I added the following middleware: app.Use(async (context, next) => { var authService = context.RequestServices.GetRequiredService<IAuthenticationService>(); ...
Stefan Dantchev's user avatar
0 votes
0 answers
87 views

I'm trying to host an ASP.NET Core 8 MVC application on IIS (Windows 10), but the application fails to start. The browser just hangs, and in the Event Viewer I noticed it's trying to open a file, ...
Febin's user avatar
  • 11
0 votes
1 answer
156 views

I am writing ASP.NET Core 9 application using the minimal API. In this application I have a route that accepts an absolute URL as part of the route. This works when I run the ASP.NET application ...
Marcel V.'s user avatar
  • 192
0 votes
0 answers
74 views

Over the last couple of weeks, my IIS Server has been experiencing some weird crashes. It's an IIS 10 running on a Windows 2019 Server. I have 2 production web apps running on the server, both on .NET ...
Matthew Warr's user avatar
0 votes
1 answer
32 views

I have a .NET Core application in C# that creates .pdf file and saves the file in a security shared folder. It works fine on my localhost, but when I publish my app to IIS server, I get an error "...
yafit's user avatar
  • 31
0 votes
1 answer
79 views

I hosted a .net8 core application on IIS server, I enabled and added http verbs using request filtering on IIS, it works for some days, but I don't know what changed. when i click on Request filtering ...
Joy Mathew's user avatar
0 votes
1 answer
298 views

When I run this PowerShell script in ISE on the server, it works: # Connect to Exchange Online $CertThumbPrint = "111" $AppID = "222" $Org = "333.onmicrosoft.com" Connect-...
soomon's user avatar
  • 449
1 vote
2 answers
85 views

We're doing some maintenance on a few web servers that we've installed the .NET Core Hosting Bundle (so apps can run under IIS). We can find the hosting bundle file (aspnetcorev2.dll), and I am able ...
CrystalBlue's user avatar
  • 1,925

1
2 3 4 5
790