-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net 6 preview 3 web app 404 can not find routes #31788
Comments
@ByronAP thanks for contacting us. I'm not able to reproduce this issue with the latest nightly build. I did We suggest you try the nightly builds or wait until preview4 to check if you still have this issue. Alternatively it would help if you can provide us with exact details on how you created and ran the application for us to try and reproduce it again. |
Created a repo here https://github.com/ByronAP/aspnetcore-31788 Load with VS 2019 run as debug WebApplication1 |
@ByronAP I tried your app in VS, and it appears to work just fine. Is it possible that the issue you're seeing is specific to your machine? |
Closing since it seems to not be reproduceable, Will come back on it when/if I find out the cause. |
found something
|
FYI @captainsafia |
Describe the bug
Asp .net web application in 6 preview 3 can not find routes returns 404. It looks like this may be related to dotnet/razor#7577
To Reproduce
Create a new web application in visual studio, select framework 6.
Run the app and you will be greeted with a 404.
Exceptions (if any)
No exceptions are logged
Further technical details
To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
The text was updated successfully, but these errors were encountered: