FrontPage and ASPX files

E

Erik

I understand that learning Visual Basic's UI creation
tools is the best long-term solution, but can anyone tell
me if the most recent version of FrontPage can "look" at
ASPX files so tweaks can be made?

What IS the latest version of FrontPage?
 
K

Kevin Spencer

ASP.Net can produce a variety of formats, including pure scripting and
compiled DLLs. So, the short answer to your question is "no." The LONG
answer is that, if the page is scripted ASP.Net, you can certainly open it
in FrontPage and edit the scripting. On the other hand, you could also use
NotePad to do the same thing. Scripting is just text. FrontPage cannot debug
ASP.Net. For that you should use Microsoft Visual Studio.Net. In fact, if
you are serious about doing ASP.Net, do yourself a favor and get Visual
Studio.Net.

The latest version of FrontPage is FrontPage 2003.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
Top