Hello I am having some problems with uploading my website to a server that is being hosted by hostgator.com.
I just built a portfolio type website using visual web developer, and with the skills I learned from reading asp.net 4 in C# and
vb book from like chapter 1 through 12.
It works and debugs great in visual studio, but when I put it on the server, it says it cant find specific files that are in subfolders, which is what I did in visual studio to make it more organized. I talked to hostgator.com and they havn't been able to help me with this issue. I can probably put it all on the server where it would work, but I would have to exclude all the sub directories, and put all the files in one folder, and I would also have to change a lot of code in the markup, because in the markup a lot of files are being called from sub directories.
Shouldn't it work the same on the server as it does in visual studio, because it just doesn't seem logical to have to change folders around and your code just to put it on the server
Here is the website that I have on the server, where you can see the error
portfoliobrown.com/My_Portfolio
and again I don't get that in visual studio it works fine
I Appreciate any help
Thanks