Content
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


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…
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.…


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. …


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…


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…


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,…


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 +…


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…
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…


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…
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?


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…