That's true
--
| The DWT is not accessible, even in a disk-based web, unless all users are
| using FP2003.
|
| --
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, Forums, WebCircle,
| MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
|
http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > Agree, multiple authors works (if the DWT is in the web)
| > but the DWT w/ the SE doesn't work
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| >
http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| | > | The alternative is not the use of the DWT, which is useless if you work
| with
| > | the FP2000/2002 extensions or you have multiple authors running
| > | FP2000/FP2002 client applications.
| > |
| > | --
| > |
| > | ==============================================
| > | Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | WEBMASTER Resources(tm)
| > |
| > | FrontPage Resources, Forums, WebCircle,
| > | MS KB Quick Links, etc.
| > | ==============================================
| > | To assist you in getting the best answers for FrontPage support see:
| > |
http://www.net-sites.com/sitebuilder/newsgroups.asp
| > |
| > | | > | > An alternative is to use Dynamic Web Templates
| > | > - except for the problems w/ updating all pages using DWT on a SE
| server
| > | without opening them
| > | > - but a VBA could cycle thru all your pages to do that
| > | > (-;
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > To find the best Newsgroup for FrontPage support see:
| > | >
http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > _____________________________________________
| > | >
| > | >
| > | | > | > | There is a workaround to inserting .asp page using the FP2003
| Include
| > | page
| > | > | component, which is to insert .htm page, then switch to code view
| and
| > | change
| > | > | the filename to that of the .asp page.
| > | > |
| > | > | This all but eliminates me being able to use FP2003 for any current
| or
| > | > | future project development.
| > | > |
| > | > | When I use .asp pages as includes, any code on in the include page
| can
| > | only
| > | > | be executed with the page is included in a container page that
| contains
| > | the
| > | > | remainder of the code needed for execution on the server.
| > | > |
| > | > | --
| > | > |
| > | > | ==============================================
| > | > | Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > | WEBMASTER Resources(tm)
| > | > |
| > | > | FrontPage Resources, Forums, WebCircle,
| > | > | MS KB Quick Links, etc.
| > | > | ==============================================
| > | > | To assist you in getting the best answers for FrontPage support see:
| > | > |
http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > |
| > | > | | > | > | > Jim,
| > | > | >
| > | > | > There should still be no reason why you can't use the FP Include
| Page
| > | > | > component with a page that has an extension .asp when including
| the
| > | > | content
| > | > | > into a .asp page.
| > | > | >
| > | > | > I have run into few cases where the use .htm for an Include page
| that
| > | > | > contained ASP code, didn't work and the page had to be named .asp
| in
| > | order
| > | > | > for the code to execute correctly.
| > | > | >
| > | > | > I haven't test this in FP2003 yet, but if this is indeed the case,
| > | then
| > | > | for
| > | > | > those of us that do a lot of ASP coding, FP2003 would not be a
| viable
| > | > | option
| > | > | >
| > | > | > --
| > | > | >
| > | > | > ==============================================
| > | > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > | > WEBMASTER Resources(tm)
| > | > | >
| > | > | > FrontPage Resources, Forums, WebCircle,
| > | > | > MS KB Quick Links, etc.
| > | > | > ==============================================
| > | > | > To assist you in getting the best answers for FrontPage support
| see:
| > | > | >
http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > | >
| message
| > | > | > | > | > | > > >-----Original Message-----
| > | > | > > >I'm trying the new FP2003 and have come across an odd
| > | > | > > >issue. When inserting an Include Page, it will not let
| > | > | > > >me select a .ASP page to include, only a .HTM page. In
| > | > | > > >FP2000 I could insert .ASP pages, so it's hard to
| > | > | > > >imagine this capability would have been removed in the
| > | > | > > >latest version. Does anyone familiar with FP2003 know
| > | > | > > >if I have to change some special settings to activate
| > | > | > > >this?
| > | > | > >
| > | > | > > When you use Include Page to merge content into an ASP
| > | > | > > page, the content gets merged when you save the page, and
| > | > | > > any ASP code runs later, when a visitor requests the page.
| > | > | > >
| > | > | > > So, there's no reason for the included file to have
| > | > | > > a .asp filename extension.
| > | > | > >
| > | > | > > When you save an include file that contains ASP code as
| > | > | > > and .asp file, a visitor can browse it and cause the code
| > | > | > > to execute in an environment you didn't plan for. This
| > | > | > > could have unexpected and unfortunate results.
| > | > | > >
| > | > | > > Of course, if you save the same file with a .htm
| > | > | > > extension, a visitor can browse it without executing the
| > | > | > > code, which means the visitor can run the browser's View
| > | > | > > Source command and see your code. This can also have
| > | > | > > unexpected and unfortunate results.
| > | > | > >
| > | > | > > My recommendation, therefore, is to put all your
| > | > | > > included content in one folder, such as lib, and then
| > | > | > > clear the Allow Files To Be Browsed property for that
| > | > | > > folder.
| > | > | > >
| > | > | > > Jim Buyens
| > | > | > > Microsoft FrontPage MVP
| > | > | > >
http://www.interlacken.com
| > | > | > > Author of:
| > | > | > > *==========----------
| > | > | > > |\=======--------
| > | > | > > || Microsoft Office FrontPage 2003 Inside Out
| > | > | > > || Microsoft FrontPage Version 2002 Inside Out
| > | > | > > || Web Database Development Step by Step .NET Edition
| > | > | > > || Troubleshooting Microsoft FrontPage 2002
| > | > | > > || Faster Smarter Beginning Programming
| > | > | > > || (All from Microsoft Press)
| > | > | > > |/=======--------
| > | > | > > *==========----------
| > | > | > >
| > | > | >
| > | > | >
| > | > |
| > | > |
| > | >
| > | >
| > |
| > |
| >
| >
|
|