3,312 questions with ASP.NET tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Authentication - Layout and Context - Location / Multiple

How should I handle Layout and Context in a Tutorial Authentication project? When Scaffolding Identity in the Authentication Tutorial, what is the best location for both the Layout and Context files? Tutorial: Introduction to Identity on ASP.NET…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2023-04-15T14:18:49.6233333+00:00
Dean Everhart 1,496 Reputation points
accepted 2023-04-15T19:22:53.11+00:00
Dean Everhart 1,496 Reputation points
0 answers

Form submissions not being received from my website on an Edge browser - Sitecore

Hi, When I submit a form fill on my website (Sitecore platform), this usually triggers an email to my Outlook or email client however when I have been doing this on Edge they're not being received. Any ideas on where to start? Assume this would be a dev…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,170 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2023-03-15T11:51:53.35+00:00
Hamza 0 Reputation points
commented 2023-04-15T13:49:45.89+00:00
Reza-Ameri 16,836 Reputation points
1 answer One of the answers was accepted by the question author.

Authentication - Context and Layout Location Best Practices / Targeting Context

Two Questions: 1. I want to resolve the error below 2. I mirrored the Views.Shared._Layout.cshtml and Data....Context.cs hierarchy within the Areas.Identity folder (see: Solution Explorer below) ...the thought being to keep Authentication concerns…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2023-04-14T14:45:37.2266667+00:00
Dean Everhart 1,496 Reputation points
edited a comment 2023-04-15T12:17:55.76+00:00
AgaveJoe 26,166 Reputation points
5 answers

How to diagnose, troubleshoot AppPool hangs with MVC ASP.NET 4.7 on IIS 10

I have a webapplication using MVC ASP.NET 4.7 on IIS10 (Windows Server 2019). The webapplication is reading data from an Oracle database using Oracle ManagedDataAccess dll and displaying it in a javascript chart library. This webapplication is…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
951 questions
asked 2022-01-05T14:08:34.767+00:00
Production IT 1 Reputation point
answered 2023-04-15T10:12:28.9266667+00:00
jaikant 0 Reputation points
2 answers One of the answers was accepted by the question author.

Does ASP.NET Core and .NET Framework ASP.NET Web application such as MVC5 and Web Forms use the same HTML controls and Server-side code

May I please ask if the ASP.NET Core and .NET Framework ASP.NET Web application such as MVC5 and Web Forms use the same server-side code and same client-side controls? If no please may I know in details what differs; if there is an article that best…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,459 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2023-04-14T08:00:18.9433333+00:00
Donald Symmons 2,856 Reputation points
commented 2023-04-14T18:30:13.89+00:00
Donald Symmons 2,856 Reputation points
2 answers One of the answers was accepted by the question author.

UpdatePanel (ASP), I lose inserted objects when I insert new objects dynamically

I'm trying to insert one object (Panel) after another inside an UpdatePanel type object (by means of a button), this with the aim of forming an array that looks horizontal visually when the user inserts it inside the UpdatePanel. The problem I have is…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,605 questions
asked 2023-03-15T22:54:17.7233333+00:00
LA RC 41 Reputation points
accepted 2023-04-14T15:58:03.3+00:00
LA RC 41 Reputation points
2 answers One of the answers was accepted by the question author.

Migration - Targeting Different Context Files (Areas.Data...)

Errors: PM> add-migration CreateIdentitySchema Build started... Build succeeded. More than one DbContext was found. Specify which one to use. Use the '-Context' parameter for PowerShell commands and the '--context' parameter for dotnet…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2023-04-13T17:27:49.5433333+00:00
Dean Everhart 1,496 Reputation points
accepted 2023-04-14T11:44:40.2066667+00:00
Dean Everhart 1,496 Reputation points
1 answer One of the answers was accepted by the question author.

Authentication - Scaffolding Identity - The type or namespace name 'Areas' does not exist in the namespace

Creating a basic tutorial project using authorization. The following error messages... GitHub:…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2023-04-12T16:54:21.19+00:00
Dean Everhart 1,496 Reputation points
accepted 2023-04-14T11:18:25.9933333+00:00
Dean Everhart 1,496 Reputation points
3 answers One of the answers was accepted by the question author.

Authentication - Configuring Identity Services

I'm having difficulty creating my first successful authentication tutorial project and trying to run down possible sources of problems in the steps. In the Introduction to Identity on ASP,NET Core tutorial... Configure Identity services... If you…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2023-04-13T13:28:58.5666667+00:00
Dean Everhart 1,496 Reputation points
accepted 2023-04-14T11:11:13.9733333+00:00
Dean Everhart 1,496 Reputation points
1 answer

Chose between .net 4.8.1 and .net core 6.0 . is the support life cycle an important factor to consider

I want to start developing a long-life ERP system to a customer. now on paper I would chose to develop it using .NET core 6.0 with SQL Server. But one of the main drawbacks which the customer did not agree on, is the short support life cycle for .NET…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,459 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2023-04-13T15:47:42.74+00:00
john john 946 Reputation points
commented 2023-04-14T05:13:10.3266667+00:00
john john 946 Reputation points
1 answer One of the answers was accepted by the question author.

How to fix builder.Configuration in asp.net 7

Hello. As you can see, I am passing the builder.Configuration as an argument to my ConfigureIdentityServices and AddInfrastructureServices functions. When I run the program the jwtKey variable is null and when I access the IConfigurationSection of the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,459 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
306 questions
asked 2023-04-12T20:56:55.02+00:00
LeMonsalve 20 Reputation points
accepted 2023-04-13T22:01:32.7333333+00:00
LeMonsalve 20 Reputation points
2 answers

What is the process for upgrading my current VB-based, webforms projects to .NET 8?

I'm 60 years old and have used Visual Studio for many years. Currently, I develop apps that are deployed to Azure. As my needs do not require very complex platforms, I use Visual Basic in .NET 4.8. What is the process for upgrading my current VB-based,…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2023-04-12T21:51:17.07+00:00
Ravi Persaud 0 Reputation points
edited an answer 2023-04-13T16:01:14.46+00:00
Albert Kallal 4,896 Reputation points
1 answer One of the answers was accepted by the question author.

Authentication Tutorial Project - Scaffold Register, Login, LogOut, and RegisterConfirmation

Error at seventh step (below) PM> Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore -Version 6.0.11 Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore : The term 'Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore' is not recognized as the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2023-04-13T14:13:40.0766667+00:00
Dean Everhart 1,496 Reputation points
accepted 2023-04-13T15:53:34.8333333+00:00
Dean Everhart 1,496 Reputation points
0 answers

Actually I am not professional in using microsoft expression web 4 , I am using it on windows 11 , the problem is when I try to connect an ASPX connection but there is a pop up problem message says that the web.config page got errors so what should I do ?

the error massege is : ( Connection information could not be stored in the web application configuration file (web.config) due to errors in the file . Fix the errors and try again )

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
Access
Access
A family of Microsoft relational database management systems designed for ease of use.
314 questions
asked 2023-04-12T10:31:11.84+00:00
Sara Ali 0 Reputation points
commented 2023-04-13T07:06:07.0433333+00:00
QiYou-MSFT 4,306 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Confused about Microsoft "signed in user" and IIS app pool identify

I have a ASP.NET MVC hosted on premise that uses Windows Authentication. It also utilizes a service account for its app pool identity that has heightened privileges for various tasks such as database accesses. In this app, I would like to utilizes…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,834 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2023-04-12T16:29:45.63+00:00
Luan-i Jackson 40 Reputation points
accepted 2023-04-12T19:14:06.3033333+00:00
Luan-i Jackson 40 Reputation points
3 answers One of the answers was accepted by the question author.

Can converted DIV to Image be downloaded as PDF

Is it possible to convert div container to Image and at the same time download the converted image div as PDF? I tried to apply an idea from the code I have which converts HTML elements (including Image) to PDF, but it did not work. I believe there are…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,459 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,380 questions
asked 2023-04-10T07:06:20.85+00:00
Donald Symmons 2,856 Reputation points
answered 2023-04-12T11:40:54.1633333+00:00
Anmous 0 Reputation points
1 answer One of the answers was accepted by the question author.

How do I make user authentication timeout last longer

Hello forum, Please there is something I need to understand regarding authentication timeout in the Web Config. I am using Session with authentication. Each time I login in my local machine, within a short duration, I get logged out. At first, the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,459 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
772 questions
asked 2023-04-12T07:57:14.8866667+00:00
Donald Symmons 2,856 Reputation points
accepted 2023-04-12T11:34:54.0566667+00:00
Donald Symmons 2,856 Reputation points
1 answer

Relocating Database from default to within project folder

Moving the database location from the default to within the project folder (wwwroot/Data) Copy database files from default... C:\Users\UserName\ContosoUniversity.Data.mdf C:\Users\UserName\ContosoUniversity.Data.ldf To... …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2023-04-10T16:49:30.6133333+00:00
Dean Everhart 1,496 Reputation points
answered 2023-04-12T01:43:36.3566667+00:00
SurferOnWww 2,071 Reputation points
2 answers One of the answers was accepted by the question author.

Displaying Embedded Video in a View

How do you display embeded video as video (not the embed links as text pictured below)? GitHub: https://github.com/DeanEverhart/ContosoUniverstiyEmbed Environment: Net Core 6, Visual Studio Community 2022 (64 bit), WIndows 11 ** View** @model…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2023-04-10T17:32:30.04+00:00
Dean Everhart 1,496 Reputation points
accepted 2023-04-11T13:28:16.3833333+00:00
Dean Everhart 1,496 Reputation points
1 answer One of the answers was accepted by the question author.

The JSON value could not be converted to System.Collections.Generic.List`

Hi, My JSON is not converting to a list. JsonException: The JSON value could not be converted to System.Collections.Generic.List`1[Amiibo.Models.NintendoAmiibos]. Path: $ | LineNumber: 0 | BytePositionInLine: 1. My code: using var client = new…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2023-04-11T00:57:47.4966667+00:00
07735608 20 Reputation points
accepted 2023-04-11T02:13:14.34+00:00
07735608 20 Reputation points