« Previous Next »

Thread: Is ARR feasible for migrating Classic ASP 3.0 application from 2-tier to 3-tier ?

Last post 04-21-2009 8:06 AM by wonyoo. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 04-15-2009, 8:55 AM

    • Krutika_B
    • Not Ranked
    • Joined on 04-15-2009, 12:48 PM
    • Posts 1

    Is ARR feasible for migrating Classic ASP 3.0 application from 2-tier to 3-tier ?

    Hi,

    I want to migrate my classic ASP application from 2-tier to 3-tier where I want my business logic calls to happen on App Server. However , there is no seperate data layer or business layer . The queries are part of the ASP pages itself in the in-line mode. Also the transactions are managed using the ASP objects.

    Is it possible to do the complete processing on the App server using ARR ???

    Please respond urgently. 

     

     

       

     

  • 04-15-2009, 10:44 AM In reply to

    Re: Is ARR feasible for migrating Classic ASP 3.0 application from 2-tier to 3-tier ?

    For what I understand ARR will allow you redirect to another server based on the http request. Can you define a http request or not?

    To be honest it doesn't sound like ARR will be suitable logically anyway. Unless it is very specfic urls/rules that you want going to another server it sound like you will need to rewrite you apps/infrastuture to expand it from 2 to 3 tiers.

  • 04-21-2009, 8:06 AM In reply to

    • wonyoo
    • Top 50 Contributor
    • Joined on 12-15-2007, 1:46 PM
    • Posts 125

    Re: Is ARR feasible for migrating Classic ASP 3.0 application from 2-tier to 3-tier ?

    ARR is capable of routing requests based on the requested resource extension, such as .asp or .aspx.

    So, as I understand your goal, you want to route all .asp requests to the application server while serving all other non-.asp requests directly from your ARR server itself.  If that's the case, it's one of the supported scenarios of ARR.  Refer to the following doc for more info: http://learn.iis.net/page.aspx/484/configure-3-tier-deployment-architecture-using-application-request-routing/

Page 1 of 1 (3 items)
Microsoft Communities