Microsoft Q&A

ASP.NET Web Forms

458 questions

A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.

Browse all .NET tags

13 questions with ASP.NET Web Forms tags

Sort by: Answers
0 answers

habilitar el puerto TLS en código .NET C# para entorno Azure

el error que me sale es sigs el codigo es este me falta algo para activaer el TLS o el STARTTLS desde el codigo? Gracias

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
asked 2023-03-17T20:24:13.3633333+00:00
Oscar Adrián Sánchez 0 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…

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
1,440 questions
asked 2023-03-15T11:51:53.35+00:00
Hamza 0 Reputation points
0 answers

Get an ILogger instance for App Insights from ServiceCollection in a WebForms .NET Framework application

We want to get an ILogger instance so that it can be passed to other library. We tried below, but the ILogger instance does not log into Application Insights. It logs into Event Viewer successfully. We have added the necessary packages i.e.…

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
asked 2023-01-31T12:10:20.45+00:00
Wadhwani, Jatin 0 Reputation points
0 answers

How Do I Return ContentDisposition.FileName -PDF from a Method To be Attached to MailMessage

Kindly show me how to achieve this. I have a method SendRenewalNotification() that sends Policy Renewal Notification to Clients. This Method calls another Method called PolicyScheduleGenerator() that Generates PDFs to be attached to MailMessage. …

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
ASP.NET MVC
ASP.NET MVC
A Microsoft web application framework that implements the model-view-controller (MVC) design pattern.
717 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.
167 questions
asked 2023-01-23T18:03:39.4366667+00:00
abiodunajai 231 Reputation points
edited the question 2023-01-23T18:21:35.97+00:00
abiodunajai 231 Reputation points
0 answers

How to setup regional Vnet integration between new ASP.NET 4.8 Azure Service V3 and Azure SQL Managed Instance?

I just created a simple ASP.NET Web Forms app to Azure Service - Premium V3 plan. This app runs fine as long it does not access our database in SQL Managed Instance (MI). When trying to access the database (a simple SQL SELECT statement in the…

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
Azure SQL Database
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
353 questions
asked 2023-01-17T16:04:18.37+00:00
Jan J. Vopalensky 0 Reputation points
edited the question 2023-01-17T16:31:58.2033333+00:00
Jan J. Vopalensky 0 Reputation points
0 answers

Cards Overlay effect in asp.net web page

Hello, Please how can create two situations where 3 or 4 cards overlay each other just as shown in the below images ? In the first image the cards overlay each other horizontally. While in the second image the cards overlay each other vertically. Then…

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
asked 2023-01-15T10:14:04.3066667+00:00
Donald Symmons 1,226 Reputation points
edited the question 2023-01-16T02:25:06.85+00:00
Tianyu Sun-MSFT 14,471 Reputation points Microsoft Vendor
0 answers

How to resize default ASP.net navbar to mobile?

I'm developing a website using ASP.net and am using the default navbar that ASP.net generates with Site.Master. I deleted the Site.MobileMaster since I want the navbar to be there for mobile users as well but it doesn't reshape itself and becomes long,…

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 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.
7,495 questions
asked 2022-05-18T17:42:53.357+00:00
Guilherme Oliveira 1 Reputation point
0 answers

Provider=Microsoft.ACE.OLEDB.12.0 asp.net web forms session out

Hello, trying to read data from excel, every thing is working fine in development environment, on IIS session expires on below line. OleDbcon = New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + filePath +…

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
2,162 questions
asked 2022-03-10T10:07:44.35+00:00
Tahir Shafique 1 Reputation point
0 answers

How to eliminate extra folder/characters being added to URL

Recently, my Azure Web Apps have started automatically adding a subfolder after the domain to the URL in the client browser. E.g. Navigating to "CNAME.Domain.com/Default.aspx" will result in…

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
asked 2022-02-04T06:37:22.093+00:00
AJ 1 Reputation point
0 answers

BC30451: 'DefaultAuthenticationTypes' is not declared. It may be inaccessible due to its protection level.

Source Error: Line 11: ' This is required if your application allows users to login Line 12: app.UseCookieAuthentication(New CookieAuthenticationOptions() With { Line 13: .AuthenticationType = DefaultAuthenticationTypes.ApplicationCookie, Line…

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
asked 2022-01-03T17:51:00.74+00:00
Sandra Woodburn 1 Reputation point
0 answers

Role manager in WebForms authentication database locked

Hello everybody, It seems I arrived at the good place to ask a question about webforms ? I am OK with classic authentication with Membership, and manually created an admin role in the tables. Only the admin can access the admin page, that is OK. But…

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
asked 2021-09-25T15:08:50.227+00:00
Gloops 41 Reputation points
0 answers

how to generate a PDF with dynamic header and footer

i need to create a PDF report doc and add to it a header with an image and add a footer with text and a page number on each page, can you recommend me the best library to do that?

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 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.
7,495 questions
asked 2021-09-17T15:24:35.627+00:00
Mafiev Dev 1 Reputation point
0 answers

Incorporate angularjs with existing web application

Hello everyone, I have an existing web application. It's not MVC project. I have found this react calendar https://github.com/hiramzamorano/react-big-scheduler And I would like to use it with my project. But I am not sure how to reference the…

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
asked 2021-07-29T21:37:25.56+00:00
bigFan 21 Reputation points