Results 1 to 2 of 2

Thread: calling Business layer

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2004
    Location
    india
    Posts
    95

    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?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width