Hi Cody21,
When I do ASP.Net work, I use Visual Studio.Net (the full-featured Microsoft
..Net development tool kit - not just for ASP.Net) to do the programming, and
use FrontPage as a tool for developing "pieces" of HTML that I use in the
web application.
An ASP.Net application is (basically) an application that uses server
process to dynamically generate an HTML interface on the client browser.
This HTML interface allows the user to interact with the server app via HTML
forms.
The Visual Studio family of products can generate HTML to a certain extent,
but are not particularly good at it (except for the Controls, which of
course generate dynamic HTML on a page for a certain functionality). The
page itself is another matter. That is, FrontPage is much better for doing
web page layout. So, I mix and match between the 2, using Visual Studio (or
Visual Web Developer in your case) to create the basic application and
interface, and then fill in the visual page layout using FrontPage, and a
lot of copying and pasting.
Like I said, ASP.Net is a pretty difficult programming technology to use,
and more difficult to master. In fact, any web application technology is
going to be difficult because of the HTTP stateless "Request/Response"
behavior.
--
HTH,
Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist
Big thicks are made up of lots of little thins.
"Cody21" <(E-Mail Removed)> wrote in message
news

346C908-9687-462C-BACB-(E-Mail Removed)...
> Yea, that's what I downloaded - the MS Visual Web Developer. So final
> question - is it better just to use some of the ASP.NET-development
> features
> in Web Developer and cut & paste the Code into MS Frontpage for final
> Publishing? Thanks Kevin.
>
> "Kevin Spencer" wrote:
>
>> ASP.Net is a web application programming technology. FrontPage is a web
>> development tool set. You can use FrontPage to develop web applications
>> for
>> any web application technology that uses scripting, and ASP.Net support
>> is
>> built in to FrontPage to a degree. That said, FrontPage is not primarily
>> a
>> web application development tool set, and its support is fairly scanty.
>> FrontPage has some built-in tools that enable you to create fairly simple
>> database-connective web pages, but beyond that you're on your own.
>>
>> For ASP.Net, your best bet would be to use Microsoft Visual Web Developer
>> for your code, and FrontPage to easily develop the HTML portion. Of
>> course,
>> this requires some programming skill, and understanding of the mechanism
>> of
>> ASP.Net.
>>
>> If you're not a programmer, you might have more luck with ASP, although
>> that
>> requires some programming skill as well. However, it is much simpler to
>> use
>> than ASP.Net.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> Professional Chicken Salad Alchemist
>>
>> Big thicks are made up of lots of little thins.
>>
>>
>> "Cody21" <(E-Mail Removed)> wrote in message
>> news:10D27B5A-53B7-481B-92BE-(E-Mail Removed)...
>> > I'm a bit confused about something. I need to be able to develp a User
>> > Login
>> > FORM as well as SubSite Authentication (restrictions to specific
>> > pages).
>> > The
>> > FP manual talks about a REGDB.TXT file and PERMISSIONS that are
>> > required
>> > on
>> > the (hosting)Server. In calling my ISP, they tell me that it is not
>> > supported
>> > and suggested I download and use ASP.NET 2.0 .... After initially
>> > looking
>> > at
>> > THAT download, it appears that ASP.NET is a replacement for FP 2003. Am
>> > I
>> > not
>> > seeing this correctly? Do any of you use ASP.NET in PLACE of 2003 - or
>> > do
>> > you
>> > simply use it to develop HTML code (asp?) and cut & paste it into you
>> > FP
>> > HTML
>> > Code?
>> >
>> > Thanks for clearing this up.
>>
>>
>>