This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| 
                    dotnetcore_webapi_to_windows_plesk [2023/02/10 09:45] sausage  | 
                
                    dotnetcore_webapi_to_windows_plesk [2023/02/12 20:59] (current) sausage  | 
            ||
|---|---|---|---|
| Line 238: | Line 238: | ||
| If you get a blank page when browsing your api for the first time, try setting a breakpoint. If the breakpoint does hit, check that ''[Route("api")]'' and ''[Route("games")]'' are on your controller and endpoint respectively. | If you get a blank page when browsing your api for the first time, try setting a breakpoint. If the breakpoint does hit, check that ''[Route("api")]'' and ''[Route("games")]'' are on your controller and endpoint respectively. | ||
| + | |||
| + | ===== References and Further Reading ===== | ||
| + | - https://www.steps2code.com/post/in-process-and-out-of-process-hosting-model-in-asp-net-core | ||
| + | - https://learn.microsoft.com/en-us/aspnet/core/test/troubleshoot-azure-iis?view=aspnetcore-7.0 | ||
| + | |||