Base solution for your next web application
Open Closed

Internal Server Error 500 and displaying blank page #1723


User avatar
0
jeinz11 created

Hi guys i downloaded an asp.net core template in the website and when i try to run the solution its just showing a blank page and a console error 500

im using sql server 2014 visual studio 2015 with updates 3


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Did you run the migrations in order to create the database ? If you did, you can check Logs.txt file under the bin folder of your web project (probably under bin\Debug\net461\win7-x64\App_Data\Logs) to see error details.

    If there is nothing there, you can check window's event viewer for error details.