3,417 questions with ASP.NET tags

Sort by: Updated
1 answer

AZURE SSO implementation using SAML protocol in .net MVC web application

Hi, we want to implement Azure SSO in .net MVC application using SAML. Does .net has integration kit for this requirement ? Is it required to use third party SAML integration kit?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,405 questions
asked 2021-04-12T07:37:52.383+00:00
commented 2021-04-14T16:13:23.427+00:00
Grmacjon-MSFT 17,456 Reputation points
0 answers

How do align the button4 horizontally in the div 1?

Hi. This is what the site looks like on localhost This is what the site looks like at Visual Studio. Help me please.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
asked 2021-04-03T22:21:03.9+00:00
Igor 6 Reputation points
commented 2021-04-14T02:04:22.277+00:00
Yijing Sun-MSFT 7,071 Reputation points
0 answers

Reshaper code expanding not working in html razor pages asp.net core mvc

I have been using visual studio 2019 community + resharper on many pc with windows 10 2004 and everywhere it's working fine but on this PC div.row is not expanding by using tab key and also td or tr is not expanding and many other tags as well. …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,400 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
asked 2021-04-09T13:43:14.203+00:00
Malik Humza Yunas 1 Reputation point
commented 2021-04-09T16:51:13.11+00:00
Duane Arnold 3,216 Reputation points
0 answers

Deploy an Ingridient list to Azure

Hello Can somebody help me to deploy my Ingredients list to azure? this is my code to parse the HTML and get the list List<Ingredient> ingridientList = new List<Ingredient>(); var web = new HtmlWeb(); for…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
asked 2021-04-07T16:56:06.43+00:00
Eduardo Gomez 1 Reputation point
commented 2021-04-09T10:28:46.42+00:00
Eduardo Gomez 1 Reputation point
0 answers

Error in File Uploading using ASP.Net

Dear All I am using following code snipped to upload file in SFTP. Its a console base application and working fine. File is uploaded in SFTP in a specific time. public static void FileUploadSFTP(string sFileType) { // server credential…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
asked 2021-04-08T04:57:00.873+00:00
munirul islam 1 Reputation point
commented 2021-04-09T09:36:12.22+00:00
Yihui Sun-MSFT 801 Reputation points
1 answer

can we route all api call to ip adress instead of localhost

HI Team, can we route all api call to ip adress instead of localhost if yes please share supported code below are example https://IP :8881/api/v1/devices https://localhost:8881/api/v1/devices

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
asked 2021-04-08T05:44:17.813+00:00
saanvi 1 Reputation point
answered 2021-04-09T06:17:51.707+00:00
Yihui Sun-MSFT 801 Reputation points
2 answers

Mapping URL my azure web site.

I purchased a URL on google and I want to use it on my azure supported web site. What are the steps I need to go through to get this done?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
asked 2021-04-09T00:23:03.647+00:00
S. Matson 1 Reputation point
answered 2021-04-09T01:14:44.667+00:00
S. Matson 1 Reputation point
0 answers

ReportViewer control floating over form

I have some old ASP.NET WebForms that use ReportViewer control. The control works at runtime without problems but at design time it appears floating over the form instead being enclosed in the form where the control is declared. <tr> …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
asked 2021-04-01T07:06:09.637+00:00
Michele Santucci 1 Reputation point
commented 2021-04-07T23:56:24.683+00:00
Albert Kallal 5,231 Reputation points
1 answer

Start Blazor

I want to start Blazor web assembly and i use asp.net mvc5 for web application. Can i use Blazor in mvc5 or i have to learn type of .net core technologys?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
asked 2021-04-02T14:44:06.043+00:00
Erfan 1 Reputation point
answered 2021-04-05T01:54:39.533+00:00
Yihui Sun-MSFT 801 Reputation points
0 answers

IIS web server how can i mirror incoming web traffic to another machine

I need traffic mirroring for iis web server . I tried using ARR(Application Request Routing) and Url Rewrite for that but i dont need reverse proxy . I just want to send traffic to another port not getting response from there. Is it possible to do that ?

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
asked 2021-03-10T20:44:22.637+00:00
Yasin 1 Reputation point
commented 2021-04-02T08:23:55.103+00:00
Sam Wu-MSFT 7,286 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Strange asp.net website crash with IIS 8.5 and Windows Server 2012 RC

Hi. I have a legacy website built with ASP.NET WebForms, running on a Windows 2012 RC Server and IIS 8.5. The app is running on .NET 4.5 framework. Recently, the website has suddenly stopped working during few minutes, and i've had to recycle 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,417 questions
Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,571 questions
asked 2021-03-30T15:45:33.397+00:00
GuillaumeDX 21 Reputation points
commented 2021-04-02T07:48:43.04+00:00
GuillaumeDX 21 Reputation points
1 answer

C# Asp.net Azure Authorization Certain Pages

I am working on a simple website that will use Azure for authentication and authorization. I have 5 actual aspx pages. I need to have certain pages restricted so that based on who is logged into the site with there credentials they do or don't have…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 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,643 questions
asked 2021-04-01T13:34:41.563+00:00
Ronald Lawrimore 1 Reputation point
commented 2021-04-01T16:45:12.367+00:00
Michael Taylor 51,346 Reputation points
2 answers

Is there an open source ASP.NET app that uses C# and MVC with a MySQL database?

I am looking for a pre-built solution that uses the above technologies I can use the build my own project on top of. I remember that there was a marketplace for ASP.NET apps and controls that could be used freely. Thanks for your help, Abe.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
768 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,643 questions
asked 2021-03-29T18:08:45.893+00:00
Abraham Luna 6 Reputation points
commented 2021-04-01T12:33:44.447+00:00
Abraham Luna 6 Reputation points
2 answers One of the answers was accepted by the question author.

How to export dataset to excel?

Visual Studio 2019 ;ASP.NET ;VB Code I fill the dataset from SQL , but how to export to Excel ? Dim temp_string As String temp_string = "SELECT * FROM[T - Staff] WHERE join >'2020' ORDER BY CName" …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 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,667 questions
asked 2021-03-24T02:17:49.89+00:00
Kerry Ou 226 Reputation points
commented 2021-04-01T00:38:33.027+00:00
Kerry Ou 226 Reputation points
1 answer

Website return blank page when generating all SSRS reports

Recently, the database and SSRS reports were cloned to another server. There was no change in VB.NET website except the config. connecting to database and report server. Once the configuration is set, the configuration and settings kept unchanged. …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,878 questions
asked 2021-03-29T22:29:34.297+00:00
heiw123 1 Reputation point
commented 2021-03-30T10:17:10.077+00:00
XuDong Peng-MSFT 10,341 Reputation points Microsoft Vendor
0 answers

Need to create html fromat in asp.net using itextsharp

![82283-invoice.png][1] [1]: /api/attachments/82283-invoice.png?platform=QnA can you please tell me how to create html for this format and convert it into pdf

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 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,643 questions
asked 2021-03-29T06:16:42.817+00:00
rina12 1 Reputation point
commented 2021-03-30T06:11:00.54+00:00
XuDong Peng-MSFT 10,341 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Should I create separate package to host web api as windows service in .net core 3.1?

Some background : I have common Web API library which adds Serilogger and Splunk integration/implementation for ILogger along with handling of common services/Middlewares such as Custom Authentication/Authorization, Exception Handling, Request/Response…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,400 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 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,643 questions
asked 2021-03-22T12:00:05.777+00:00
Ashutosh Arun Pareek 76 Reputation points
accepted 2021-03-30T03:20:47.453+00:00
Ashutosh Arun Pareek 76 Reputation points
2 answers

Where is "Application Development Features" on Windows Server?

I've got a fresh Windows Server system on which I installed .NET. I have an application whose manual advises me to turn on these Features such as ".NET Extensibility 3.5" etc. but I don't see "Application Development Features"…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,141 questions
asked 2021-03-26T19:57:37.903+00:00
Michael Levin 21 Reputation points
commented 2021-03-30T01:26:55.163+00:00
Jerry Cai-MSFT 991 Reputation points
3 answers

ASP.NET MVC controller not receiving the parameter from view

I am getting null value for the actor(which is an action parameter). I tried all possible ways to call the action method. I don't know if there is any setting in the web.config or what. When I try it in sample MVC application, it worked fine(getting…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 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,643 questions
asked 2021-03-26T10:15:04.02+00:00
Ramakrishna Allada 1 Reputation point
answered 2021-03-29T10:04:07.473+00:00
Yihui Sun-MSFT 801 Reputation points
2 answers

how to show paging number in numeric , just want to hide "previous ,next " buttons in paging

Hi, Solution Required: How can I hide "previous", next" buttons on bootstrap pagai![77119-image.png][1]ng, Solution Required: I just want to show paging only in numbers that to right side [1]: /api/attachments/77119-image.png?platform=QnA

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,646 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
asked 2021-03-12T13:25:37.63+00:00
Mohammad Qasim 576 Reputation points
commented 2021-03-29T08:23:21.523+00:00
Yijing Sun-MSFT 7,071 Reputation points