1. run setupdlls.bat This will configure all the dlls that IR needs
2. create a virtual directory and point it to the ir_source subdirectory
	Use IR_japanese if you want to use a japanese language version
3. Create an system dsn / odbc connection called ir_system to system3.mdb
4. On windows XP and 2003, make sure that you have enabled read+write access to the system3.mdb to the IIS user account.

Additional Step for IIS
5. On windows 2003 
	A. make sure that you have enabled asp pages, ( as they are disabled by default )
	B. Allow relative path access ( as this is disabled by default )

Note if you want to run the northwind demo, then you also need to create an odbc connection called ir_northwind and point it to the northwind.mdb file

http://www.interactivereporting.com/v24/ir_iis_config.doc  
has the full detailed step by step configuration and troubleshooting guide.

The ir_source directory contains IR uses ISO-8859-1 ( or standard Ansi ) . 
ir_source_utf8 is also provided so that also use the utf-8 character encoding with IR if desired.





