Posted on: 12/3/2013 10:55:43 PM | Views : 269

Hi Guys,
I'm testing a simple email application and its exeriencing the following error System.IO.FileNotFoundException: Could not find file 'C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0\2014-Mercedes-Benz-E-Class-Coupe-interior.jpg'
This is my aspx page:-
<body> <form id="form1" runat="server"> <div> <p> From:<asp:TextBox ID="txtFrom" runat="server"></asp:TextBox> </p> <p> To:<asp:TextBox ID="txtTo" runat="server"></asp:TextBox> </p> <p> Subject:<asp:TextBox ID="txtSubject" runat="server"></asp:TextBox> </p> <p> Body:<asp:TextBox ID="txtBody" runat="server" TextMode ="MultiLine" Columns ="60" Rows ="6&qu ...

Go to the complete details ...