The TempImage is located under the root directory of the current web app. When I try to set the ImageUrl of an image I get the error below. For some reason asp.net web server trying to locate the directory under its own current root
This is what I am trying to do:
<asp:image ImageUrl="~/TempImages/... />
Ive also tried
<asp:image ImageUrl="/TempImages/... />
<asp:image ImageUrl="./TempImages/... />
<asp:image ImageUrl="TempImages/... />
Returns this error:
Could not find a part of the path 'C:\Program Files\Common Files\Microsoft Shared\DevServer\9.0\TempImage