3,643 questions with Developer technologies | ASP.NET | Other tags

Sort by: Updated
5 answers

Site deemed 'Not secure' despite having cert and using https URL

I built out the website in IIS. When I go to the webpage the page itself shows up, but I am getting the icon for saying the URL is 'Not secure' even though I am using a https based URL. The icon itself is next to the URL and where the site information…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2026-01-09T19:42:02.88+00:00
Brown, Matt 146 Reputation points
commented 2026-01-20T22:47:31.62+00:00
Safiullah Roohani 0 Reputation points
1 answer

Upload a file on one drive using microsoft graph api in c# asp.net

Hello, I have one question,I want to upload a file on one drive and it is worked properly in console application but not in web application. Please help me here below is my sample console application…

Microsoft 365 and Office | SharePoint | For business | Windows
Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2023-02-02T06:06:01.9066667+00:00
Alisha Mulla 5 Reputation points
commented 2026-01-20T03:59:42.1133333+00:00
Matthew Fitzmaurice 25 Reputation points
4 answers

Global.asa file not being found post server upgrade

We upgraded from Win 2016 to Win 2022. When I try to access the site, I am getting a 404 status code. In the Failed Request Logs folder, the log file is pointing to not finding the global.asa file. Except, it was never there in the first place. The…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2025-12-02T16:59:41.7033333+00:00
Matt Brown 1 Reputation point
answered 2026-01-19T21:23:52.7666667+00:00
Matt Brown 1 Reputation point
2 answers

How to generate PDF with Multilevel list with hierarchical numbering in C# application

Hi, I am new to C#, I am creating a small application, and I need to generate some PDF reports from C# application programmatically. Most of the reports will be Word-like multilevel lists with hierarchical numbering (these numbers have to be calculated…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,154 questions
Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
Developer technologies | C#
Developer technologies | 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.
11,744 questions
asked 2022-03-15T23:20:55.49+00:00
Peter The Batman 1 Reputation point
answered 2026-01-17T05:51:40.6266667+00:00
Anna Tarta 0 Reputation points
13 answers One of the answers was accepted by the question author.

Export Entire User Input Form to PDF in C#

I have a form that captures general user information like FirstName, LastName etc. When user is done entering all information and clicks on the button Button1; I need to export the entire form to PDF. Is there a way to do it? First Name: …

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2022-02-14T15:59:15.65+00:00
Malam Malam 266 Reputation points
commented 2026-01-17T05:09:28.7466667+00:00
Anna Tarta 0 Reputation points
3 answers

Refused to apply style from <URL> because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled

HI Team, I'm trying to to bundling CSS files after minification. My application is ASP.net Core 4.5 not MVC. I have created bungleconfig class file and written below code public class bundleconfig { // For more information on bundling, visit…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
Developer technologies | C#
Developer technologies | 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.
11,744 questions
asked 2021-05-13T06:24:58.623+00:00
Avbl Sundari 1 Reputation point
edited an answer 2026-01-15T14:26:02.46+00:00
Madhu 0 Reputation points
2 answers One of the answers was accepted by the question author.

New solution using javascript not working with auto complete extender not working

This proposed solution is not working <asp:TextBox ID="CityFetch" placeholder="Start typing the City name" type="text" runat="server" class="form-control"…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2026-01-10T00:47:44.5833333+00:00
Matt Matt 150 Reputation points
accepted 2026-01-13T11:38:44.4966667+00:00
Matt Matt 150 Reputation points
3 answers

Show selected Country in Ajax Extender1 in Box 1 - show Corresponding city in box2 ?

I have asked similar question and got most of the solution but here is a little more complete. step 2 A User can select world region like EUROPE from Dropdown list. This fires the OnSelectedIndexChanged event and it then opens a hidden panel which has…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2026-01-09T12:17:49.61+00:00
Matt Matt 150 Reputation points
answered 2026-01-12T10:09:16.62+00:00
Jack Dang (WICLOUD CORPORATION) 8,220 Reputation points Microsoft External Staff Moderator
2 answers

still can't figure out how to use autocomplete extender and dropdown list cascading Country, City

My aspx page has a Drop down list with Countries (EUCountyDDL) example is <asp:ListItem Text="Spain" Value="ES"></asp:ListItem> After user selects Country, they add a city name within that country. This is done…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2026-01-09T23:56:19.2433333+00:00
Matt Matt 150 Reputation points
answered 2026-01-12T09:09:26.5866667+00:00
Jack Dang (WICLOUD CORPORATION) 8,220 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Expired SSL Certificate for ajax.aspnetcdn.com

We are a developer and have built many websites using the CDN at https://ajax.aspnetcdn.com. It looks like the certificate has expired. When can we expect that to be updated as we have a lot of customers complaining? Specific example that we use is…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2026-01-11T02:05:06.7233333+00:00
Anthony DePinto 36 Reputation points
accepted 2026-01-12T03:24:01.57+00:00
Anthony DePinto 36 Reputation points
51 answers One of the answers was accepted by the question author.

KB5066835 update causing IIS Service to not work

Recently my local hosted IIS services is not running after the new update. My visual studio projects also can't be run as well. I have to delete the new update in order to run my projects and local hosted services again. May I know what is the problem?

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2025-10-15T10:06:37.1166667+00:00
Sashi Kumar 370 Reputation points
commented 2026-01-11T04:35:09.91+00:00
Maria Alexander 0 Reputation points
3 answers One of the answers was accepted by the question author.

How to play sound on android tablet from C# ASP.Net page

Need to send a beep tone or similar under certain conditions when an error occurs

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2025-12-05T17:51:19.67+00:00
Peter Black 20 Reputation points
accepted 2026-01-09T19:33:40.25+00:00
Peter Black 20 Reputation points
3 answers

Calculate and display percentage value from value of two label controls

How can I find the percentage from thhe value of a label control, and display it in another label? For instance, I have 4 Label controls, each label have values. I want to diplay the percentage for each label value in a label. e.g. These are the Labels…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2025-12-15T22:26:56.9966667+00:00
Donald Symmons 3,096 Reputation points
answered 2026-01-08T07:14:16.4233333+00:00
SurferOnWww 5,261 Reputation points
9 answers

I can't find ASP.NET Web Application (.NET Framework) with c#

Hello I want to use ASP.NET Web Application (.NET Framework), and I have downloaded Visual Studio Community 2019 v16.11.3, and i have clicked the ASP.NET and web devleopment before i download it but I can't find the one i needed, I don't want the…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2021-10-01T00:33:18.083+00:00
WEI HAN TAN 66 Reputation points
commented 2026-01-08T04:25:00.05+00:00
Ana Maria 0 Reputation points
5 answers One of the answers was accepted by the question author.

AutoComplete Extender using ASP.NET and Excel spreadsheet

Hi, I have a textbox on the default. aspx page bound to a Ajax Autocomplete extender. When the user types, I want the popup to display 'USA Counties' that match the first 2 or 3 letters. The source information could be in a Excel spreadsheet with 2…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2025-12-21T16:10:20.3766667+00:00
Matt Matt 150 Reputation points
accepted 2026-01-08T02:20:32.5633333+00:00
Matt Matt 150 Reputation points
1 answer

ABP.io + OpenIddict + SAML 2.0 Integration with Zoho Customer Portal

I am working on a .NET Core ABP.IO project as a microservice, and I want to integrate SAML for the Zoho customer portal. My project is set up as the Identity Provider (IdP). I have added a SAML controller, configured the related files, and generated the…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2025-12-24T07:28:50.3033333+00:00
Naitik Patel 0 Reputation points
commented 2025-12-31T11:54:39.0133333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,420 Reputation points Microsoft External Staff
0 answers

Visual studio has a bug on Text box do not have align center

I m working on asp net project and the text box after 3 textbox do not go to center first textbox goes to center text do not have align center the text control properties align center

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2025-12-30T05:44:41.88+00:00
Ricardo Sousa 76 Reputation points
commented 2025-12-30T10:49:03.8466667+00:00
SurferOnWww 5,261 Reputation points
2 answers One of the answers was accepted by the question author.

Issue to Javascript

Hi, Further to https://learn.microsoft.com/en-us/answers/questions/5549140/javascript-issue the sample below was not working well. Can you help?

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2025-12-18T09:37:46.9666667+00:00
Peter_1985 3,026 Reputation points
accepted 2025-12-29T03:37:02.2266667+00:00
Peter_1985 3,026 Reputation points
2 answers

in microsoft expression web 4 how do i change the formatting of the website background?

this is how it looks got no clue what to child tag it so uhhh

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2025-12-22T19:02:33.7066667+00:00
StaySpherical 0 Reputation points
answered 2025-12-26T09:53:04.3833333+00:00
WordWizzard-5701 545 Reputation points
1 answer One of the answers was accepted by the question author.

How to Access Wikidata APIs?

Hi community! I'm learning about http usage and followed this tutorial: https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient Then I changed the URL to wilidata, like namespace Program; public class Program { private static…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,643 questions
asked 2025-12-23T17:47:40.8+00:00
水 知 250 Reputation points
accepted 2025-12-24T08:41:13.3933333+00:00
水 知 250 Reputation points