asp.net: Where can I put my source files.
Posted
by David Sykes
on Stack Overflow
See other posts from Stack Overflow
or by David Sykes
Published on 2010-03-31T11:23:23Z
Indexed on
2010/03/31
11:33 UTC
Read the original article
Hit count: 291
I am developing a web form using Visual Web Developer Currently I have class source files in the same directory as the web form, or in the App_Code folder. I'd like to organise the files into folders within the web form folder, but I can't find a way of adding a reference to the folders, and they don't seem to be being picked up automatically. These are files that are under constant development.
What is the asp.net/c#'s equivalent concept to c++'s #include?
© Stack Overflow or respective owner