ASP.NET Web Application Deploy on IIS problem : Image / Icon not display
-
Hi Sir, I'm already develop asp.net web application using Visual Studio 2019, when i want to publish the wep app on IIS, all the icon / image on my page not appear. Also no all folder that i create such as Images folder , Logs Folder not included in publish folder. Can anyone help me? Really appreciate. Thanks
-
Hi Sir, I'm already develop asp.net web application using Visual Studio 2019, when i want to publish the wep app on IIS, all the icon / image on my page not appear. Also no all folder that i create such as Images folder , Logs Folder not included in publish folder. Can anyone help me? Really appreciate. Thanks
Based on such a vague problem description? No, nobody can help you. You need to perform some basic diagnostics. Check how the images are referenced in the page; look at the source of the page in your browser to make sure the paths are correct; check the browser's network tab to see what response you get for the images; etc. Nobody here has access to your system, so nobody can do that for you.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Hi Sir, I'm already develop asp.net web application using Visual Studio 2019, when i want to publish the wep app on IIS, all the icon / image on my page not appear. Also no all folder that i create such as Images folder , Logs Folder not included in publish folder. Can anyone help me? Really appreciate. Thanks
Is every file in your Images folder tagged as "Content"? Click on the file in Visual Studio, then look in the Properties window below Solution Explorer. The Build Action for each file should say Content. If it doesn't, change it.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak