SA Developer .NET

Welcome to SA Developer .NET Sign in | Join | Help
in Search

Classic ASP in .Net 2005 / 2008 master page

Last post 08-27-2008, 14:32 by Marioe. 4 replies.
Sort Posts: Previous Next
  •  08-27-2008, 12:56 14363

    Classic ASP in .Net 2005 / 2008 master page

    Hi There,

     Is there a way to show classic asp pages in a .net master page. There are simply to many pages to convert but will happen over time.

    Any code would help.

     Thanks

  •  08-27-2008, 13:12 14365 in reply to 14363

    Re: Classic ASP in .Net 2005 / 2008 master page

    There is no real way that I am aware of. Have a look at the migration guide from MS as well as the Migration Assistant tool. There is obviously going to re-work.

     http://msdn.microsoft.com/en-us/asp.net/aa336624.aspx

    http://msdn.microsoft.com/en-us/asp.net/aa336623.aspx 

     

     

  •  08-27-2008, 13:31 14366 in reply to 14363

    Re: Classic ASP in .Net 2005 / 2008 master page

    We have embedded an ASP page by creating an iframe on a asp.net web page and setting the source property to the URL of the ASP page. It works great but if you need to manage state between the two pages it becomes a little tricky.

    <iframe id="frame1" name="frame1" src="frame1" runat="server">
    </iframe>

    The bolded sections above show the source property as  well as the run at server attribute which allows you to set the source of the iframe from your code behind that has the iframe.


    SA Developer .Net 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.
  •  08-27-2008, 14:16 14376 in reply to 14363

    Re: Classic ASP in .Net 2005 / 2008 master page

    Marioe:

    Hi There,

     Is there a way to show classic asp pages in a .net master page. There are simply to many pages to convert but will happen over time.

    Any code would help.

     Thanks

    Can I be a total *** and suggest an IFRAME in a content page? Surprise


    Unscrambling Eggs: Decompiling ASP.NET
  •  08-27-2008, 14:32 14381 in reply to 14366

    Re: Classic ASP in .Net 2005 / 2008 master page

    Thanks for the help...will have a good fight with this one....
View as RSS news feed in XML
Powered by Community Server (Commercial Edition), by Telligent Systems