Workshop


Quiz

1.

What is the difference between a static web page and a dynamic web page?

2.

What is the purpose of the ASP.NET engine?

3.

True or False: ASP.NET web pages can be served from computers using the Windows ME operating system.

4.

What software packages must be installed to serve ASP.NET web pages from a computer?

5.

When should you consider using a web-hosting company to host your ASP.NET web pages?

Answers

1.

The HTML markup for a static web page remains constant until a developer actually modifies the HTML markup in the web page. The HTML markup for a dynamic web page, on the other hand, is produced every time the web page is requested by a visitor to the site.

2.

When the web server receives a request for an ASP.NET web page, it hands off the request to the ASP.NET engine, which then executes the requested ASP.NET page and returns its HTML markup to the web server. The ASP.NET engine allows for the HTML markup of an ASP.NET web page to be dynamically generated for each request.

3.

False. ASP.NET pages can be served only from computers running Windows 2000, Windows XP, Windows Server 2003, or Windows Vista.

4.

For a computer to serve ASP.NET web pages, the .NET Framework and a web server that supports ASP.NET must be installed.

5.

You should consider using a web-hosting company if you want your ASP.NET website to be accessible via the Internet. Typically, it's best to develop the website locally and host it with a web-hosting company.

Exercises

This hour does not have any exercises. We'll start with exercises in future hours, after we become more fluent with creating ASP.NET web pages.




Sams Teach Yourself ASP. NET 2.0 in 24 Hours, Complete Starter Kit
Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit
ISBN: 0672327384
EAN: 2147483647
Year: 2004
Pages: 233

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net