Replies: 3 comments 5 replies
-
@javiercn - seems like a potential routing issue? @wallym - if you turn logging up, do you get any useful information? |
Beta Was this translation helpful? Give feedback.
-
Also, I deployed my test app to another azure app service that I just created. The app loaded properly. I was also able to attach and debug. So, it looks like things are working as is. I've always felt that this problem was between my chair and my keyboard. And I think it is. I'm going to recreate it and try again. |
Beta Was this translation helpful? Give feedback.
-
I haven't quite solved this issue 100%, but I've gotten most of it. Ultimately, I think the issue is one of my own creation, which I thought before. I created a new project in VS16.8P2 this morning. I'm able to see and do things. i think that there is some layout issue on my end due to some nested layout pages in my original app, but that's on me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've updated to Tuesday's release and the most recent VS 2019 16.8 preview 2. My .net core app startups and does not generate any errors on startup using iis web dev. The initial index page loads and everything is correct. It is an asp .net core razor page named Index.cshtml. It is within the /Pages directory of my project. the images & css also load properly on that page. The next page that I have is /Pages/PublicScores/Default.cshtml. both locally and on azure, it returns a 404 page not found error. I've tried a multitude of things to get this to work with no luck. any suggestions are appreciated. I have included my program and startup files to see if I am doing something wrong. I assume that I am the problem, but I can't find it. TIA.
Beta Was this translation helpful? Give feedback.
All reactions