3,600 questions with Developer technologies | ASP.NET | Other tags
Faield to start deployed web application
hello community, I am a beginner in WEB application development. During my first trial, I met with an issue when start the deployed web application onto IIS running on Windows 11. The situation is, I get below error when open the application in the…
Developer technologies | ASP.NET | Other
Unable to Add Scaffolded Items with Visual Studio when Developing an ASP.NET Project
I'm trying to learn ASP.NET with Visual Studio 2022 Community and was following this guidance: https://learn.microsoft.com/en-us/aspnet/core/mvc/overview?view=aspnetcore-9.0 I followed the steps but finally unable to continue due to it keeps showing…
Developer technologies | ASP.NET | Other
How to upload and store files in database in blazor web app
How to upload and store files in database in blazor web app
Developer technologies | ASP.NET | Other
How to create dynamic report depend on user input by ASP.NET Core?
I want to build a dynamic report by Asp.net core -EF-, I searched for many ways and ideas, but it doesn't support my idea, I am so disappointed, the core idea of my project is to get tables and columns names from the database and displays them for the…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | Other

VS 2022 Community - I can't add a new 'Web Form' to my project. Missing items from Project "Add New Item..." window.
I've just installed VS 2022 Community and I'm attempting to work on a Web Form project, but when I choose "Project/Add New Item..." there is no item to select for a web form. Is this not supported in the 2022 version? I've tried using a…
Developer technologies | ASP.NET | Other
Developer technologies | C#
Old .NET versions automatic uninstallation/removal
Hello, How are you removing old versions of .NET from your devices? Is there a way to automate this? To better clarify our issue, please see the screenshot below. We just installed the latest version (6.0.35) for both: .NET Runtime and Desktop Runtime…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other
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…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | ASP.NET API
Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other
Developer technologies | C#
I can't find ASP.NET Web Application (.NET Framework) with c#
Hello I want to use ASP.NET Web Application (.NET Framework), and I have downloaded Visual Studio Community 2019 v16.11.3, and i have clicked the ASP.NET and web devleopment before i download it but I can't find the one i needed, I don't want the…
Developer technologies | ASP.NET | Other
System.IO.FileNotFoundException: 'Could not load file or assembly
I have an application in .net core. the application was running fine, but the error started coming after I installed dotnet add package Microsoft.AspNetCore.Authentication.Negotiate --version 6.0.14 Once I installed this package and put this line of code…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | Other
When we will update on the next version of MVC5.3.0 if there is no updates on the version please provide documentation for that.
Hi please provide the relavent info regarding the ASP.NET MVC 5.3.0 is there any updated on version if not please provide the documentation. Regards vinayak
Developer technologies | ASP.NET | ASP.NET API
Developer technologies | ASP.NET | Other
Is MVC a design pattern or an architectural pattern?
I have confused with the conflict between design pattern and an architectural pattern. I find MVC, MVVM, etc.. under architectural pattern but MVC is described as The Model-View-Controller (MVC) is an architectural pattern which separates an…
Developer technologies | ASP.NET | Other
Server Error in '/' Application Web.config
HI I need this problem solution. If anybody have this solution then pls reply to it. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the…
Developer technologies | .NET | .NET Runtime
Developer technologies | ASP.NET | Other
ASP.NET session has expired or could not be found (unable to find the solution) - SSRS Report
unable to find out the solution we have tried 2 things but there was no ouput: We have tried to extend the session time out to 30mins Tried to scale up the Azure speed when this error occurs Attached Screenshot for reference, kindly assist for the…
SQL Server Reporting Services
Developer technologies | ASP.NET | Other
Hide IIS version when user gets error HTTP Error 404.0 - Not Found and view source file from webbrowser
When user load the page with wrong url or type wrong path to the file in url then user get error with below message in web browser. " HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is…
Developer technologies | ASP.NET | Other
anti-forgery tokens implementation in asp.net web api
Can any one help me with anti-forgery tokens implementation in asp.net web api and AngularJS. how do we maintain the forgery key in web api to validate the key for every request. Please provide the full example.
Developer technologies | ASP.NET | Other

How to call stored procedure procedure using entity framework core?
I work on asp.net core entity framework I have csharp function done using ado dotnet stored proceure i need to convert it using entity framwork core with another meaning how to call stored proceure using entity framework core 6 and i don't need to use…
Developer technologies | .NET | Entity Framework Core
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | Other
how to download the large files(18 GB) from azure private storage containers in asp.core ?
we have line of business to provide the files download functionality from azure storage to client accessing web application developed asp.net core mvc hosted in azure. Downloading via Sas is working for fine only the storage account which is…
Azure Blob Storage
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | Other
How to concatenate string in password.aspx file ?
Hi, For my domain i want to concatenate automaticaly *DOMAIN* + username in password.aspx file : Because many of my users dont write DOMAIN\ and its very boring ! ive already add a value like value="DOMAIN" in the input form but when i put a…
Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Developer technologies | ASP.NET | Other
How to enable CSP in asp:UpdatePanel without having to write 'unsafe-inline'
I have an asp:UpdatePanel and asp:ScriptManager in my web form. When I enable CSP in the web.config as below, the functionality of the pages are not working like 'OnSelectedIndexChanged' event of asp:DropDownList and many more. <add…
Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other
new baby for asp.net core mvc
Hi all my all previous experience is using asp.net MVC, asp.net web, API and angular but recently I have install .NET 8 SDK and created asp.net core MVC empty project and i have following doubts. how to make authentication and authorization using…