Hello,
I have a big problem with my website. I just transfered my website from another server to my server but after transfer, CSS,JQuerys,Images and all other static files are not working. Please check this link
I'm confused and don't know what's wrong with this website. How do I fix this issue? Both servers are running Windows Server 2008R2,IIS7,MSSQL2008,.Net4 It's really confused me. Please help me to fix this
It seems none of my static files do not work.
I also tried to add the following line to force IIS to execute static files, but I've got HTTP Error 500.19 – Internal Server Error :
<
add
verb
=
"*"
path
=
"*.css,*.js,*.jpg,*.jpeg,*.gif,*.png"
type
=
"System.Web.StaticFileHandler"
/>
Please help me how do I fix this silly issue ?