Questions tagged [asp.net]

Web application framework developed by Microsoft

ASP.NET is a web application framework developed by Microsoft that allows web developers to create dynamic web sites and applications.

First released in January 2002 it is the successor to Microsoft's Active Server Pages (ASP) technology.

ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language such as C# or VB.NET.

1234 questions
0
votes
1 answer

My images are getting the upstream name as path

I have an ASP.NET application running in a docker container that's being server by an NGINX reverse-proxy also in a docker container. I'm not experienced at all with NGINX or hosting, so please apologize my ignorance. It took me a while to make it…
mmgyyc
  • 1
  • 1
0
votes
0 answers

ASP.NET application not accessible through Apache proxy on Linux

I need to clarify the process of pointing a web domain to a running ASP.NET application on a raspberry pi. The application is developed and ready, and the website is up and running. I have researched multiple posts and can't find anything wrong with…
Alex S
  • 1
0
votes
0 answers

Azure AKS Web API 500 error outside of debugger

I am developing a REST API using ASP.NET and .NET 7. Everything works fine on my local machine (in and out of a Docker container), when I publish to Azure App Service again no problem but when I publish to AKS (HTTP layer for now) I get 500 internal…
Mike F
  • 101
  • 1
0
votes
0 answers

Two application installations from APS catalog fails on Plesk for Windows Server: The 'mysql' extension was not found

Please excuse, if this is the wrong place to post this question, I didn't know better. I'm using Windows Server 2022 and Plesk Obsidian Version 18.0.48. I try to install two applications via Plesk getting the message: The 'mysql' extension was not…
0
votes
0 answers

local IIS asp.net mvc web application using windows authentication keep prompting for credentials

I'm using windows 10 enterprise. localhost/mywebapp even not hitting home controller rather stuck on windows authentication prompt and no matter if I enter correct credential or bad credential it keep asking again and again. I'm not able to debug…
0
votes
1 answer

Issues updating .NET Core - what patch am I supposed to use?

For a while now our vulnerability scanner has been detecting out of date .NET components on one of our servers and a management workstation; this is related to some software we recently deployed on it. However, none of my attempts to fix the issue…
The ITea Guy
  • 321
  • 1
  • 6
  • 16
0
votes
1 answer

Better to have one URL with all the memory or multiple copies of same URL sharing it

We have a site example.com and we have a large server 48 GB of RAM. Is it better to have one giant site using all the 48 GB or say eight copies of the same site each with its own App pool own bindings its own port etc. Which is a better…
Tony
  • 9
  • 2
0
votes
0 answers

Random IIS Failures

I have a 2 node IIS cluster using Microsoft Network Load Balancing under Windows Server 2019 hosting multiple websites/application pools. The cluster ran without problems for a year. However, beginning a few months ago, around once a month, one of…
kittyhawk
  • 171
  • 3
0
votes
0 answers

Host ASP.NET site at specific endpoint

In short i would like to host an ASP.NET MVC 5 application at a specific endpoint. I have an application server AS01, and our domain controller DC01 (DNS server as well). The ASP.NET site is running on IIS on the application server port 80. I would…
0
votes
1 answer

How to show a default page on a protected website running on IIS

I can't figure out the correct syntax in my web.config to allow the general public to see the index.aspx as a default page and for any other page to go thru the login page. If I use www.mywebsite.com/index.aspx the page is displayed fine and I don't…
Corobori
  • 123
  • 6
0
votes
0 answers

Which application path to use for Windows IIS in Advanced Firewall Rules?

I'd like to unblock my IIS ASP.NET 4.5 webservice for public access. In Windows 10 Advanced Firewall Rules I added an inbound rule to accept all incoming requests for my webservice's port (e.g. 8001). That's working fine with "allow all…
AxD
  • 101
  • 3
0
votes
1 answer

Apache SSL Installation [Not Duplicate]

I am trying to install ssl certificate on my ubuntu server 20.04 I have downloaded ssl files and put them in /home/ubuntu (will change once it…
0
votes
1 answer

Mail Enable email headers when sending emails via ASP.NET

I have multiple websites running on my server: domain1.com and domain2.com The problem is now that when I sent an email via ASP.NET from domain2.com, that in this email source I see (notice domain1): Received: from mail.domain1.com…
Adam
  • 247
  • 3
  • 4
  • 16
0
votes
0 answers

Will IIS web gardens providing high availability?

I have an ASP.NET application (.NET FW 4.5) that occasionally crashes and has a long startup time due to an in-process cache. I am considering using an IIS walled garden (multiple worker processes) so that if 1 process failed, the other would pick…
0
votes
1 answer

Installing ASP.net on Ubuntu 20.04

I'm trying to add ASP.net onto my Ununtu 20.04 server. As per: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu They tell you to: wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O…
Andrew Newby
  • 1,102
  • 2
  • 25
  • 58