404 Page not found error in .Net Core 3.0 after deployment.

  • Thread starter Thread starter MayurPaghdal
  • Start date Start date
M

MayurPaghdal

Guest
Hello,

I'm developing a web app in .Net Core 3.0 (Stable Release). It is almost completed and is doing well in my local PC.

Issue is, When i deployed the app on server, it just shows PAGE NOT FOUND error.

I'm very confused now as when i try manual URL to open any specific page (which require authorization) it land me to the Login URL with ReturnUrl Query Parameter but the Login page also shows 404 error. This means the app code is doing well but i don't know why it's not showing pages.

1 thing i got wonder about is, instead of Views directory, my published source is having XXX.Views.dll and Views directory is not there. (this is actually new for me)

I'm like stuck at this point. Please help with this issue.

Thanks.

Continue reading...
 
Back
Top