Questions tagged [asp.net-4.8]
21 questions
0
votes
0 answers
Using ADFS as the identity provider to authenticate an user from MS Office
I need help on using ADFS as the identity provider to authenticate an user from MS Office.
What I want to achieve is to be able to directly open the credentials page from the ADFS server in MS Office and authenticate the user. Please bear with me…

Paul
- 1,224
- 2
- 14
- 31
0
votes
2 answers
Difference between .NET 4 and .NET 4.8
I have project created in .NET 3.5 or 4 and wanted to migrate it on .NET 4.8. What is key difference between them? Also what parameter I should take care while migrating an application? I still don't have the source code but meanwhile what kind of…

Amey Chitale
- 9
- 2
0
votes
0 answers
How to host Simple Node JS express web app on Azure web app .Net stack
I have a web app with following settings .
and want to run a node js express web app on the given configuration.
I have seen one of my colleague do it once but couldn't recall the settings.

Anupam Dutta
- 139
- 1
- 7
0
votes
1 answer
Server could not create ASP.pages_assetstore_checkout_aspx
Strange error I've never seen before:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 17/01/2022 14:56:37
Event time (UTC): 17/01/2022 14:56:37
Event ID: 56df87d19084411a8d6b2f2598cecc11
Event sequence: 40…

Tom Gullen
- 61,249
- 84
- 283
- 456
-1
votes
1 answer
When I tried build the my solution I am getting build errors and I already added those dll's in my project also
Compile time build errors
Exception occurred creating type 'Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter, Infragistics4.Win.UltraWinGrid.ExcelExport.v11.2, Version=11.2.20112.1010, Culture=neutral,…

V.RANJITH
- 9
- 1
-1
votes
1 answer
What´s the difference between HttpResponse and HttpResponseMessage?
I´m building a web application using asp.net Framework 4.8 and I´m trying to customize the response to the client when there´s an exception by creating my own Response class.
I was looking about how to implement it and I realized that there are two…