Installation, upgrade and migration instructions are now available
on the MDID wiki site at 

http://mdid.org/


-------------------
Contact Information
-------------------

James Madison University
Center for Instructional Technology
MSC 1702
Harrisonburg, VA 22807
mdid@jmu.edu
http://mdid.org


-----------
Other files
-----------

LICENSE.txt           - License agreement
GPL.txt               - General Public License


-------------------------------------
Opening this project in Visual Studio
-------------------------------------

* Visual Studio 2003 is required
* Extract and build the required libraries by running "nant go" once
* Create a virtual directory named "mdid" in IIS and point it to the "wwwroot" directory
* Make sure ASP.NET is registered by running 
	c:\windows\Microsoft.Net\Framework\v1.1.4322\aspnet_regiis.exe -i
* Open the "orciid.sln" solution file in Visual Studio
* Set the "orciid" project as the StartUp Project
* Open the Properties screen for the "orciid" project
* Under Configuration properties>Debugging make these changes:
	Enable ASP.NET debugging: True
	Debug Mode: URL
	Start URL: http://localhost/mdid/default.aspx
