Content from website doesn't display
I've published and deployed a web site, but IIS doesn't display it correctly. None of the mark up is displayed in the browser, only comments and page title from my asp.net page. So, it resolves, but doesn't render everything. This is what it looks…
ASP.NET API
Opening a port on my router, is it safe?
I have a database which will be receiving info from external APIs. I made an API (in asp.net core web api) for the database to receive requests from those external APIs. The API will be running on my computer on an IIS server. Completely new to all…
ASP.NET API
How to connect to Snowflake using .NET
Hi there, https://community.snowflake.com/s/article/Connect-to-Snowflake-from-Visual-Studio-using-the-NET-Connector Currently, a set of data apis is being developed. The data is sourced from Snowflake and is currently connected through username and…
ASP.NET API
Understanding questions of Minimal API by Blazor Web (server)?
As a general practice, you will use Minimal API with a MAUI Blazor or Blazor WebAssembly. With Blazor Web, I only used Minimal API (in relation tu Blazor Server) for cookie setting on the client (to avoid controllers, as minimal API is easier for…
ASP.NET API
HTTP 404 issue
Hi, Due to the issue Server Error in '/' Application. The resource cannot be found. __Description:__HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. …
ASP.NET API
How to Insert Array Data
I want to create a DotNet Core API application. Where the data has to be added in the form of an array. That is, I want to insert a lot of data at once with one click. But I am not able to get any idea about this. So I am seeking the help of experienced…
ASP.NET API
How to solve error "A potentially dangerous Request.Path value was detected from the client (:)."
I am trying to fetch binaries/files from Artifacts --> Package using API call. URL: GET…
ASP.NET API
Nuget packages showing two different version in packages.config file
Not sure if this was the correct tags to add, if not please move or redirect We have several asp.net 4.8.1 web apps built in VB. We upgraded several NuGet packages and we can see the correct version in the packages.config file, however, when we go to the…
ASP.NET API
Migration from .Net Web Application (Framework 4.7) into .Net Core Web 8.0
Hi, I would like to migrate my application from .Net Framework 4.7 to .Net Core 8.0 as I would like to have my application in the latest version. My application is in MVP architecture and web pages are aspx (UI part). Is there any easy way to migrate it…
.NET
ASP.NET Core
ASP.NET
C#
ASP.NET API
Can't find ado.net entity data model missing visual studio 2019.
i have installed Entityframework 6 also but ado.net entity data model not visible
.NET
ASP.NET API
Password hashing in register with Dapper
Hi, I switched from EF to Dapper in a days and this is first time I'm writing register and login. The thing is that, in Dapper we have to hash Password manually and GPT recommended to use BCrypt. That is okay, but I'm suspicious of is that a best case.…
ASP.NET API
Customize invalid ModelState response
I have this API Controller [ApiController] [ApiVersion(1)] [Route("v{v:apiVersion}/[controller]")] public class TestController : Controller { [HttpPost] public IActionResult Index([FromBody] A req) { return Ok(); …
ASP.NET API


Cloud Service (extended support) time to update has gone from a few minutes to over an hour
Cloud Services (extended support) time to update has gone from a few minutes to over an hour. During this time the service is down.
ASP.NET API
javascript how to print pdf file through windows.print
inside a aspx file javascript how to print pdf file through windows.print
ASP.NET API
Accessing an Excel data file on the Client side using ASP .NET vbscript
I have hosted a web-based application using ASP.NET. I am using vbscript in my code. I have an Excel file in my system with some data. I want to write a code that will fetch the data from the Excel and write into a table in SQL Server. Both the database…
ASP.NET API

Azure Cloud Services (extended support) Migration
I have a service deployed on Azure Cloud Services (extended support) My service contains 2 web roles and 1 worker role My service uses .NET Framework 4.8 currently Because cloud Services (extended support) will be deprecated in 2027, I would like…
ASP.NET API
asp.net i cannot install nuGet package
i am trying to install package and it is not working like the item: JQuery-datetimepicker i press install, it is trying like a few minutes, and then it is not installed the same if i try to install Itext7 how i can fix this to be posible to install…
ASP.NET API
Unable to Use MicrosoftReport Viwer in containerized environment
HI team , I am have a Asp.net application with 4.7.2 version and my reporting relay on RDLC and XSLT templates , with microsoft reportviewerversion 15 , I am trying to Run in a containerized Environment with ECS on AWS Fargate with windows support ISSUE…
ASP.NET API
Singleton Class with Async
I'm working on building a Blazor Web App (.net 9) for an internal company portal. I want to load some persistent data to be used throughout the app into a class and then load that class as a scoped service. Most of the data will be fairly static, but…
ASP.NET API

Is there a way to expose a single aspx page for anonymous access in a .NET 4.7.2 ASP.NET Web Forms running with Azure AD Authentication?
We have a .NET 4.7.2 ASP.NET Web Forms application deployed under IIS running with Azure Active Directory Authentication. The web app is registered as an application on Azure AD and requires users to login before accessing the site. Is there a way to…