Skip to main content
0 votes
0 answers
28 views

Problem I have an ASP.NET Core 9 Web API with a file upload endpoint using IFormFile. When I launch the application, Swagger UI fails to load with: Failed to load API definition. Fetch error Internal ...
Cobret's user avatar
  • 64
-3 votes
0 answers
77 views

I am trying to publish my ASP.NET Web API project, but the publish process fails with the following error: 2/26/2026 12:33:17 PM System.AggregateException: One or more errors occurred. ---> ...
christine vasilyan's user avatar
-1 votes
0 answers
35 views

At my job we have a large (and old) ASPX page (using a master page) with several UpdatePanels that contain buttons and form fields. We also pair it with some JavaScript that runs in the pageLoaded ...
h31mdallr's user avatar
1 vote
0 answers
36 views

I need to create a package for a .NET application on Linux for the Azure Marketplace. The application uses an SQLite database. Azure Marketplace, in the process of creating the offer, does not present ...
Sten Petrov's user avatar
  • 11.1k
1 vote
1 answer
35 views

I am working on upgrading Microsoft.Web.RedisSessionStateProvider from 3.0.2 to 5.0.4 I have setup the web.config to use the redis server that is running in my local but I am getting this error ...
aj go's user avatar
  • 744
-1 votes
0 answers
56 views

I am calling the Paypal API from .NET using their published client script, e.g. in a page called Default.aspx: <script> paypal.Buttons({ createOrder: function () { return ...
Ming Merciless's user avatar
1 vote
0 answers
27 views

I have an ASP.NET MVC 5 (running on .NET 4.8) application. Initially the app failed to start with: Could not find a part of the path '...\roslyn\csc.exe' This was caused by the Roslyn CodeDom ...
Atakan D.'s user avatar
Advice
0 votes
1 replies
55 views

The only place we have used AI so far in any of my projects was Azure Document Services, user would upload a document and we used Azure to validate the document. Making sure for example that it's a ...
Paritosh's user avatar
  • 4,573
0 votes
0 answers
45 views

I have an ASP.NET MVC 5 application (.NET Framework 4.7.2) running on IIS Express. I am getting the following exception when posting a form: System.Web.Mvc.HttpAntiForgeryException: the anti-forgery ...
Atakan D.'s user avatar
-2 votes
0 answers
31 views

Hangfire performs background work by requesting data from a third-party API. There are several tasks, but I'll only use one for this example. I discovered a strange background task schedule on the ...
Nik's user avatar
  • 97
0 votes
0 answers
32 views

I'm working on an application which needs to load an IIS module into IIS. Up until now, I've been loading my module at the global level using the Microsoft.Web.Administration ServerManager via: public ...
Darc's user avatar
  • 923
0 votes
0 answers
15 views

If we set AutoGenerate,IsolateApps on the ValidationKey and DecryptionKey in IIS for the site, do we also need to generate <machinekeys> node in the Web.config? How would we use the ...
MB34's user avatar
  • 4,510
-1 votes
1 answer
91 views

I need to pass some data from an .aspx file to its code behind file. <form id="form1" runat="server"> <div> Name : <input type="text" id="...
blue piranha's user avatar
  • 3,928
0 votes
1 answer
75 views

I have an ASP.NET Webforms framework 8.0 that is working fine but I would like to load the Web Url where my webform is hosted in a Winforms app and determine whether the webform url was loaded from ...
AlDiz's user avatar
  • 31
1 vote
1 answer
75 views

Our application is a legacy ASP.NET Webforms app, we have our web.config customErrors setup like this: <customErrors mode="RemoteOnly" defaultRedirect="/Error/Error.aspx" ...
MB34's user avatar
  • 4,510

15 30 50 per page
1
2 3 4 5
22