473,405 Members | 2,415 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,405 software developers and data experts.

FPSE and IIS

RPK
I am new to ASP.NET. I want to know:

(1) What are Front-Page Server Extensions and what role it plays while
working with ASP.NET? Do I need to learn Front-Page along with
ASP.NET?

(2) I know that IIS is a web-server. What other tasks it performs and
what things to learn in IIS?

Oct 23 '07 #1
1 1319
1. The FrontPage Server Extensions are a series of executables that were
designed to build certain types of web pages quickly. It dates way back,
more than 10 years, to when all we really had to work with was CGI and Perl.
Most users who wanted to get into web site design found Perl script
configuration daunting so the FP Server Extensions give FP a way to perform
some basic form handling operations without the user having to setup scripts
and such. The FP Server Extensions also enable publishing over http. This
let's an application that can make use of the extensions communicate
directly with a web server, instead of simply transferring files onto the
server via FTP. The FP Server Extensions are used by Visual Studio to
transfer files over http to a web server running the FP Server Extensions.
You don't really need to know anything about the extensions as there isn't
anything for you to do with them (other than publish via Visual Studio) if
you aren't also using FrontPage.

2. IIS has three main services built into it:
Web publishing services - to serve web pages
FTP services - for creating FTP sites and responding to FTP requests
SMTP services - for transfering mail through the SMTP protocol
(useful if you need to send emails outbound from an application and want
control over the outgoing server)

There are all sorts of things you can learn about IIS. How to write scripts
that can be run on the server to perform certain management tasks (creating
web server instance, new virtual directories, etc.), how to keep it healthy,
how to secure it properly. It all really depends though upon what you're
looking at. If you're looking at it as a developer, then you will need to
know how to configure it and work with it at a basic level at least. This
will help you out when you're building web applications because you may find
what works on your test server doesn't work on your production server
because you need to take some IIS setting into account. If you're looking at
it as managing production web servers then you definitely want to look much
harder at the internals, how it works, and how to keep it from breaking.
--
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
"RPK" <rp*****@gmail.comwrote in message
news:11**********************@z24g2000prh.googlegr oups.com...
>I am new to ASP.NET. I want to know:

(1) What are Front-Page Server Extensions and what role it plays while
working with ASP.NET? Do I need to learn Front-Page along with
ASP.NET?

(2) I know that IIS is a web-server. What other tasks it performs and
what things to learn in IIS?

Oct 23 '07 #2

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

Similar topics

0
by: djopie | last post by:
I have the .NET 2.0.40607 build installed on an IIS 6 server on Win2003 Std. IIS will not let me configure the Front Page Server Extensions 2002 for new sites. When I try, I get a username and...
6
by: Keith | last post by:
Is there a way to publish only one file in VS.NET 2003 using FPSE method? In FP client I can select one file at a time to publish. My web is large and it takes too long to publish the whole...
1
by: Keith | last post by:
We have an ASP.NET prototype web site which was deployed using the "XCopy" method. Since this was on an Internal System, no special permissions have been assigned. The ASP.NET pages worked fine. ...
1
by: Amol Shambharker | last post by:
Hello Everyone, I have been working on setting up a windows 2003 machine with IIS 6.0.The web server has the web directory on a UNC share on a windows 2003 server.I want to migrate websites from a...
1
by: Merline Martina | last post by:
Hi Friends, When I create any ASP.NET application, it says that, FPSE is not configured. I dont understant what to do, how to solve. Give me few tips to solve this. -- Cool!! Merline
1
by: Cculon | last post by:
I have tried to install FrontPage 2000 Server Extensions on my Wins XP Pro computer in order to work on ASP.NET, but its behavior is weird as following. 1. When I go to Computer Management, and...
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. ...
6
by: Brad | last post by:
I have a win2003 server workstation with multiple webs, each web has it's own ip address. In VS2005, if I select to open an existing web site, select Local IIS, the dialog correctly displays a...
0
by: jpegny | last post by:
Hello all, I'm in the middle of setting up a windows 2003 server for asp.net (with vb.net 2003) remote development/deployment. The problem is that as soon as I install service pack 1 on...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.