Tiers?

  • Thread starter Thread starter Jacob Pedersen
  • Start date Start date
J

Jacob Pedersen

Hello

I have searched in vain for info on how to seperate database layer from
presentation layer in WebMatrix. I simply cannot get it to include my .CS
file (containing some selfmade classes) in my aspx. Can anyone guide me to
do this?
 
Hey !!
Add new Project say named as Project1 and add another project named as Project2_Web, add Webforms in the web project and Classes in the Project1. But remember to set dependencies of the solution in which both project lie

right click on the solution and select project dependency and make project2_web dependent on project1

Thanks,
 
Hey !!!
Add new Project say named as Project1 and add another
project named as Project2_Web, add Webforms in the
web project and Classes in the Project1. But remember
to set dependencies of the solution in which both
project lie.

right click on the solution and select project dependency and make
project2_web dependent on project1.

Thanks for the reply, but I have no idea where to do this in Web Matrix? Am
I blind?
 
Back
Top