Skip navigation.

Class Calendar, ITNW 2454.7250 / Spring 2007

by Chris Fernandes

Class Syllabus

Calendar

  • Week 1 (1/16 - 1/20) --
  • Class Syllabus


     

  • Week 2 (1/22 - 1/27) -- Install and load Windows 2003 server with patches and Service Packs.
    2 Hards drives will be assiged to every student
    Write names and server install on paper tabs and stick on to drives with tape.
    Sign role sheet with hard drive numbers and server install.
    Make sure hard drive key is used to remove existing Hard drive.
    Remove Network cable from PC.
    Change Bios to booth from the CD Drive.
    Load CD and Reboot PC.
    Install Windows 2003 Server.
    Load Antivirus software.
    Change Bios back to original settings.
    • Load security updates and service packs from the Microsoft.
    When completed remove drive and install original drive and check to make sure PC comes up fine.

 

  • Week 3 (1/29 - 2/3) --

  •  

  • Week 4 (2/5 - 2/10) --

    Review MMC and FTP Services .

    Finish the Lab work on FTP.

    FTP Services


     

  • Week 5 (2/12 - 2/17) --
  • Components of WWW services.

    WWW services


     

  • Week 6 (2/19 - 2/24) --

  • Week 7 (2/26 - 3/3) --

    ACTIVE DIRECTORY

    What is Active Directory?

    How does it work in Windows 2003 Server?

    How does it help in IIS 6


  • Week 8 (3/5 - 3/10) -- MID TERM TEST

  • Week 3/12 - 3/18 - SPRING BREAK Classes resume on (3/19)

  • Week 9 (3/19- 3/24) --

Go Over the Mid Term Test

SMTP

Lecture: SMTP Services

Lab on JMail


Week 10 (3/26 - 3/31) -- Continue with Lab on SMTP

Week 11 (4/2 - 4/7) -- NO CLASS EASTER SUNDAY - APRIL 8th 2007

Thursday (4/12) is the last day to withdraw


Week 12 (4/9 - 4/14) -- Setting up SMTP Server Lab

Install Dot Net 1.1 Framework

Install Dot Net 2.0 Framework

Copy the 2 files

  • Copy the two files and place them in a web site that has already been configured.
  • Start JMail Server.
  • Change email address on the SendMail.aspx.vb the email address that you configured in J mail server.
  • Go to your MMC and pull up the site or pull up the page(SendMail.aspx) from your browser.
  • Type text in the message box and press the "Submit" button.
  • Go to your outlook express and check for your email.

Sending mail using ASP CDOSYS

  • Copy file to the website that has already been configured.
  • Open file in Notepad and change the email address that you configured in J mail server.
  • Go to your MMC and pull up the site or pull up the page(SendMail.aspx) from your browser.
  • Type text in the message box and press the "Submit" button.
  • Go to your outlook express and check for your email.

Lecture On MSSQL Sever in relation to IIS

SQL Server - Installation of MS SQL SERVER - SETUP


  • Week 13 (4/16 - 4/21) -- Finish Setting up SMTP Server Lab

    • Create a folder on your hard drive called C:\Inetpub\wwwroot\aspmail
    • Use the IIS Manager snap-in to create a new website located on Port 100. C:\Inetpub\wwwroot\aspmail will be the site's root folder.
    • Make sure that the security is setup correctly.
    • Copy the 2 files - SendMail.aspx and SendMail.aspx.vb (The files are on the CD or Jump drive) and paste the files to C:\Inetpub\wwwroot\aspmail )
    • Start JMail Server.
    • Change email address on the SendMail.aspx.vb the email address that you configured in J mail server.
    • Go to your MMC and pull up the site or pull up the page(SendMail.aspx) from your browser.
    • Type text in the message box and press the "Submit" button.
    • Go to your outlook express and check for your email.

    Sending mail using ASP CDOSYS

    • Copy file - cdosys.asp (The files are on the CD or Jump drive) and paste the files to C:\Inetpub\wwwroot\aspmail ). The website that has already been configured.
    • Open file in Notepad and change the email address that you configured in J mail server.
    • Go to your MMC and pull up the site or pull up the page "cdosys.asp"from your browser.
    • Type text in the message box and press the "Submit" button.
    • Go to your outlook express and check for your email.

    Lecture On MSSQL Sever in relation to IIS

    SQL Server - Installation of MS SQL SERVER - SETUP


  • Week 14 (4/23- 4/28) --
  • Lecture On MSSQL Sever in relation to IIS

    SQL Server - Installation of MS SQL SERVER - SETUP

    Index Server

How to use an ASP.NET application to query an Indexing Service catalog by using Visual Basic .NET

Create a test folder

  1. Create a new folder on the C drive of your computer. Name the folder myCatalogFolder.
  2. Start Notepad, and then paste the following text in a blank document: This is test document to test the index server query and this file name is IndexText.text.
  3. Save the file as C:\myCatalogFolder\IndexText.txt.

Create an Indexing Service catalog

  1. Click Start, and then click Control Panel.
  2. Double-click Administrative Tools.
  3. Click Computer management.
  4. Expand Services and Applications.
  5. Right-click Indexing Service, point to New, and then click Catalog.
  6. In the Name text box, type TestCatalog.
  7. Click Browse, locate the folder where you want to put the catalog, and then click OK two times.
  8. Following message appears under New Catalog Created:
    Catalog will remain off-line until Indexing Service is restarted
    Click OK.
  9. Right-click Indexing Service, and then click Stop to stop the Indexing Service.
  10. Right-click Indexing Service, and then click Start to restart the Indexing Service.

Define the scope of the catalog

After you create a new catalog, add the folders that you want included in the scope of the catalog. The scope is the set of folders that is included in and excluded from the catalog. The scope defines the content that is included and excluded from the index. For each folder that is included or excluded, all its subfolders are also included or excluded.

  1. Double-click TestCatalog (the catalog that you created in the "Create a Test Folder" section).
  2. Right-click Directories, point to New, and then click Directory.
  3. Click Browse, locate and then click the folder that you want to add (C:\myCatalogFolder\), and then click OK.

Note Under Include in Index ?, click Yes.

Create a website

  • Create a folder on your hard drive called C:\Inetpub\wwwroot\indexserver
  • Use the IIS Manager snap-in to create a new website located on Port 200. C:\Inetpub\wwwroot\indexserver will be the site's root folder.
  • Make sure that the security is setup correctly.
  • Copy the 2 files - Default2.aspx and Default2.aspx.vb (The files are on the CD or Jump drive) and paste the files to C:\Inetpub\wwwroot\indexserver )
  • Go to your MMC and pull up the site or pull up the page(Default2.aspx) from your browser.

Troubleshoot
Wait for the Index to Be Built


Indexing Service automatically processes the TestCatalog and prepares a word list for indexing.

When you run the sample code, you may not receive the results as expected because Indexing Service requires some time to build the index.

To verify the state of the index, click Indexing Service in the right pane, and then verify that the Word List value for TestCatalog is greater than zero.

If the Word List value is zero, wait for the index to build the list.
Index Data May Have Become Corrupted
If the search does not return the expected search results when you query the index, the index data may have become corrupted. To troubleshoot this issue, stop and restart Indexing Service to re-index all documents.

To do this, follow these steps:

  1. Click Start, point to Settings, and then click Control Panel.
  2. Double-click Administrative Tools, and then double-click Computer Management.
  3. In the console tree, double-click Services and Applications.
  4. Right-click Indexing Service, and then click Stop.
  5. Right-click Indexing Service, and then click Start.

Index Server Using ASP and IIS 5/6

Index Server



  • Week 15 (4/30 - 5/5) --
  • Week 16 (5/7 - 5/10) --
    • Final Exams (5/7 - 5/10)