asp.net - Pages won't load - only on my computer -


created asp.net 5 project team member , works on everyone's computer mine. "failed load resource: server responded status of 500 (internal server error , web page blank.internal server error

i thought maybe missing .net version when downloading .net framework 4.6 says ".net framework 4.6 or later update installed on computer." if point me in right direction lot of help! thanks! enter image description here

the error code general in error happened in code stopped execution of webpage.

if running webpage in debug mode visual studio on computer, vs should have stopped on line of code containing error.

if, reason, visual studio not stop on error, can in windows logs -> application. should appear asp.net warning details regarding error.

see log #3: http://blog.leansentry.com/the-server-logs-you-need-to-know-to-fix-any-iis-aspnet-error/


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -