-
Problem going live
After develping and testing locally i've tried to upload to our live server but as soon as i try to open a page i get this error:
Code:
Could not load type 'club256.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="club256.Global" %>
-
I think Visual Studio compiles the code behind into a dll in the projects bin folder. Copy over that dll to your live servers bin folder.
-
and which files are needed exactly?
at the moment i've uploaded all
.aspx
.asax
.resx
and .vb code behind pages
are all these required?