I hope this is simple! When I use Visual Studio, I can create separate files of the codebehind file (in my case, Default.aspx.cs)., all based on the "partial" keyword.
But when I set up everything in a typical IIS environment, I don't know how to get the aspx file to "see" those separate files.
Can this be done? If so, how do you do it?
Thank you in advance!