Getting around virtual directories?
-
Hi all I have created a asp.net project under visual studio .net 2 and it all works fine. However when I upload it to my server it will not run because it is not a virtual directory that it resides in. Is there any way to make it so that I don’t have to use virtual directories and some how get it to work out where my dll’s are? Iv been looking at the config file to see if there is any way I can hard code where to point to the bin folder but as of yet I have not had much luck. Any help would be grate. Thx Scott.
-
Hi all I have created a asp.net project under visual studio .net 2 and it all works fine. However when I upload it to my server it will not run because it is not a virtual directory that it resides in. Is there any way to make it so that I don’t have to use virtual directories and some how get it to work out where my dll’s are? Iv been looking at the config file to see if there is any way I can hard code where to point to the bin folder but as of yet I have not had much luck. Any help would be grate. Thx Scott.
Why can you not just make it a virtual directory?
-
Why can you not just make it a virtual directory?
I do not have the option to create them with the web host I am with. I know that you don't need them if you don't use code behind but it rather not have to go through all my code and stick it into the same file.
-
Hi all I have created a asp.net project under visual studio .net 2 and it all works fine. However when I upload it to my server it will not run because it is not a virtual directory that it resides in. Is there any way to make it so that I don’t have to use virtual directories and some how get it to work out where my dll’s are? Iv been looking at the config file to see if there is any way I can hard code where to point to the bin folder but as of yet I have not had much luck. Any help would be grate. Thx Scott.
New web host maybe :)