0
narrow11 created
please help, after publishing my app to the server i got this error, This page isn’t working localhost is currently unable to handle this request.
error log
Hosting environment: Production Content root path: C:\inetpub\wwwroot\PCMISPublish Now listening on: http://127.0.0.1:6557 Application started. Press Ctrl+C to shut down.
1 Answer(s)
-
0
after check the detailed message in the log, usually at \App_Data\Logs\
the problem was database connection 1- i corrected my connection string 2- i give permission to sqlserver and databaase for user iis apppool\appname
that is all
thanks