I am trying to upload a compiled web application to the Internet. I was told that I only need a DLL file, which should go to the bin folder? Is this true or do I need to download both the dll file and the bin folder?
Also, is there a better way to build, so I don't need to mix my image, css, etc. in my project folder? Maybe a way to copy the dll file to the bin folder and all my aspx pages?
I got it to work, but it looks like I'm duplicating a bunch of files, and I know that in the end there will be some kind of problem.
source share