• Employees configuration
• Booking configuration
• Booking using
• Tickets configuration
• News configuration
• Mail groups configuration
• Main menu configuration
• Company configuration
|
|
Intranet Organizer Online Help
Requirments:
============
1) Windows 2000 (server or workstation) or Windows 2003 Server or Windows XP Professional.
2) Installed and Configured Internet Information Server (IIS) version 5.x or later.
3) Installed Microsoft Framework version 1.1 or later.
4) Installed Internet Explorer 6.x or later on Clients workstations.
Install Intranet Organizer v 1.0
================================
1) Create new folder (for example: "C:\IOS" )
2) Unzip archive to this folder
3) In IIS create virtual directory (for example "ios") and select this folder
4) In Properties of this virtual directory select NT-authorization,
otherwise may appears any errors
5) Need be granted access for write to file epa.mdb (in \admin subfolder)
to users who has been use Internet Organizer.
6) In Web.config file change two keys "ConnectionString" and "FilesPath"
For example:
<add key="ConnectionString" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\IOS\admin\epa.mdb" />
<add key="FilesPath" value="C:\IOS\files\" />
7) Test Intranet Organizer:
In address bar you brauser type "http://localhost/ios/" for main page
or "http://localhost/ios/admin/adm_epa.aspx" for administration page.
|