hi
How to Solve this IIS does't show images after publishing
My Code this
==============
<asp:ImageButton ID="imgdelete" runat="server" CommandArgument='<%#Eval("ID") %>' CommandName="Delete" ImageUrl="Images/delete.PNG" />
<asp:ImageButton ID="imgedit" runat="server" CommandArgument='<%#Eval("ID") %>' CommandName="Edit" ImageUrl="~/Images/edit.png" />
here my images correct path
i try put also like this but images not showing in my WCF project
1.ImageUrl="../Images/edit.png"
2.ImageUrl="~/Images/edit.png"
error through like this
===========================
Resource interpreted as Image but transferred with MIME type text/html:
How to solve this WCF Project most urgent.
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com