Hi,
When You r using URL rewriting u have to be very careful for links and images and other paths
if ur using following type of path
<img alt="" height="7" src="/Images/logo_bottombar.jpg" width="665" />
then place the
<%=Request.ApplicationPath%> before it so now your code will be
<img alt="" height="7" src="<%=Request.ApplicationPath%>/Images/logo_bottombar.jpg" width="665" />
U can do it for CSS also.
It can be helpful to u
From:
Himanshu Hajariwala
IF IT HELPS YOU THEN KINDLY PRESS THE "ANSWER" BUTTON.
The shortest distance between a problem and a solution is the distance between your knees and the floor.
The one who kneels to the Lord, can stand up to anything.