There is nothing special you have to do - mono does honor the code files in App_Code. My site makes extensive use of the App_Code directory.
If you are using xsp to test your site, make sure you use xsp2 (not xsp) as xsp2 is for asp.net 2.0. -Mike Joel Gwynn wrote: > I'm re-posting this just in case it got lost in the previous thread > > I've got an AWSECommerceService.cs in my App_Code folder, and > it runs just fine in VS2005, but mono seems to be ignoring it: > > error CS0246: The type or namespace name `AWSECommerceService' could > not be found. Are you missing a using directive or an assembly > reference? > > Do I have to do something special to get mono to see files in the > App_Code folder? > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
