FrontPage and ASPX files

  • Thread starter Thread starter Erik
  • Start date Start date
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?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top