Author: illmikey | Posted on: 7/1/2010 12:38:31 PM | Views : 847

While working on my FTP server, I am trying to access a class within my App_Code, but it is not working.
When writing, the class is accessible/usable in the code like shown in picture. I get no build errors.





But when I run it in the browser, I get an error stating that it cannot find my class.




I've looked around some other posts on the forum, like using namespace, but it didn't work. Would anyone know how to fix this?

...

Go to the complete details ...