4,346 questions with ASP.NET Core tags

Sort by: Updated
1 answer

Will reinstalling URL Rewrite module cause something to break

Just recovered my VM from a fatal crash. Upon check IIS, the URL Rewrite module is no longer listed, but I've verified that the entries are still in the C:\Windows\System32\inetsrv\config\applicationHost.config file. Will reinstalling the module have…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
asked 2020-11-23T03:21:36.31+00:00
Meh 1 Reputation point
commented 2020-11-26T05:27:02.53+00:00
Anonymous
0 answers

StatusCode: 404, ReasonPhrase: Not Found', Version: 1.1

i need help i keep getting this error locally it works when posting an image through post man but from my xamarin forms app to the local iis server i get this error {StatusCode: 404, ReasonPhrase: 'Not Found', Version: 1.1, Content:…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
C#
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.
10,582 questions
asked 2020-11-24T07:34:04.987+00:00
Ahmad salim 1 Reputation point
commented 2020-11-25T08:54:51.43+00:00
Brando Zhang-MSFT 3,361 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

IIS compression intermittent

We have a conflict with our JavaScript minifier and IIS compression. The minifier recreates the file when the app pool resets and on other occasions. The zipped version of the file that was stored by IIS is occasionally not a complete file. We are…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,526 questions
asked 2020-11-19T18:30:38.573+00:00
Robert Crockett 21 Reputation points
accepted 2020-11-23T23:23:54.973+00:00
Robert Crockett 21 Reputation points
1 answer One of the answers was accepted by the question author.

IIS anonymous site prompting for credentials

Not sure what I have missed here but I have a simple site which uses anon authentication (all others are disabled). I have allowed directory browsing and have set NTFS to everyone, IUSR, users read/list contents but I still get prompted when trying to…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
asked 2020-11-18T21:58:53.71+00:00
Jay Paterson 96 Reputation points
accepted 2020-11-19T00:17:29.69+00:00
Jay Paterson 96 Reputation points
1 answer One of the answers was accepted by the question author.

Calling Azure Powershell commands from .net Core 3.1

Whenever I try to call Azure commands through .net core 3.1, it threw an exception I still get the error '{"The term 'Connect-AzureAD' is not recognized as the name of a cmdlet, function, script file, or operable program.\r\nCheck the spelling of…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
asked 2020-10-08T20:55:38.88+00:00
Prashu 56 Reputation points
accepted 2020-10-14T01:42:18.75+00:00
Prashu 56 Reputation points
3 answers

Asp.net Core 2.1 web api deployed successfully but not getting response from my web api url

Can you please guide me why i am not getting response from following link https://otgapi.azurewebsites.net/api/values This url shows https://otgapi.azurewebsites.net/ api deployed successfully.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,346 questions
asked 2020-06-17T10:47:10.39+00:00
A b d u l Wahab 1 Reputation point
answered 2020-06-25T03:27:41.12+00:00
Monalla-MSFT 12,771 Reputation points