|
-
Jun 13th, 2005, 11:28 PM
#1
Thread Starter
Lively Member
calling Business layer
hi
in my ASP.NET project presentation tier is located in machine1 and i want to call businesslayer and DataAccessLayer from machine2 (which are not webservices) in my project.
How to call the this two tier in machine1?
is there any way to call like this?
-
Jun 14th, 2005, 01:04 AM
#2
Re: calling Business layer
No. You must either place the BL and DAL on the same machine as your project (because then you'd open up a few flaws on machine 2 when trying to access from machine 1). OR, better, make them web services.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|