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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top