You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the project and built it and then run it and get 404 Page Not Found.
Here is the log below. What am I missing? Seems like Rathor Pages routing is not working (?)
[18:43:24 INF] User profile is available. Using 'C:\Users\Dev\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
[18:43:24 INF] No action descriptors found. This may indicate an incorrectly configured application or missing application parts. To learn more, visit https://aka.ms/aspnet/mvc/app-parts
[18:43:24 INF] Now listening on: https://localhost:7040
[18:43:24 INF] Now listening on: http://localhost:5257
[18:43:24 INF] Application started. Press Ctrl+C to shut down.
[18:43:24 INF] Hosting environment: Development
[18:43:24 INF] Content root path: D:\Projects\mslearn-create-razor-pages-aspnet-core\ContosoPizza
[18:43:25 INF] Request starting HTTP/2 GET https://localhost:7040/ - -
[18:43:25 INF] Request:
Protocol: HTTP/2
Method: GET
Scheme: https
PathBase:
Path: /
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
Host: localhost:7040
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Upgrade-Insecure-Requests: [Redacted]
sec-ch-ua: [Redacted]
sec-ch-ua-mobile: [Redacted]
sec-ch-ua-platform: [Redacted]
DNT: 1
sec-fetch-site: [Redacted]
sec-fetch-mode: [Redacted]
sec-fetch-user: [Redacted]
sec-fetch-dest: [Redacted]
[18:43:25 INF] Response:
StatusCode: 404
[18:43:25 INF] Request finished HTTP/2 GET https://localhost:7040/ - - - 404 0 - 33.8056ms
The text was updated successfully, but these errors were encountered:
I cloned the project and built it and then run it and get 404 Page Not Found.
Here is the log below. What am I missing? Seems like Rathor Pages routing is not working (?)
[18:43:24 INF] User profile is available. Using 'C:\Users\Dev\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
[18:43:24 INF] No action descriptors found. This may indicate an incorrectly configured application or missing application parts. To learn more, visit https://aka.ms/aspnet/mvc/app-parts
[18:43:24 INF] Now listening on: https://localhost:7040
[18:43:24 INF] Now listening on: http://localhost:5257
[18:43:24 INF] Application started. Press Ctrl+C to shut down.
[18:43:24 INF] Hosting environment: Development
[18:43:24 INF] Content root path: D:\Projects\mslearn-create-razor-pages-aspnet-core\ContosoPizza
[18:43:25 INF] Request starting HTTP/2 GET https://localhost:7040/ - -
[18:43:25 INF] Request:
Protocol: HTTP/2
Method: GET
Scheme: https
PathBase:
Path: /
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
Host: localhost:7040
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Upgrade-Insecure-Requests: [Redacted]
sec-ch-ua: [Redacted]
sec-ch-ua-mobile: [Redacted]
sec-ch-ua-platform: [Redacted]
DNT: 1
sec-fetch-site: [Redacted]
sec-fetch-mode: [Redacted]
sec-fetch-user: [Redacted]
sec-fetch-dest: [Redacted]
[18:43:25 INF] Response:
StatusCode: 404
[18:43:25 INF] Request finished HTTP/2 GET https://localhost:7040/ - - - 404 0 - 33.8056ms
The text was updated successfully, but these errors were encountered: