Class Calendar, ITNW 2454.7250 / Spring 2007
Calendar
- Week 1 (1/16 - 1/20) --
- Week 2 (1/22 - 1/27) -- Install and load Windows 2003 server with patches and Service Packs.
- Load security updates and service packs from the Microsoft.
- Week 3 (1/29 - 2/3) --
- Monday (1/29) is 12th Class Day -- Instructors, please certify your classes!
Lecture on MMC - Microsoft management Console.
Reference: IIS FAQ
Reference: Microsoft's Advanced Search Page (you might want to bookmark this. A useful alternative is to use Google with the "site:microsoft.com" option
- Week 4 (2/5 - 2/10) --
- Week 5 (2/12 - 2/17) --
- Week 6 (2/19 - 2/24) --
Review MMC and FTP Services .
Finish the Lab work on FTP.
Components of WWW services.
Creating a DSN - What is a DSN Connection?
SQL Server - Installation of MS SQL SERVER - SETUP
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
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
- Create a new folder on the C drive of your computer. Name the folder myCatalogFolder.
- 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.
- Save the file as C:\myCatalogFolder\IndexText.txt.
Create an Indexing Service catalog
- Click Start, and then click Control Panel.
- Double-click Administrative Tools.
- Click Computer management.
- Expand Services and Applications.
- Right-click Indexing Service, point to New, and then click Catalog.
- In the Name text box, type TestCatalog.
- Click Browse, locate the folder where you want to put the catalog, and then click OK two times.
- Following message appears under New Catalog Created:
Catalog will remain off-line until Indexing Service is restarted
Click OK. - Right-click Indexing Service, and then click Stop to stop the Indexing Service.
- 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.
- Double-click TestCatalog (the catalog that you created in the "Create a Test Folder" section).
- Right-click Directories, point to New, and then click Directory.
- 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:
- Click Start, point to Settings, and then click Control Panel.
- Double-click Administrative Tools, and then double-click Computer Management.
- In the console tree, double-click Services and Applications.
- Right-click Indexing Service, and then click Stop.
- 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)