5 questions from the last 30 days
0
votes
0
answers
102
views
ASP.NET Core Blazor Server + Windows impersonation: backend returns 401 on new IIS server, works on old server [closed]
The Problem
We have a Blazor Server app ("frontend") that calls an ASP.NET Core Web API.
Both apps are hosted in IIS on the same machine, but in different app pools.
Authentication is ...
0
votes
1
answer
55
views
Using LibreOffice portable to convert Excel to PDF in an ASP.NET Core Web API (IIS and IIS Express for development)
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 ...
Advice
0
votes
2
replies
41
views
Deploying ASP.NET API and ASP.NET MVC app on the same IIS default site
I have this scenario: I have an ASP.NET API which is deployed on IIS under the default web site. I have added the API by right click on default web site -> add application. API is working fine and ...