3,355 questions with ASP.NET tags

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

URL Rewrite rule not working Http to Https Redirect IIS 10 - Asp.Net Framework 4.8 - aspx - Web Forms

Using URL rewrite module 2.1 in IIS 10 is not working as expected. Here is my requirement I have several web applications running under "Default Web Site". One of them is "WebAppDemo" The Default Web Site has bindings as in the…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
asked 2024-06-07T19:10:18.9433333+00:00
techthiru 40 Reputation points
commented 2024-06-09T14:37:48.46+00:00
techthiru 40 Reputation points
1 answer One of the answers was accepted by the question author.

ASP.NET MVC - Implementing Search Functionality

I've implemented a search to filter out records by LastName but it doesn't work; basically it does nothing. I have Googled and tried using several code sample but not been able to use them since I get syntax errors. How do I get the search to…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
asked 2024-06-06T04:48:06.3933333+00:00
Malam Malam 161 Reputation points
commented 2024-06-09T04:15:55.97+00:00
Malam Malam 161 Reputation points
3 answers One of the answers was accepted by the question author.

PDF File not opening in modal popup in asp.net using embed

I am unable to open the pdf file which is located in file server path through modal popup. pls. find below 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,355 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,453 questions
asked 2024-06-06T13:53:41.8333333+00:00
Gani_tpt 1,986 Reputation points
commented 2024-06-08T16:55:11.3366667+00:00
Gani_tpt 1,986 Reputation points
1 answer

Keep old url but redirect to new url - IIS - Asp.Net - .aspx

Running - IIS 10 - Asp. Net - Web Forms "Web Application" - .NET Framework 4.8 WebAppDemo is a web forms "application" under "Default Web Site" Default Web Site WebAppDemo Allows only a http:80 binding on default port…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
asked 2024-06-06T18:52:46.7233333+00:00
techthiru 40 Reputation points
edited the question 2024-06-08T13:36:07.01+00:00
techthiru 40 Reputation points
0 answers

When creating a project as an ASP. NET Web Application (. NET Framework) Empty, MVC in Visual Studio Community 2022 I get this error: Excepction from HRESULT: 0x80040402 I would like to know how to fix it please

When creating a project as an ASP. NET Web Application (. NET Framework) Empty, MVC in Visual Studio Community 2022 I get this error: Excepction from HRESULT: 0x80040402 I would like to know how to fix it please

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 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,744 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
983 questions
asked 2024-06-08T03:23:05.2466667+00:00
ESTEBAN UGALDE 0 Reputation points
0 answers

Confused about how to use Microsoft.AspNetCore.SystemWebAdapters while trying to port from old ASP.NET website to new ASP.NET Core web app

https://stackoverflow.com/questions/78589165/confused-about-how-to-use-microsoft-aspnetcore-systemwebadapters-while-trying-to Can some one tell me how to approach this?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,273 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 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,453 questions
asked 2024-06-07T21:23:00.4833333+00:00
Sameer Ranade 0 Reputation points
0 answers

How to hide the modal popup if another modal popup is open in ASP.NET

I am using multiple modal popup window (bootstrap) in the gridview. one is for onclick (link button) second one is for onclick (image button) i have used two different design popup model (dialog). i am facing the issue, when i click linkbutton, it is…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 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,453 questions
asked 2024-06-07T09:43:53.13+00:00
Gani_tpt 1,986 Reputation points
commented 2024-06-07T20:30:29.25+00:00
AgaveJoe 26,586 Reputation points
3 answers

What is the best way to show the loader while uploading the file in gridview

I am using gridview for displaying and inserting new records. i'm using loader wherever it is required in the gridview. it is working fine. i'm trying to use animation loader for specific upload column in gridview. will it possible to show the loader…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 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,453 questions
asked 2024-06-07T17:12:49.2366667+00:00
Gani_tpt 1,986 Reputation points
commented 2024-06-07T20:08:14.0566667+00:00
Albert Kallal 5,061 Reputation points
0 answers

How to update a List in a View und refresh the View with the updated List in ASP.NET?

In my Controller I read data from a Excelfile and compare this data with data from the database see: `[HttpPost]` public ActionResult UploadWöchentlichesUpdate(IFormFile excelFile) { if (excelFile != null &&…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
asked 2024-06-07T10:51:09.9333333+00:00
Christopher H 0 Reputation points
edited a comment 2024-06-07T15:18:55.3466667+00:00
AgaveJoe 26,586 Reputation points
0 answers

Gridview ID problem

Hello, I have two gridviews set up. Both of them use the default scrolling buttons. In one gridview if you look at the properties of the scroll > buttons the ID property is missing like this: <input type="image"…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
asked 2024-06-06T17:56:28.6366667+00:00
Wheeler, Lee 0 Reputation points
edited a comment 2024-06-07T12:39:29.54+00:00
Wheeler, Lee 0 Reputation points
1 answer

My.NET 4.7 MVC 5 project website displays its file listing, but it should show the home page of the project

Hi, I am not sure what could cause my website to display the projects file listing instead of the intended home page? During the upgrade, here are some packages I had to install : PM> NuGet\Install-Package Microsoft.AspNet.Mvc -Version 5.3.0…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
asked 2024-06-06T23:26:12.68+00:00
iqworks Information Quality Works 276 Reputation points
answered 2024-06-07T06:20:14.5166667+00:00
QiYou-MSFT 4,306 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Loader Page

Respected All, please see below image i want to put loading page before Mvc Actionresult return view. so can u please suggest me how to do it ??

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
asked 2024-06-06T11:40:54.26+00:00
MNH ASP 101 Reputation points
commented 2024-06-07T03:01:09.3833333+00:00
MNH ASP 101 Reputation points
2 answers One of the answers was accepted by the question author.

How to stop just one web application running under "Default Web Site" in IIS 10?

I have IIS 10 running several web applications under "Default Web Site" I want to just bring down one application. How do i do that? This is an asp.net web forms web application running .net framework 4.8 Note: I am not wanting to shut down…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
asked 2024-06-06T14:47:28.0966667+00:00
techthiru 40 Reputation points
accepted 2024-06-06T19:30:27.1833333+00:00
techthiru 40 Reputation points
0 answers

DriveItem AdditionalData Patch method with error in Graph Api

I'm creating an API with ASP.NET Core that accesses a list/drive with the graph api and at some point I need to update an item that was created in the drive library to add an ID (which is a custom column), but I'm getting an invalid request error, can…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,273 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 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.
311 questions
asked 2024-06-06T17:08:51.2033333+00:00
Bruno Bispo 0 Reputation points
3 answers One of the answers was accepted by the question author.

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,273 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 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,453 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.
311 questions
asked 2024-05-23T17:15:44.0466667+00:00
Noah Aas 300 Reputation points
accepted 2024-06-06T16:18:48.6133333+00:00
Noah Aas 300 Reputation points
3 answers One of the answers was accepted by the question author.

How to open pdf file in modal popup in ASP.NET C#

I am developing ASP.NET application. i used gridview to insert, update and delete the data. Also, i am uploading documents in file server path. now, i am uploading all the documents as pdf and in past days i have uploaded document as image. Now and…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 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,453 questions
asked 2024-06-04T18:32:27.64+00:00
Gani_tpt 1,986 Reputation points
answered 2024-06-06T14:00:11.34+00:00
AgaveJoe 26,586 Reputation points
2 answers

What does this setting do in IIS - Ssl Settings - Require SSL ?

I would like to understand the effect of this setting in IIS  What happens when this check box named "Require SSL" is checked? Does this enable https: protocol on a http site? such that the website can be browsed with https: in the URL? Does…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
asked 2024-06-05T13:24:46.4533333+00:00
THIRUNARAYANAN SOWRIRAJAN 0 Reputation points
edited an answer 2024-06-06T06:47:29.27+00:00
Sam Wu-MSFT 7,126 Reputation points Microsoft Vendor
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,503 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 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,744 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.
13,016 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,453 questions
asked 2023-09-12T17:01:47.29+00:00
Niyati Savaliya 0 Reputation points
commented 2024-06-06T06:15:20.6166667+00:00
Isuru Weerasinghe 0 Reputation points
2 answers

How to configure application insight logins in Asp .Net Mvc applciation. (Not in .Net Core)

I need to do logging inside the controller methods.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
asked 2024-06-05T13:36:00.81+00:00
Athula Chandrawansha 20 Reputation points
answered 2024-06-06T05:36:34.3766667+00:00
Lan Huang-MSFT 27,476 Reputation points Microsoft Vendor
1 answer

How to redirect requests to an old url(which uses the default ports) to a new url (which uses custom ports)?

We have a legacy .aspx web forms "web application" running IIS 10 and .Net Framework 4.8. We want to separate it out of the "Default Web Site" and want it to run under it's own website say "MyApplicationSite" Now are the…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
asked 2024-06-05T16:40:23.4666667+00:00
techthiru 40 Reputation points
commented 2024-06-05T19:05:28.5066667+00:00
Lex Li (Microsoft) 4,742 Reputation points Microsoft Employee