How to split a webapp into multiple assemblies.

W

Willempie

We are converting our asp app to dotNet. Our app is divide into
multiple applications (each their own com+ dlls and asp pages).
So, in dotNet we ave different assemblies for the busines,data access
layer,..
but Now I wondering how to split the web app (visual studio) into
diff. assemblies as well.
Thanks in advance.
 
K

Ken Cox [Microsoft MVP]

Hi,

You could create a blank solution and then add a different project to it for
each different assembly.
 
K

Kevin Spencer

If you think of a web application as virtual directories on a web server,
the top-level folder is marked as an application root. Every page under that
should be part of the same project. For each application, create a different
project.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 

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

Top