I have deployed a .net application on IIS7. But I am facing an issue with accessing the image even in the Login page. I have a master page that is accessing the image with below code -
<table>
<tr>
<td><img id="imgSpacer" src="logo.jpg" runat="Server" alt="spacer" /></td>
</tr>
</table>
This image is in the same folder as the master page and works perfectly find in the visual studio.
And help will be greatly appreciated!
Thanks!