phpballer Posted April 5, 2005 Posted April 5, 2005 I noticed that there is not a Bin folder created when you compile a web project in using VS 2005 Beta 2. Can someone explain how this new process works. I've been doing some testing and everything works fine on my box, but when I upload the project to my server I get an error.
PoloDude Posted May 8, 2005 Posted May 8, 2005 Asp.net doesn't have a bin folder anymore, it compiles the codebehind files directly when the page is loaded, so you have to put your sourcecode online, correct me if I'm wrong, but you should be able to compile those codebehind files and put them in a bin file, should workGrtz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now