Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / October 2007

Tip: Looking for answers? Try searching our database.

FPSE and IIS

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
RPK - 23 Oct 2007 17:31 GMT
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?
Mark Fitzpatrick - 23 Oct 2007 23:21 GMT
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.

Signature

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression

>I am new to ASP.NET. I want to know:
>
[quoted text clipped - 4 lines]
> (2) I know that IIS is a web-server. What other tasks it performs and
> what things to learn in IIS?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.