Skip to main content

All Questions

0 votes
0 answers
70 views

Local access by private IP to an ASP.NET Core application deployed in IIS 10

I'm trying to deploy my application in IIS 10. Access to app should be by private IP 192.168..... In the section Edit Bindings I specified following settings: Type: http; ip: 192.168....; port: 80 I ...
mashaji's user avatar
0 votes
0 answers
18 views

I am experiencing a 404 Not Found error for my new domain in smarter asp.net

SmarterASP.NET Generated Domain: [example.smarterasp.net] This domain is working correctly and serving my website as expected. New Domain: [www.mydomain.com] This domain is currently showing a 404 Not ...
Fatma Alaa's user avatar
0 votes
1 answer
36 views

Azure App Service Not Updating .NET Core 8.0 Application Despite Version Change

I'm using Visual Studio 2022 publish profiles to deploy a Blazor .NET Core 8.0 application to an Azure Linux App Service. We're trying to update the version number, but the changes aren't being ...
javacavaj's user avatar
  • 2,941
0 votes
0 answers
18 views

Deployment issues with .NET application on AWS Elastic Beanstalk - S3 permissions and Kestrel configuration errors

I am having trouble deploying my .NET application on AWS Elastic Beanstalk. Previously, I was able to deploy the application without issues, but after making some changes to the code and configuration,...
David Ortiz's user avatar
0 votes
0 answers
64 views

This page isn’t working right now "MyDomain" redirected you too many times. Try deleting your cookies. ERR_TOO_MANY_REDIRECTS

I have application which I have hosted in IIS, I added it in SubDomain(AppCore) with separted ApplicationPool The Problem is .... It works fine in the server with the domain but outside Gives me This ...
Hady Elhady's user avatar
0 votes
0 answers
44 views

Extract Nested Json String from Mongodb C#

{ "property_1": "value_1", "property_2": "value_2", "property_3": { "_some_property_1": 1, "_some_property_2&...
Karan Kapadia's user avatar
0 votes
1 answer
49 views

ASP.NET Core Razor Pages lands on index page instead of LogIn page

I created a Razor Pages App using ASP.NET Core. My start page should be the Login page I created using ASP.NET Core Authentication. Everything was working as intended when I was building and testing ...
D M's user avatar
  • 81
0 votes
1 answer
44 views

Best way to Hosting a WebApp inside a WindowsService (Worker Services)

My app is a Windows Service (Worker Services) and I need to add a web app for managing and monitoring tasks of windows service. Product _______ Windows Service \______ WebApp For ease of ...
Mehdi's user avatar
  • 5,527
0 votes
1 answer
209 views

Running into errors while publishing ASP.NET Core Web API with migration

screenshot of issue I'm trying to publish an ASP.NET Core Web API with migrations to Azure, but have been running into the following errors under: Settings > Entity Framework Migrations: dotnet ...
Samuel O.'s user avatar
1 vote
1 answer
358 views

Publish ASP.NET Core Razor Pages

Can't find a way to just publish a single cshtml page (no code-behind cshtml.cs involved). It feels like I'm missing something. This should be a super common thing to do. So, when I choose to publish ...
yehui liu's user avatar
1 vote
0 answers
234 views

Published Blazor WASM application not using appsetting.Development.json

The application persists in using 'appsettings.json' instead of 'appsettings.Development.json.' I used the Debug configuration, and I have already set 'ASPNETCORE_ENVIRONMENT' to 'Development'(in the ...
sysadmin32's user avatar
0 votes
0 answers
53 views

How can i get the Public IP Address of the server where my dotnet worker application is hosted?

Is there any way I can get the public IP Address of the server where my application is hosted? For example: My use case is that the same server will have the one or more database. If my domain name of ...
Hardik Dhuri's user avatar
0 votes
0 answers
221 views

Edge Browser Error Failed to load resource: the server responded with a status of 500

My web site cannot deploy IIS. Because of this error => chrome-error://chromewebdata/:1 My Browser Microsoft Edge Error showing in browser like this. This page isn’t working right now. localhost ...
Gamage Sanjeewa Samarasinghe's user avatar
0 votes
0 answers
199 views

Deployment on an IIS Server 2016 - HTTP Error 500.30 - ASP.NET Core app failed to start

I am trying to deploy an asp.net Core app on my server IIS 2016 64 bit but it's not working. I get an HTTP Error 500.30 - ASP.NET COre app failed to start : HTTP Error 500.30 - ASP.NET Core app ...
Lucie LE COZ's user avatar
0 votes
0 answers
85 views

ASP.NET Core Websockets on remote server

I am trying to make some kind of messaging application and I want to utilize WebSocket. I found many tutorials on how to do it and I have made a working one which only works on localhost. How can I ...
Barta's user avatar
  • 65

15 30 50 per page
1
2 3 4 5
15