python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
VS2022 Community - Vanilla ASP/C#.Net crashes immeditely in IISExpress with Managed Debugging Assistant 'FatalExecutionEngineError'
Using Visual Studio Community 2022 targeting .Net 4.7.2. I create a new C# ASP.Net 4.7.2 web project (NO CORE)
I did not make any changes to the code, project, or solution. I press play after the pr...

user3820843
Votes: 0
Answers: 2
Do Azure web apps support role based authorization rules from the web.config file
I have a legacy application which needs moving to Azure web apps. When running it locally in IIS Express, the authorization rules work as expected, however when it's deployed to an Azure app service, ...
jamesb
Votes: 0
Answers: 2
Adding Cell Formating in Excel in c#
I have exported html contents into excel using below code.
protected void ExportToExcelButton_Click(object sender, EventArgs e)
{
Response.AppendHeader("content-disposition", &q...
dev
Votes: 0
Answers: 1
The controller for path '/' could not be found or it does not implement IController
I'm working on a Web Forms application and using EXT.NET framework for the views, i have a panel on the side with buttons that when i click on them, a view opens in a tab on the same page, like an ifr...
BAlnimri
Votes: 0
Answers: 1