3,312 questions with ASP.NET tags

Sort by: Updated
1 answer

Looking for ASP.NET Generic Oracle Padding Vulnerability fix

Is there a way to fix the Generic Padding Oracle vulnerability on an ASP.NET website using MVC that targets .NET Framework 4.8? I've tried downloading the patch from 2010 through Windows Update, but it doesn't seem to be available. I also attempted the…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,747 questions
asked 2024-05-23T21:35:36.81+00:00
Tim Davis 0 Reputation points
answered 2024-05-24T03:14:37.66+00:00
Lan Huang-MSFT 26,361 Reputation points Microsoft Vendor
1 answer

REST interface, server for GET,PUT,POST,DELETE

Hello, My goal is to control a Rest Server from a WPF C# desktop app. Get, Push, Pop, Delete should be tested. The server does not require extensive logic, only test data. Later, the customer REST server is connected. How can I achieve this? How should I…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,237 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,376 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 2024-05-23T17:15:44.0466667+00:00
Noah Aas 260 Reputation points
commented 2024-05-24T02:30:05.86+00:00
Tiny Wang-MSFT 1,746 Reputation points Microsoft Vendor
1 answer

Error when uploading CSV files to Azure blob storage using ManagedIdentity with C# and GraphQLAPI. "Total size of resourceFiles is using 147% of available space after processing."

Hello All, I have created a console app using C# where I try to fetch the data from GraphQLAPI and store the data in csv files. post that it would be uploaded to the Azure blob storage using ManagedIdentity. This complete code work fine in my local VS…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,237 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,752 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,376 questions
asked 2024-05-15T08:40:14.42+00:00
Siddhesh Chavan 0 Reputation points
commented 2024-05-23T16:50:15.2666667+00:00
ShaikMaheer-MSFT 38,126 Reputation points Microsoft Employee
1 answer

How to create backend application using Asp.net C# Web API Core

How to create backend application using web api core application followed by standards using desing pattern, Depedency injection and solid principle I am new to web api core how to start following things JWT token authentical and authorization simple…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,237 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,376 questions
asked 2024-05-17T06:22:52.4166667+00:00
coder rock 196 Reputation points
commented 2024-05-23T15:29:54.2+00:00
AgaveJoe 26,166 Reputation points
2 answers

how to solve this error

Hello I have hosted my application in local iis and accessing this via another pc using ip address suddenly this error comes what to do how to solve

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2024-05-23T13:14:54.1833333+00:00
RAVI 936 Reputation points
answered 2024-05-23T13:43:25.6566667+00:00
AgaveJoe 26,166 Reputation points
1 answer One of the answers was accepted by the question author.

Saving Dynamic Form Fields to Database with Fixed Values in MVC

[HttpPost] [ValidateAntiForgeryToken] public ActionResult Create(EgitimSeminerViewModel model) { if (ModelState.IsValid) { for (int i = 0; i < model.EgitimSeminerBilgiList.Count; i++) { …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2024-05-23T07:34:52.57+00:00
kadir 0 Reputation points
accepted 2024-05-23T08:40:04.7166667+00:00
kadir 0 Reputation points
0 answers

Saving Dynamic Form Fields to Database with Fixed Values in MVC

[HttpPost] [ValidateAntiForgeryToken] public ActionResult Create(EgitimSeminerViewModel model) { if (ModelState.IsValid) { for (int i = 0; i < model.EgitimSeminerBilgiList.Count; i++) { …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2024-05-23T07:33:53.8266667+00:00
kadir 0 Reputation points
commented 2024-05-23T08:17:35.8466667+00:00
Lan Huang-MSFT 26,361 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Recording from different fields to the same table in ASP.NET MVC

Model : public class EgitimSeminerViewModel { public List<TBL_EgitimSeminerBilgi> EgitimSeminerBilgiList { get; set; } public EgitimSeminerViewModel() { EgitimSeminerBilgiList = new List<TBL_EgitimSeminerBilgi>(); …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2024-05-22T20:37:00.6233333+00:00
kadir 0 Reputation points
commented 2024-05-23T08:01:09.0733333+00:00
kadir 0 Reputation points
4 answers

Blazor SignalR setup fails

Hi, Hopefully someone can point me in the right direction to resolve this problem, I have setup another SignalR hub in my blazor Server application and am getting the following failure when tryign to access the page that the SignalR hub is…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,419 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 2022-12-20T03:35:19.253+00:00
Peter Annandale 21 Reputation points
commented 2024-05-23T07:08:07.8533333+00:00
Роман Суворов 0 Reputation points
8 answers

Unable to Resolve Scaffolding Issue in ASP.NET Core MVC Application

I'm getting the following error when I try to scaffold the Login, Logout, and Register pages. I ran the Visual Studio Installer to and clicked on the ASP.NET web development workflow to ensure I have all of the required tools installed. Version…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,237 questions
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
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,691 questions
asked 2023-01-25T03:05:53.0133333+00:00
Xenu 0 Reputation points
edited an answer 2024-05-22T21:13:32.2233333+00:00
Siamak Shirzad 0 Reputation points
4 answers

could not load file or assembly'Microsoft.data.sqlclient'

how to solve this error

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,458 questions
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
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,691 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,894 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,376 questions
asked 2023-09-12T17:01:47.29+00:00
Niyati Savaliya 0 Reputation points
edited an answer 2024-05-22T16:14:52.2633333+00:00
Andreas G 0 Reputation points
3 answers

How to design patterns from scratch using C# asp.net MVC

I am new to building design pattern using factory design pattern, its C# asp.net mvc application which i am going developing my new web application, please can you help me how to start from scratch. I have worked one design pattern application which is…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,458 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,376 questions
asked 2024-04-19T14:27:10.4633333+00:00
coder rock 196 Reputation points
edited a comment 2024-05-22T15:22:16.89+00:00
Bruce (SqlWork.com) 57,886 Reputation points
1 answer

How to remove row on client side by jQuery based on key auditor id and budget year?

I work on jQuery with asp.net . I face issue I can't remove row from grid view based on key AUD_RECID and P_BUDGET_YEAR . AUD_RECID with different P_BUDGET_YEAR so I need key will be both from AUD_RECID and P_BUDGET_YEAR SO I will have unique Value when…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
901 questions
asked 2024-05-21T23:41:45.2266667+00:00
Ahmed Salah 0 Reputation points
answered 2024-05-22T09:35:05.8033333+00:00
Lan Huang-MSFT 26,361 Reputation points Microsoft Vendor
2 answers

How to change name of ASP.NET Empty website project ?

I want to change the name of my project because it has the same name as the solution main project. I tried in many way but didn't find how to change the name. The project name project is ShopWebSite1 When the solution and project has same…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,458 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,237 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 2021-09-09T08:16:10.5+00:00
daowdos 271 Reputation points
answered 2024-05-22T05:35:32.8533333+00:00
Ronen 0 Reputation points
3 answers One of the answers was accepted by the question author.

How to make loader image show on every page when user click on any task

I have a webform application with master page, I want when user initiate any task in the website the loader image will show with modal screen untill the task is finished. below is my master page code. <script type="text/javascript"…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
901 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,376 questions
asked 2024-05-19T04:01:14.2433333+00:00
Emeka Okoye 66 Reputation points
accepted 2024-05-21T20:24:34.7833333+00:00
Emeka Okoye 66 Reputation points
0 answers

How to update microsoft .net core seol windows server 2019

card access sever "windows server 2019". How to update .net core seol?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,458 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,237 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
.NET F#
.NET F#
.NET: Microsoft Technologies based on the .NET software framework.F#: A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
96 questions
Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
978 questions
asked 2024-05-21T14:08:33.4733333+00:00
Tim O'Brien 5 Reputation points
3 answers One of the answers was accepted by the question author.

Javascript Gridview checkbox alert message not working properly.

I am using javascript validation in gridview. I have selected checkboxes in the gridview. but, still it's throwing alert message unncessarily. where is the problem in the below code. kindly update asap if anyone identified the issues. or pls. provide…

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,376 questions
asked 2024-05-19T14:52:29.7566667+00:00
Gani_tpt 1,746 Reputation points
accepted 2024-05-21T13:20:46.7966667+00:00
Gani_tpt 1,746 Reputation points
2 answers

why application is running so slow how to find the cause

Hello I have installed my webiste in local server and its connect to via LAN in 3 computer it work fine without internet and it was very speed as well Suddenly today its loading very slow whats the cause thanking you

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2024-05-21T10:19:26.14+00:00
RAVI 936 Reputation points
answered 2024-05-21T11:57:18.6433333+00:00
AgaveJoe 26,166 Reputation points
1 answer One of the answers was accepted by the question author.

how to clear selected check box in gridview when click clear button

how to clear selected check box in gridview. when i click clear button, all paging selected check box should clear by default. How to do this..?

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,376 questions
asked 2024-05-18T13:34:00.7266667+00:00
Gani_tpt 1,746 Reputation points
accepted 2024-05-21T09:17:57.6933333+00:00
Gani_tpt 1,746 Reputation points
1 answer One of the answers was accepted by the question author.

Div <li> menu color not updating properly in ASP.NET master page c#

I am using menu control using <ul> and <li> tag. I am trying to apply some different color while menu selected. But, applying color not reflected in menu. (particularly white color for text in the menu) what will be the problem in the below…

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,376 questions
asked 2024-05-18T13:29:33.9266667+00:00
Gani_tpt 1,746 Reputation points
commented 2024-05-20T17:28:31.4333333+00:00
Gani_tpt 1,746 Reputation points