Page view counter

Migrate ASP Application to .net- Critical Development Issues

Last post 07-30-2008 5:38 AM by Zhao Ji Ma - MSFT. 1 replies.

Sort Posts:

  • Migrate ASP Application to .net- Critical Development Issues

    07-24-2008, 2:26 AM

    Hi,

     

    We have developed ASP application for enterprise requirement. We would like to migrate ASP application to .net.

     To start with we have planned only login page and home page in  .net remaining other pages will still be in ASP. Here we are having a technical constraint where we are not able to call the ASP after converting the login and home page into dot net. To work around we have created the login page in dot net which in tern calls the “login. Asp” files and redirects it to the home page. Asp, by this way we are able to create the solution file in dot net so that we can build the set up file Please suggest. Thanks in advance. 

    Warm Regards,

    Raghavendra T C

     

  • Re: Migrate ASP Application to .net- Critical Development Issues

    07-30-2008, 5:38 AM
    Answer

    Hi Raghavendra,

    The is common issue if you choose to run Classic ASP and ASP.NET together since ASP.NET doesn't share session data with Classic ASP web application. Although you were able to redirect login pages in Classic ASP for authentication, the ASP.NET web application won't aware of the session data after authentication. There are synchronous mechanism like using Single Sign On for different applications, you can check if it is suitable for your web site.

    Zhao Ji Ma
    Sincerely,
    Microsoft Online Community Support

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
Page 1 of 1 (2 items)
Microsoft Communities