Yes Martin, it would be more interesting but don't hold your
breath as there is very little that FrontPage 2003 has to offer
competent ASP.NET web developers and what is not being
said is much more important to learn that what is being said.
For example...
"All you need to know" he would say? Hardy Har Har
Here is what I have experienced...
** FrontPage 2003 does not interoperate with Visual Studio.NET
at all nor does it round-trip at all. Neither application knows
anything about the other and treats one another's resources like any
other file in the file system.
** FrontPage 2003 can not create a new ASP.NET site using a template.
**FrontPage 2003 will not generate a page directive.
** FrontPage 2003 can not even create an .aspx file without a ridiculous
8 step process.
**FrontPage 2003 knows nothing about the .aspx file format
which still must be imported rather than known as a native file format.
** FrontPage 2003 cannot generate web server controls when creating
a user interface and has no equivalent to the Visual Studio.NET toolbox
in the context of Web Forms (ASP.NET) development.
Thus, the developer using FrontPage 2003 hoping to efficiently and
productively layout the user interface must first generate the HTML
elements and then manually modify each and every HTML element to
convert it into a web server control before opening the .aspx file in
Visual Studio.NET.
That manual process may also be done in Visual Studio.NET of course
but the point is that FrontPage 2003 is WEB FORMS STOOPIT
and Visual Studio.NET 'designer' mangles the hell out of HTML
resulting in a state of affairs that is FUBAR.
** Using the Visual Studio.NET 'designer' for example to develop a
user interface for a web site is like going all the way back to FrontPage
when it was first acquired from Vermeer. It is that poor. The designer
stomps all over the HTML formatting. It writes HTML declarations out
of order within the 'page' flow and juxtaposes declarations one right after
the other forcing the developer to constantly scroll horizontally to enter
carriage returns to add white space when needing to read the source.
Temporarily of course as it will then stomp all over the HTML each time
the designer is re-displayed.
My statements are not as refined as they may have been but I have
some business to attend to...
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET (e-mail address removed)
URL
http://www.metromilwaukee.com/clintongallagher/
Martin,
I do cover such features as IntelliSense of ASP.NET server controls.
There really isn't that much to using VS.NET and FrontPage on the same
site.
Because both can use the FrontPage Server Extensions, both can open the
same
Web site. Therefore, all you need to know is how to work in