S
Stimp
I created a project which works fine on my local server, but when I
uploaded it to the live server I got the following error when I tried to
run it...
"The path '/resources$' maps to a directory outside this application,
which is not supported"
I think this is because the bin directory files are not being picked up.
Here are the details of my setup:
The website root directory is actually a subdirectory off wwwroot on the
live server...
e.g. wwwroot/mywebsite
It's a classic ASP website, so I put my aspx code into a subdirectory on
their own..
e.g. wwwroot/mywebsite/myTools
the bin directory (containing the dlls) is off a subdirectory of this...
e.g. wwwroot/mywebsite/myTools/bin
Is this setup wrong for asp.net?
If so, could you give me any tips on where to locate my files and bin
directory?
Thanks!
Peter
uploaded it to the live server I got the following error when I tried to
run it...
"The path '/resources$' maps to a directory outside this application,
which is not supported"
I think this is because the bin directory files are not being picked up.
Here are the details of my setup:
The website root directory is actually a subdirectory off wwwroot on the
live server...
e.g. wwwroot/mywebsite
It's a classic ASP website, so I put my aspx code into a subdirectory on
their own..
e.g. wwwroot/mywebsite/myTools
the bin directory (containing the dlls) is off a subdirectory of this...
e.g. wwwroot/mywebsite/myTools/bin
Is this setup wrong for asp.net?
If so, could you give me any tips on where to locate my files and bin
directory?
Thanks!
Peter