I am facing one issue, can you please anyone help me.
I have hosted my application on the hosting server, the application is working fine but can not read an image by URL path, but I do delete or rename web.config file, then I can getting Image by URL path but the application does not work because web.config is not found in code.
so I request you, how to solve my problem, please tell me. without delete web.config file, how can get an Image by URL path.
My web.config file code :
- "1.0" encoding="utf-8"?>
-
"." inheritInChildApplications="false"> -
-
-
"aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" /> -
"dotnet" arguments=".\OldAutomotive.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
Error Image :


Thanks
Bhavesh Ghul

Jefferson S. MottaPosted May 20, 2021, 1:26 AM