Base solution for your next web application
Open Closed

.NET Core + Angular: Page not found #7173


User avatar
0
yoshrepublic created

I have your latest (7.0) single solution and I get a page not found error when I start the project: No webpage was found for the web address: http://localhost:22742/.

I have restored the database and everything seems to work fine when I use separate solutions. The startup project is set to Web.Host and I get no build errors. Did I miss a step somewhere? I found this https://support.aspnetzero.com/QA/Questions/6432 but it doesn't help. The only thing I have modified is MultitenancyEnabled. Any suggestions?


1 Answer(s)
  • User Avatar
    0
    yoshrepublic created

    Below is what's at the end of the logfile. I have tried in incognito window or different browser with no luck.

    INFO 2019-06-18 12:12:29,182 [5 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 DEBUG http://localhost:22742/ 0 INFO 2019-06-18 12:12:29,182 [4 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/
    INFO 2019-06-18 12:12:29,259 [5 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 80.3749ms 200 INFO 2019-06-18 12:12:29,304 [4 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed INFO 2019-06-18 12:12:29,668 [8 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 491.5018ms 404 INFO 2019-06-18 12:14:32,889 [19 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://localhost:22742/
    INFO 2019-06-18 12:14:32,895 [19 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 6.3843ms 404