hi
i have a critical problem that i couldnt solve that for 1 week!
i have 3 website with same codes and different skin, some page of one of these sites doesnt work correctly!
in those pages i use this code :
Server.MapPath("../Files/Article/") +...
it should give me path of my site plus /Files/Article
but abnormally it give me this address :
D:\Plesk\fs
it should give me this path : D:\Plesk\mysite.org\httpdocs\Files\Article
!!!!
and eventually it returns this error :
Server Error in '/' Application.
Could not find a part of the path 'D:\Plesk\fs\TempImage\C_000001.jpeg'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\Plesk\fs\TempImage\C_000001.jpeg'.
Source Error:
Line 15: <asp:Label ID="lblPath" runat="server"></asp:Label>
Line 16: </td>
Line 17: <td><img border="0" src="<%=Session["imagePath"] %>/topBox-left_W.png" height="35"></td>
Line 18: </tr>
Line 19: </table>
Source File: d:\plesk\mysite.org\httpdocs\website\viewArticle.aspx Line: 17
i have a critical problem that i couldnt solve that for 1 week!
i have 3 website with same codes and different skin, some page of one of these sites doesnt work correctly!
in those pages i use this code :
Server.MapPath("../Files/Article/") +...
it should give me path of my site plus /Files/Article
but abnormally it give me this address :
D:\Plesk\fs
it should give me this path : D:\Plesk\mysite.org\httpdocs\Files\Article
!!!!
and eventually it returns this error :
Server Error in '/' Application.
Could not find a part of the path 'D:\Plesk\fs\TempImage\C_000001.jpeg'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\Plesk\fs\TempImage\C_000001.jpeg'.
Source Error:
Line 15: <asp:Label ID="lblPath" runat="server"></asp:Label>
Line 16: </td>
Line 17: <td><img border="0" src="<%=Session["imagePath"] %>/topBox-left_W.png" height="35"></td>
Line 18: </tr>
Line 19: </table>
Source File: d:\plesk\mysite.org\httpdocs\website\viewArticle.aspx Line: 17