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

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. ...
Midlaj's user avatar
  • 23
0 votes
2 answers
108 views

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\": \"...
Nikkster's user avatar
  • 337
0 votes
0 answers
132 views

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 ...
Darryl Wagoner WA1GON's user avatar
0 votes
0 answers
104 views

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....
ch4's user avatar
  • 1
1 vote
0 answers
77 views

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 ...
Calej's user avatar
  • 21
0 votes
0 answers
72 views

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 ...
KFP's user avatar
  • 719
1 vote
1 answer
405 views

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 ...
vldmrrdjcc's user avatar
  • 2,132
0 votes
1 answer
105 views

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)...
MRB's user avatar
  • 65
0 votes
1 answer
52 views

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 ...
S.Sehgal's user avatar
0 votes
0 answers
123 views

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: ...
user2666528's user avatar
0 votes
2 answers
198 views

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 ...
andyopayne's user avatar
  • 1,378
0 votes
1 answer
75 views

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....
CChickii's user avatar
0 votes
0 answers
297 views

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 ....
Srijan's user avatar
  • 57
1 vote
1 answer
77 views

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. ...
Alaa's user avatar
  • 31
0 votes
1 answer
108 views

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 ...
Bharat's user avatar
  • 6,105
0 votes
1 answer
69 views

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 ...
Cyril's user avatar
  • 31
0 votes
1 answer
70 views

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 @...
niico's user avatar
  • 13.1k
1 vote
1 answer
200 views

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 ...
user26591380's user avatar
0 votes
1 answer
66 views

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 ...
Matthew Carr's user avatar
-1 votes
1 answer
591 views

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 ...
ani's user avatar
  • 516
0 votes
0 answers
78 views

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 ...
marlar's user avatar
  • 4,173
1 vote
1 answer
196 views

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 ...
Frank9412's user avatar
0 votes
1 answer
189 views

My web application is setup for cookieless sessions: <sessionState cookieless="true" regenerateExpiredSessionId="true" /> When I run a request direct to the web server, it ...
Jim W's user avatar
  • 5,026
0 votes
1 answer
71 views

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 ...
Rick Hodder's user avatar
  • 2,272
0 votes
0 answers
47 views

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 ...
Chandima Dharmarathne's user avatar