Hi all, need some help.
I've just built a (REALLY) simple hit counter to add to my website, and was forced to use ASP.NET. (but im not using visual studio at the moment).
I created a class file (counter.cs), and placed it in the App_Code folder. It was my assumption that by doing this, I would be able to instantiate an object of type Counter, giving me access to its methods and variables.
Problem is that as soon as I try to instantiate an object of this type, i get the error: "The type or namespace name 'Counter' could not be found".
Am I missing something here? Maybe I'm barking up the wrong tree?
Thanks!