I think your slashes should be forward, not back. Give that a try and see if
it works.
--
Regards,
Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com
"LP" wrote:
> Hi there,
>
> Sorry if this is a little off-topic here but can anyone explain why, when I
> launch my website from within VS, it can find my image files ok when they're
> in the root like so:
>
> <img src="Test.jpg">
> <img src="http://localhost:3932/WebSite/Test.jpg">
>
> but can't find them in "App_Data" if I try either of the following instead
> (nor any other subfolder for that matter - it even defers to the "Alt"
> attribute if I add it).
>
> <img src="App_Data\Test.jpg">
> <img src="http://localhost:3932/WebSite/App_Data/Test.jpg">
>
> The file is definitely present in "App_Data". Thanks in advance.
>
>
>