39,460 questions
0
votes
1
answer
53
views
The default URL is not working correctly when deploying the ASP.NET Core 8 MVC application on IIS in Windows Server
Issue: default URL is not working properly when deploying ASP.NET Core 8 MVC on IIS (Windows Server).
In my ASP.NET Core 8 MVC application, I specified the launchUrl in the launchSettings.json file. ...
0
votes
2
answers
108
views
Return content is "blank" when deployed on production
I have a controller with a method which should only output static JSON content to the browser. E.g.
public async Task<ActionResult> Test()
{
return Content("{ \"key\": \"...
0
votes
0
answers
132
views
Blazor Server running on IIS causing network connection problems in Windows Server 2022
I have a couple of strange problems with the Blazor server running on IIS.
Getting error: Error: Connection disconnected with error 'Error: Server timeout elapsed without receiving a message from the ...
0
votes
0
answers
104
views
ASP.NET Web API : "Error reading MIME multipart body part" exception
I'm having an issue when posting a file to my web server. I get this exception:
Exception raised during upload handling.
IOException: Error reading MIME multipart body part.
StackTrace:
at System.Net....
1
vote
0
answers
77
views
Problems resolving my Azure public ip with DNS ISP Digi España
Currently my ISP Digi Spain configures a DNS Server with IPv6 that is not able to resolve my web mounted on an IIS, from an Azure virtual machine.
The virtual machine is assigned a public IPv4, which ...
0
votes
0
answers
72
views
ASP.NET application & having server recognize a network security group
I have an ASP.NET application on a web server but I keep receiving an error about the login. We have a security group (in Active Directory) that I (and many others) are a member of. In an attempt to ...
1
vote
1
answer
405
views
Blazor WebAssembly Standalone: Failed to load resource: the server responded with a status of 404 (Not Found) - manifest.webmanifest
I created a Blazor WebAssembly standalone application by choosing the appropriate template in VS 2022 Community, targeting .NET 8.0. And I didn't change anything in it. I just wanted to try to host it ...
0
votes
1
answer
105
views
Blazor hosted on IIS 500.30 http error - unable to load assembly (works on local IIS)
I'm hoping someone in the know might be able to point me in the right direction with this please.
I have a blazor web app which runs fine in Visual Studio.
I publish it to FILE (SELF CONTAINED win-x86)...
0
votes
1
answer
52
views
Failed to load resource: the server responded with a status of 404 (Not Found) when try to run the project from IIS
I have deployed the updated DLL's at the deployment location and when I try to run the application through IIS, it is giving me 404 error on favicon.ico file which is present on the root directory of ...
0
votes
0
answers
123
views
403 PUT when using different subdomain in origin header but CORS fully enabled (*)
I've been trying to troubleshoot this for days and I've about given up.
**Working request:
**
curl -X "PUT" "https://working.exampledomain.com/rest/myendpoint" -H "origin: ...
0
votes
2
answers
198
views
Serilog send different output based on context
I'm using Serilog to log information on my app. I'm using an appsettings.json file (see below) to setup the configuration settings of the logger. In that file, I have two configurations - one for ...
0
votes
1
answer
75
views
Flask: Not Found The requested URL was not found on the server
I'm trying to get my model deployed on iis, but after I browse the application, it throws Not Found The requested URL was not found on the server. I follow this with web.config https://learn.microsoft....
0
votes
0
answers
297
views
Does .NET Framework 4.8 support .env files for configuration?
I am working on a .NET Framework 4.8 application and want to store configuration values in a .env file instead of using web.config, app.config, or appsettings.json.
Does .NET Framework 4.8 support ....
1
vote
1
answer
77
views
$http post fails with 500 when moved to IIS server
I have a website, it is a bit old and it is using AngularJS.
It is calling an API that is part of the same ASP.NET project.
When tested locally with VS it works just fine, all calls are satisfied.
...
0
votes
1
answer
108
views
Hide server error page in ASP.NET MVC app on .NET 4.8 with IIS
I'm trying to locate this page in production server and hide it or replace it with generic error page from web but somehow I'm not able to find it. I also tried updating IIS error pages and custom ...
0
votes
1
answer
69
views
shutdown Tomcat using httpPlatformHandler in IIS
I host a webapp on TomEE and can access it from a front-end IIS server, using httpPlatformHandler module.
My server is built this way :
Windows Server 2016
IIS 10 with httpPlatformHandler module v1.2 ...
0
votes
1
answer
70
views
In a .net 6 MVC site I'm using cropper.js to crop photos. It works on my local machine, but not on my server (IIS 10)
I'm using cropper.js in an MVC .net 6 app.
It works on my local machine but not on IIS.
_Layout.cshtml:
@using Microsoft.AspNetCore.Identity
@using Memayo.ViewModels
@using Microsoft.AspNetCore.Http
@...
1
vote
1
answer
200
views
Blazor WebPage published in IIS not working
I just created a WebPage in Blazor I used the template "Individual Account" in the beginning of the creation of this project the purpose to create this WebPage is just to Authenticate with ...
0
votes
1
answer
66
views
Printing on users default printer from .net application on server
I have created a vb.net application (website) that allows the user to fill out a form and save the data to a SQL database, then retrieve the data for later display. The last requirement is to be able ...
-1
votes
1
answer
591
views
Deploying NodeJS application in IIS server
For the first time I am working on deployment of Angular application with Node JS as backend. I am looking for suggestions on certain questions. I am using NodeJS version 20 and Angular 17.
To deploy ...
0
votes
0
answers
78
views
IIS Application pool hangs for PHP site
On a Windows Server 2016 Standard with IIS 10.0 I am experiencing serious problems with the IIS application pool hanging for a PHP site written in YII, making the site unresponsive until the pool is ...
1
vote
1
answer
196
views
Login loop on ASP.NET application
Since October last year, our site, made in ASP.NET Framework 4.5.2, which is authenticated by Windows, has been having problems when logging in these two browsers and we fear that the error also ...
0
votes
1
answer
189
views
How to debug this issue with MapRequestHandler, ASP.NET and the cookieless config
My web application is setup for cookieless sessions:
<sessionState cookieless="true" regenerateExpiredSessionId="true" />
When I run a request direct to the web server, it ...
0
votes
1
answer
71
views
Simple site in IIS 10 Getting 503 service unavailable when Identity set to a service account
I installed Sql Server MDS on a brand new sql server. When I try to bring up the website I am getting 503 Service Unavailable, and when I check the app pool MDS creates (MDS Application Pool) it is ...
0
votes
0
answers
47
views
Section using <location allowOverride="false"> from an inherited configuration file
Server Error in '/ITServiceReports' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the ...