Master Page, or Dynamic Web Template? (FrtPg.biz) - 5/29/2006 2:35 PM PST

Răspuns Master Page, or Dynamic Web Template? (FrtPg.biz) - 5/29/2006 2:35 PM PST

  • Wednesday, February 27, 2008 6:10 PM
    Moderator
     
     
    By: FrtPg.biz


    Want to rebuild my site in Exp. I'm on a Unix Server, w/FrtPg Exts. Should I 
    start with a: Master Page, or a: DWT? 

All Replies

  • Thursday, February 28, 2008 3:52 PM
     
     
    Masterpages are an ASP.Net 2.0 feature, so for a Unix server you almost certainly limited to DWT's. There is an implementation of ASP.Net for Linux called Mono, but it's not widely supported as yet.

    You may though find the power of ASP.Net tempting so don't rule out a switch to a Windows server.


    Ian Haynes
  • Thursday, March 06, 2008 8:44 PM
    Moderator
     
     Answered
    By: Cheryl D Wise


    DWT, master pages are for ASP.NET 2.0 pages and the ASP.NET support
    available for Linux does is the older framework.

    --
    Cheryl D Wise
    FrontPage MVP
    http://by-expression.com
    http://forum.by-expression.com
    http://groups.google.com/group/by-expression-web-designer


    "FrtPg.biz" <FrtPgbiz@discussions.microsoft.com> wrote in message
    news:890B0D32-0366-4162-B036-BC1D4AB181A5@microsoft.com...
    > Want to rebuild my site in Exp. I'm on a Unix Server, w/FrtPg Exts. Should
    > I
    > start with a: Master Page, or a: DWT?

  • Thursday, March 06, 2008 9:17 PM
    Moderator
     
     
    By: Cowboy (Gregory A. Beamer)


    Are you using mono?

    If not, DWT, which is a design time "templating" technology, is your only
    option. I also believe Mono is still a bit behind, so master pages are
    probably not available on your box regardless, at least not now.

    --
    Gregory A. Beamer

    *************************************************
    Think Outside the Box!
    *************************************************
    "FrtPg.biz" <FrtPgbiz@discussions.microsoft.com> wrote in message
    news:890B0D32-0366-4162-B036-BC1D4AB181A5@microsoft.com...
    > Want to rebuild my site in Exp. I'm on a Unix Server, w/FrtPg Exts. Should
    > I
    > start with a: Master Page, or a: DWT?

  • Thursday, March 06, 2008 9:18 PM
    Moderator
     
     
    By: FrtPg.biz


    What's 'mono'? I'm on a Unix server, but want to build a site from the ground
    up in Expression.

    "Cowboy (Gregory A. Beamer)" wrote:

    > Are you using mono?
    >
    > If not, DWT, which is a design time "templating" technology, is your only
    > option. I also believe Mono is still a bit behind, so master pages are
    > probably not available on your box regardless, at least not now.
    >
    > --
    > Gregory A. Beamer
    >
    > *************************************************
    > Think Outside the Box!
    > *************************************************
    > "FrtPg.biz" <FrtPgbiz@discussions.microsoft.com> wrote in message
    > news:890B0D32-0366-4162-B036-BC1D4AB181A5@microsoft.com...
    > > Want to rebuild my site in Exp. I'm on a Unix Server, w/FrtPg Exts. Should
    > > I
    > > start with a: Master Page, or a: DWT?
    >
  • Thursday, March 06, 2008 9:18 PM
    Moderator
     
     Answered
    By: Cheryl D Wise


    Mono is the dotnet framework for Linux computers. Usually it is at least one
    generation behind the Microsoft dotnet framework. In order to use asp.net
    master pages your web server must support asp.net 2.0 framework.

    Mono, the Linux version does not yet do that which means you should use
    DWTs which are used on your local site and require nothing on the server.

    While the tutorial was written for FrontPage see:
    http://mvp.wiserways.com/tutorials/dwt/index.html Since the process is
    basically the same in EWD.

    --
    Cheryl D Wise
    FrontPage MVP
    http://by-expression.com
    http://forum.by-expression.com
    http://groups.google.com/group/by-expression-web-designer


    "FrtPg.biz" <FrtPgbiz@discussions.microsoft.com> wrote in message
    news:53CA7C7A-D1B6-4E94-A766-25CA8C34E216@microsoft.com...
    > What's 'mono'? I'm on a Unix server, but want to build a site from the
    > ground
    > up in Expression.
    >
    > "Cowboy (Gregory A. Beamer)" wrote:
    >
    >> Are you using mono?
    >>
    >> If not, DWT, which is a design time "templating" technology, is your only
    >> option. I also believe Mono is still a bit behind, so master pages are
    >> probably not available on your box regardless, at least not now.
    >>
    >> --
    >> Gregory A. Beamer
    >>
    >> *************************************************
    >> Think Outside the Box!
    >> *************************************************
    >> "FrtPg.biz" <FrtPgbiz@discussions.microsoft.com> wrote in message
    >> news:890B0D32-0366-4162-B036-BC1D4AB181A5@microsoft.com...
    >> > Want to rebuild my site in Exp. I'm on a Unix Server, w/FrtPg Exts.
    >> > Should
    >> > I
    >> > start with a: Master Page, or a: DWT?
    >>
    >>
    >>
  • Thursday, March 06, 2008 9:18 PM
    Moderator
     
     
    By: FrtPg.biz


    Bet bet would be to just transfer to a: Windows Server w/FrtPg Exts?
    
    "Cheryl D Wise" wrote:
    
    > Mono is the dotnet framework for Linux computers. Usually it is at least one 
    > generation behind the Microsoft dotnet framework. In order to use asp.net 
    > master pages your web server must support asp.net 2.0 framework.
    > 
    >  Mono, the Linux version does not yet do that which means you should use 
    > DWTs which are used on your local site and require nothing on the server.
    > 
    > While the tutorial was written for FrontPage see: 
    > http://mvp.wiserways.com/tutorials/dwt/index.html Since the process is 
    > basically the same in EWD.
    > 
    > -- 
    > Cheryl D Wise
    > FrontPage MVP
    > http://by-expression.com
    > http://forum.by-expression.com
    > http://groups.google.com/group/by-expression-web-designer
    > 
    > 
    > "FrtPg.biz" <FrtPgbiz@discussions.microsoft.com> wrote in message 
    > news:53CA7C7A-D1B6-4E94-A766-25CA8C34E216@microsoft.com...
    > > What's 'mono'? I'm on a Unix server, but want to build a site from the 
    > > ground
    > > up in Expression.
    > >
    > > "Cowboy (Gregory A. Beamer)" wrote:
    > >
    > >> Are you using mono?
    > >>
    > >> If not, DWT, which is a design time "templating" technology, is your only
    > >> option. I also believe Mono is still a bit behind, so master pages are
    > >> probably not available on your box regardless, at least not now.
    > >>
    > >> -- 
    > >> Gregory A. Beamer
    > >>
    > >> *************************************************
    > >> Think Outside the Box!
    > >> *************************************************
    > >> "FrtPg.biz" <FrtPgbiz@discussions.microsoft.com> wrote in message
    > >> news:890B0D32-0366-4162-B036-BC1D4AB181A5@microsoft.com...
    > >> > Want to rebuild my site in Exp. I'm on a Unix Server, w/FrtPg Exts. 
    > >> > Should
    > >> > I
    > >> > start with a: Master Page, or a: DWT?
    > >>
    > >>
    > >> 
    > 
    > 
    > 
  • Thursday, March 06, 2008 9:19 PM
    Moderator
     
     Answered
    By: Cheryl D Wise


    You don't need the FPSE for Expression Web Designer. Heck, there was little 
    you needed them for in FrontPage 2003.
    
    -- 
    Cheryl D Wise
    FrontPage MVP
    http://by-expression.com
    http://forum.by-expression.com
    http://groups.google.com/group/by-expression-web-designer
    
    
    "FrtPg.biz" <FrtPgbiz@discussions.microsoft.com> wrote in message 
    news:B86F844E-F936-40AE-A9C8-AC499F13BFDD@microsoft.com...
    > Bet bet would be to just transfer to a: Windows Server w/FrtPg Exts?
    >
    
    
    
  • Thursday, March 06, 2008 9:19 PM
    Moderator
     
     
    By: Erik Saltwell (MSFT)


    As Cheryl says, you should not need to move to a windows/fpse box. Our
    support for Ftp is strong and you should have a finne experience on your
    current box.

    Erik Saltwell - Dev Manager - Expression Web Designer

    "Cheryl D Wise" <wiserways.wiserways.com> wrote in message
    news:um977$ChGHA.4404@TK2MSFTNGP05.phx.gbl...
    > You don't need the FPSE for Expression Web Designer. Heck, there was
    > little you needed them for in FrontPage 2003.
    >
    > --
    > Cheryl D Wise
    > FrontPage MVP
    >
    http://by-expression.com
    > http://forum.by-expression.com
    > http://groups.google.com/group/by-expression-web-designer
    >
    >
    > "FrtPg.biz" <FrtPgbiz@discussions.microsoft.com> wrote in message
    > news:B86F844E-F936-40AE-A9C8-AC499F13BFDD@microsoft.com...
    >> Bet bet would be to just transfer to a: Windows Server w/FrtPg Exts?
    >>
    >
  • Thursday, March 06, 2008 9:21 PM
    Moderator
     
     
    By: Cowboy (Gregory A. Beamer)


    Mono is "supposed" to be at 2.0 standard by August. As it is open source,
    this is not a guarantee, but they have done nicely in the past.

    --
    Gregory A. Beamer

    *************************************************
    Think Outside the Box!
    *************************************************
    "Cheryl D Wise" <wiserways.wiserways.com> wrote in message
    news:uyMH$GAhGHA.4848@TK2MSFTNGP04.phx.gbl...
    > Mono is the dotnet framework for Linux computers. Usually it is at least
    > one generation behind the Microsoft dotnet framework. In order to use
    > asp.net master pages your web server must support asp.net 2.0 framework.
    >
    > Mono, the Linux version does not yet do that which means you should use
    > DWTs which are used on your local site and require nothing on the server.
    >
    > While the tutorial was written for FrontPage see:
    >
    http://mvp.wiserways.com/tutorials/dwt/index.html Since the process is
    > basically the same in EWD.
    >
    > --
    > Cheryl D Wise
    > FrontPage MVP
    >
    http://by-expression.com
    > http://forum.by-expression.com
    > http://groups.google.com/group/by-expression-web-designer
    >
    >
    > "FrtPg.biz" <FrtPgbiz@discussions.microsoft.com> wrote in message
    > news:53CA7C7A-D1B6-4E94-A766-25CA8C34E216@microsoft.com...
    >> What's 'mono'? I'm on a Unix server, but want to build a site from the
    >> ground
    >> up in Expression.
    >>
    >> "Cowboy (Gregory A. Beamer)" wrote:
    >>
    >>> Are you using mono?
    >>>
    >>> If not, DWT, which is a design time "templating" technology, is your
    >>> only
    >>> option. I also believe Mono is still a bit behind, so master pages are
    >>> probably not available on your box regardless, at least not now.
    >>>
    >>> --
    >>> Gregory A. Beamer
    >>>
    >>> *************************************************
    >>> Think Outside the Box!
    >>> *************************************************
    >>> "FrtPg.biz" <FrtPgbiz@discussions.microsoft.com> wrote in message
    >>> news:890B0D32-0366-4162-B036-BC1D4AB181A5@microsoft.com...
    >>> > Want to rebuild my site in Exp. I'm on a Unix Server, w/FrtPg Exts.
    >>> > Should
    >>> > I
    >>> > start with a: Master Page, or a: DWT?
    >>>
    >>>
    >>>
    >
    >
  • Thursday, March 06, 2008 9:21 PM
    Moderator
     
     
    By: Cheryl D Wise


    That would be good news indeed if they succeed.

    --
    Cheryl D Wise
    FrontPage MVP
    http://by-expression.com
    http://forum.by-expression.com
    http://groups.google.com/group/by-expression-web-designer


    "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netNoSpamM> wrote in
    message news:%23AawsuehGHA.3496@TK2MSFTNGP02.phx.gbl...
    > Mono is "supposed" to be at 2.0 standard by August. As it is open source,
    > this is not a guarantee, but they have done nicely in the past.
    >
    > --
    > Gregory A. Beamer
    >
    >