ASP.Net and FrontPage mixed

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default ASP.Net and FrontPage mixed

    Not sure if this is the best place to ask this or not but I am wondering if
    it is possible to run a "mixed" website.
    That is, use pages which leverage ASP.net where appropriate and pages which
    leverage FrontPage Server extentions (I use FP 2000) on the same web site.

    Is it possible?

    Any trips?

    Any features which won't work? (assuming I don't try to mix the format on an
    individual page)

    Is there anything I need to tell my web host in the way of configuration on
    the server other than to enable FP extentions (the site is already ASP.Net
    enabled and my site does not yet have FP server extentions enabled although
    my local development machine does)?

    Any pro's and cons would be greatly appreciated.

    Thanks


    joe Guest

  2. Similar Questions and Discussions

    1. FTP, FrontPage, FrontPage Secure, and SSH
      I've successfully edited a page using FTP; however, I don't have secure FTP. The server supports logon using something call FrontPage and Secure...
    2. Mixed mode in SQL server..
      Hi folks, Just starting down the ASP.NET route after many years of VB/VBA. Been looking at the security stuff and it seems that Forms...
    3. ASP-to-RTF - Mixed Languages
      I've been fighting this for a couple of weeks: My ASP/Access app'n uses UTF-8 data in mixed languages/scripts successfully. That is, it takes...
    4. mixed up sprites
      I'm having a rather strange / frustrating navigation issue. Here's the scenario: On one frame I have a full-screen flash sprite. A few frames down...
    5. ADMINISTRATOR MIXED UP
      I think you renamed your Administrator account to "Rick". Enter %userprofile% to see what profile your "Rick" account is using. If it is...
  3. #2

    Default Re: ASP.Net and FrontPage mixed

    As long as your ASPX pages don't have FrontPage run-time components in them,
    it will be fine. The reason is that the FrontPage run-time components use
    FrontPage server extensions at run-time, and FrontPage server extensions are
    a different ISAPI than ASP.Net.

    HTH,

    Kevin Spencer
    Microsoft FrontPage MVP
    Internet Developer
    [url]http://www.takempis.com[/url]
    Big things are made up of
    lots of Little things.

    "joe" <contact_by_Newsgroup_only.please> wrote in message
    news:%23QdsY79ODHA.1608@TK2MSFTNGP11.phx.gbl...
    > Not sure if this is the best place to ask this or not but I am wondering
    if
    > it is possible to run a "mixed" website.
    > That is, use pages which leverage ASP.net where appropriate and pages
    which
    > leverage FrontPage Server extentions (I use FP 2000) on the same web site.
    >
    > Is it possible?
    >
    > Any trips?
    >
    > Any features which won't work? (assuming I don't try to mix the format on
    an
    > individual page)
    >
    > Is there anything I need to tell my web host in the way of configuration
    on
    > the server other than to enable FP extentions (the site is already ASP.Net
    > enabled and my site does not yet have FP server extentions enabled
    although
    > my local development machine does)?
    >
    > Any pro's and cons would be greatly appreciated.
    >
    > Thanks
    >
    >

    Kevin Spencer Guest

  4. #3

    Default Re: ASP.Net and FrontPage mixed

    thanks kevin



    "Kevin Spencer" <kevin@SPAMMERSSUCKtakempis.com> wrote in message
    news:%23f4MFV$ODHA.3236@TK2MSFTNGP10.phx.gbl...
    > As long as your ASPX pages don't have FrontPage run-time components in
    them,
    > it will be fine. The reason is that the FrontPage run-time components use
    > FrontPage server extensions at run-time, and FrontPage server extensions
    are
    > a different ISAPI than ASP.Net.
    >
    > HTH,
    >
    > Kevin Spencer
    > Microsoft FrontPage MVP
    > Internet Developer
    > [url]http://www.takempis.com[/url]
    > Big things are made up of
    > lots of Little things.
    >
    > "joe" <contact_by_Newsgroup_only.please> wrote in message
    > news:%23QdsY79ODHA.1608@TK2MSFTNGP11.phx.gbl...
    > > Not sure if this is the best place to ask this or not but I am wondering
    > if
    > > it is possible to run a "mixed" website.
    > > That is, use pages which leverage ASP.net where appropriate and pages
    > which
    > > leverage FrontPage Server extentions (I use FP 2000) on the same web
    site.
    > >
    > > Is it possible?
    > >
    > > Any trips?
    > >
    > > Any features which won't work? (assuming I don't try to mix the format
    on
    > an
    > > individual page)
    > >
    > > Is there anything I need to tell my web host in the way of configuration
    > on
    > > the server other than to enable FP extentions (the site is already
    ASP.Net
    > > enabled and my site does not yet have FP server extentions enabled
    > although
    > > my local development machine does)?
    > >
    > > Any pro's and cons would be greatly appreciated.
    > >
    > > Thanks
    > >
    > >
    >
    >

    joe Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139