#aspnet

[ follow ]
CodeProject
3 weeks ago
JavaScript

Share Identity Bear Tokens among ASP.NET Core Web APIs

Decoupling security architecture for ASP.NET applications using AuthorizeAttribute can enhance flexibility and ease of future migration. [ more ]
#docker-containers
CodeProject
2 months ago
DevOps

Challenges in Migrating ASP.NET Apps to Containers #3 - OpenSSL Issues

OpenSSL Legacy Renegotiation can be a challenge during migration from Windows ASP.NET apps to Linux Docker containers.
Adding specific lines to the Dockerfile can enable legacy SSL Renegotiation and adjust the minimum TLS version allowed. [ more ]
CodeProject
2 months ago
Graphic design

Challenges in Migrating ASP.NET Apps to Containers #2 - Windows Fonts

Windows Fonts can pose challenges when migrating ASP.NET apps from Windows to Linux Docker containers.
To install Microsoft Core Fonts on Linux for ASP.NET Core applications, use specific commands like 'apt update' and 'apt install fontconfig' in the Dockerfile. [ more ]
moredocker-containers
CodeProject
3 months ago
DevOps

Challenges in Migrating ASP.NET Apps to Containers #1 - Multiple Active Result Sets

Avoid enabling Multiple Active Result Sets (MARS) configuration in connection strings for deployments to Linux.
Even if not actively used, MARS setting can cause delays, timeouts, and other issues on Linux deployments. [ more ]
CodeProject
3 months ago
DevOps

AspNetDeploy 2024 Part 1: The Demo

Inhouse tool AspNetDeploy simplifies CI/CD for ASP.NET
Automates project parsing, building, packaging, and deployment [ more ]
#logging
CodeProject
4 months ago
Web development

Logging HTTP Request/Response Details in ASP.NET - No Code!

Enabling detailed logging in an ASP.NET web application can be challenging if not built-in to the application.
One option for adding logging is to intercept the request and response in the IIS pipeline using an HTTP Module. [ more ]
CodeProject
4 months ago
Web development

Add HTTP Request/Response Logging to an ASP.NET Framework Web Application With No Code

IIS logs can provide useful information about requests and responses in ASP.NET web applications, but they may not give you all the details you need.
One way to enable more detailed logging in ASP.NET web applications is to use an HTTP Module to intercept the request and response in the IIS pipeline. [ more ]
CodeProject
4 months ago
Web development

Add HTTP Request/Response Logging to an ASP.NET Framework Web Application With No Code

IIS logs can provide useful information about requests and responses in ASP.NET web applications, but they may not give you all the details you need.
One way to enable more detailed logging in ASP.NET web applications is to use an HTTP Module to intercept the request and response in the IIS pipeline. [ more ]
morelogging
CodeProject
4 months ago
Angular

Add HTTP Request/Response Logging to an ASP.NET Framework Web Application With No Code

IIS logs can provide useful information about requests and responses in ASP.NET web applications, but they may not give you all the details you need.
One way to enable more detailed logging in ASP.NET web applications is to use an HTTP Module to intercept the request and response in the IIS pipeline. [ more ]
[ Load more ]