L
LP
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.
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.