Skip to main content

All Questions

Tagged with
0 votes
1 answer
26 views

For an ASP.NET WEB FORMS web application, check if the web server has the latest version for any specific aspx/ascx pages on any redundant web server

Our team works in a project where the customer manually deploys (copy/paste) the updated release we provide (ascx, aspx, dll, etc.) for the ASP.NET WEB FORMS web application we are developing. ...
Roger's user avatar
  • 342
0 votes
0 answers
45 views

Server Deployed as a Window Service to host Client Blazor Server App

I am an apprentice working in a bank and I have been tasked with creating a Blazor Web Application. I have opted for Blazor Server App for the full front/back end experiecne as it is easier. The issue ...
Abdi Majid Sahardiid's user avatar
0 votes
0 answers
56 views

IIS Deployment -> aspnetcore -> .net 8.0 -> Page refresh -> Http Error 404 -> The resource you are looking for has been removed

i have a strange problem. we developed an asp.net core application ( we have just migrated from .net core 5 to .net core 8 ) and we host this application on an IIS server. If we deploy our application ...
Dev Knight's user avatar
1 vote
1 answer
525 views

Azure Web App Deployment Stuck with Microsoft.Web/serverfarms showing BadGateway status

I'm currently working on deploying a website developed with ASP.NET 8.0 using Azure Web App Services and have encountered an issue that I'm unable to resolve. I use the Azure subscription 1 plan which ...
Vũ Hoàng's user avatar
0 votes
1 answer
106 views

Troubleshooting Azure Deployment Error for Vue.js + ASP.NET Web Application with CI/CD Configuration

I have configured CI/CD for my Vue.js + ASP.NET web application and want to host it on Azure using a Web App. I followed the Microsoft guide https://learn.microsoft.com/en-us/visualstudio/javascript/...
Osminogka's user avatar
-1 votes
1 answer
43 views

How to properly deploy an ASP.NET web app [closed]

So I have deployed a project of mine on Azure but when I load the page(https://sportarete.azurewebsites.net/) all I see is a blank gray screen. What could be the reason? I had some warnings in the ...
JustSoni's user avatar
1 vote
1 answer
671 views

Deployment on IIS (local) of ASP.NET Core 8 and Angular (v17.2.1) application made with Visual Studio 2022 template

I've been developing applications using ASP.NET Core and Angular from versions 3.1 and 9.1.0 respectively, using the provided templates of Visual Studio (2022), Up to .NET 6 and Angular 14 I had no ...
Tony's user avatar
  • 37
0 votes
0 answers
53 views

VS 2019 - ASP.NET - Publish File System - No Dialog Window After Re-Install

I am running Visual Studio 2019 and had no issues running publish to file system until an admin uninstalled Visual Studio a couple weeks ago by mistake and I had to re-install. Post re-install ...
Josh's user avatar
  • 587
0 votes
1 answer
132 views

Server failing to start after deploying web api to azure using visual studio

I am trying to deploy a web api to azure using visual studio and i am getting a "HTTP Error 500.30 - ASP.NET Core app failed to start" error. The project is using an sql database and ...
sinyoro's user avatar
0 votes
1 answer
228 views

How to add sitemap.xml to the root directory of website in Azure?

For SEO purposes, I created sitemap.xml for our ASP.NET Core 6 MVC. This file needs to be located directly in the website root folder. The website is hosted in Azure. When deploy website code from ...
bedrock's user avatar
  • 526
1 vote
1 answer
34 views

How to deploy an asp.net project project1, with its referred project project2 in same hosting server in httpdoc folder?

I created an asp.net project project1 in visual studio .NET c#, this project project1 refers to another project project2, my main problem is that in the deployment server there is HTTPDOC folder that ...
Khushboo Tripathi'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
1 vote
0 answers
46 views

C# Grid view error : Specified argument was out of the range of valid values. when updating a SQL Server table

I want to update the employee details on grid row updating event but I am getting the following error:"System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. ...
Haya Alhuraib'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
1 vote
0 answers
231 views

ASP.NET with Docker: Proper Way to Build a Path to Internal Files

I'm facing a challenge in my ASP.NET application running inside a Docker container when it comes to constructing paths to internal files. My code relies on path construction using Directory....
Overcode's user avatar
  • 140

15 30 50 per page
1
2 3 4 5
80