compiler cannot find class file
I created a class file with a class to be accessed from a .aspx code-behind event. I stored it under the App_Code folder. On my development computer it compiles and runs just fine, but when installed on my web host service, their compiler cannot find the class. What am I missing?
|