DEV Community

Discussion on: Setting up an Authorization Server with OpenIddict - Part I - Introduction

Collapse
 
huafist profile image
Rob Hall

I'm not sure what I'm doing wrong, but I can't seem to make it past the first part of the walkthrough. I created the app, but after the first round of modifications, when I should see "MVC is working", I still see "Hello World", and I can't seem to figure out why that is happening.

Collapse
 
robinvanderknaap profile image
Robin van der Knaap

Hi Rob,

Not sure what's going wrong, but perhaps you are working on a different version of Dotnet. This tutorial is build with version 6. I haven't got around updating this tutorial yet.

Collapse
 
luisapplivity profile image
LuisApplivity • Edited

No need to, Robin, it worked great for me with .NET 8 with no changes being required. Thanks for the great walkthrough!

Thread Thread
 
robinvanderknaap profile image
Robin van der Knaap

Thanks for the compliment, good to hear it worked with .NET 8.