473,395 Members | 1,456 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

.NET vs. Frontpage

C T
My work is about to have me use Frontpage 2002 to build and maintain an
intranet web site.

I'm trying to draw a comparison between the two, but I'm having trouble
finding info about .NET.

Would it be reasonable to demand I get use .NET studio?

Thanks,
Craig
Nov 1 '05 #1
6 2022
dear friend;
actully you can use frontpage with vs. but i donot think you can compain
between them. there for you can design the html code there then copy and pass
it to vs. html side and it can beused this way. donot forget to open a folder
for images in vs. if you use images in fronpage, and copy all images there.
--
PLEASE DO NOT FORGET TO RATE THE ANSWER
happy coding
Muhanad YOUNIS
MCSD.NET
"C T" wrote:
My work is about to have me use Frontpage 2002 to build and maintain an
intranet web site.

I'm trying to draw a comparison between the two, but I'm having trouble
finding info about .NET.

Would it be reasonable to demand I get use .NET studio?

Thanks,
Craig

Nov 1 '05 #2

"C T" <CT@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
My work is about to have me use Frontpage 2002 to build and maintain an
intranet web site.

I'm trying to draw a comparison between the two, but I'm having trouble
finding info about .NET.

Would it be reasonable to demand I get use .NET studio?

Thanks,
Craig


Trouble finding information about Visual Studio and the .NET Framework?
Try starting here:

http://msdn.microsoft.com/

The tool choice should be driven by the functional requirements for the web
site and your design for meeting them.
Are you planning to use client side or server side automation?
Is there a database involved?
Are you planning to use n-tier architecture?
What programming/scripting languages are you comfortable with?
Basically, with more detailed information, it's impossible to say if
demanding Visual Studio is reasonable or unreasonable.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Nov 1 '05 #3
frontpage has a nasty habit of re-writing your code for you. if you use a
mix of tools, this could be a problem for you. it was for me. if you have
anything that will be database-driven, then use VS.

george hardy

"C T" <CT@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
My work is about to have me use Frontpage 2002 to build and maintain an
intranet web site.

I'm trying to draw a comparison between the two, but I'm having trouble
finding info about .NET.

Would it be reasonable to demand I get use .NET studio?

Thanks,
Craig

Nov 1 '05 #4
One more response maybe? :-)

FrontPage is used to do web design page layout. FrontPage has a text editor
to write HTML and some enbedded ASP.NET but FrontPage does not support
code-behind, does not have native support for dragging and dropping ASP.NET
controls (no ToolBox) and does not have many other features that are helpful
when developing ASP.NET or Windonws Forms applications which is why we use
Visual Studio .NET fpr ASP.NET 1.1 or Visual Studio 2005 for ASP.NET 2.0.

Furthermore, FrontPage 2003 is the only release that supports ASP.NET 1.1 oe
2.0 and it does not do it very well at all but it is still useful to use
FrontPage do page layout and then close the files (required) and reopen them
in Visual Studio to write code-behind for your ASP.NET applications.

If you are developing an Intranet you need to learn about and possibly use
Windows SharePoint Services which comes with Windows Server 2003. FrontPage
works with SharePoint which is Microsoft's Intranet platform.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"C T" <CT@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
My work is about to have me use Frontpage 2002 to build and maintain an
intranet web site.

I'm trying to draw a comparison between the two, but I'm having trouble
finding info about .NET.

Would it be reasonable to demand I get use .NET studio?

Thanks,
Craig

Nov 1 '05 #5
CT,

If you have to make a website with a lot of database or other kind of
transactions, than I opt for Visual Studio.

If you make webpages that are more based on a fancy desing part, which have
quick to be rebuild and easy to change, than I would go for Frontpage.

Another comparising can be, if you write everything on client side direct in
HTML and Javascript than you will probably like Visual Studio.

If you are draging and dropping a lot of components which are very much at
hand in Front Page than probably you like that more.

Maybe needles to say that my favorite in this is Visual Studio.

An extra benefit is from the last that you can build with Visual Studio
pages with diverent kind of Microsoft managed code scripting in it at
server side.

However you can as well seperate the logic as ILS code in apart build DLL's
(often descripted as code behind). Those DLL's you can place on a secure
place on your server. A conter part on that is that it "can" make it again
more dificult to change something simple in a page withouth renewing that
complete build DLL.

It is not which is better, however which is better for you.

There is a lot more, however I hope that this gives a starting idea.

Cor
Nov 2 '05 #6
Do you develop .NET applications? If so, it is wiser to have Visual Studio
..NET.

Do you develop ASP applications? If so, it is wiser to have Visual Studio 6,
although you can do most ASP work in FrontPage.

If you are merely designing and doing small amounts of code, I would stick
with FrontPage, although I would upgrade to 2003, as it is a nicer
experience, esp. when coding small amounts of ASP.NET.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***********************************************
Think Outside the Box!
***********************************************
"C T" <CT@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
My work is about to have me use Frontpage 2002 to build and maintain an
intranet web site.

I'm trying to draw a comparison between the two, but I'm having trouble
finding info about .NET.

Would it be reasonable to demand I get use .NET studio?

Thanks,
Craig

Nov 2 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Bruce A. Julseth | last post by:
I am doing my PHP development in MS FrontPage. At on time, when in Frontpage and I would double click on a page in my development folder, FrontPage would open it. Now when I double click, Notepad...
0
by: Matthew Ferri | last post by:
Hi, Summary: I'm a newbie to FrontPage and IIS. I have a simple issue that I believe may be a configuration setting somewhere. If there is a KB article, I just cannot find it.
18
by: Andy | last post by:
hello all I've just finished a reasonably simple site for a client, validated it, checked it across browsers/resolutions etc. The problem for me is that my clients want to keep it updated...
4
by: Jim Heavey | last post by:
I have a friend that does all of their web page development in FrontPage and she has asked me to create some asp.net pages for here with some db functionality. I know nothing of Frontpage ans she...
1
by: Robert Scheer | last post by:
Hi. Is there any article that talks about the purpose of each of the Frontpage extensions folders (_vti_cnf, _vti_pvt, _vti_script, and _vti_txt)? When I create a new ASP.NET application, these...
1
by: LynchburgRecord | last post by:
The Code Snippet (from VB Net in Visual Studio Net 2003) below does the following (1) Create a Front Page (2002) Application Objec (2) Open a We (3) Close the We (4) Execute Front Page...
6
by: C T | last post by:
My work is about to have me use Frontpage 2002 to build and maintain an intranet web site. I'm trying to draw a comparison between the two, but I'm having trouble finding info about .NET. ...
2
by: Gerry Hickman | last post by:
Hi, We are currently running VS.NET clients against a Windows 2000 server which has Frontpage server extensions; this means we can have teams of developers interacting on web applications from...
10
by: musosdev | last post by:
Hi guys I'm trying to migrate to VS2005... I've managed to do that, but realised I'd opened my web projects as file projects, and I'm getting the error about network BIOS command limit. ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.