<< Click to Display Table of Contents >>
Setting up OZ .NET Server execution environment
The OZ .NET server needs Microsoft .NET Framework 3.0 or later, Microsoft Internet Information Server(IIS) 6.0 or later, and ASP.NET.
The OZ .NET server execution environment settings are as follows:
Add a role to ASP.NET
Platform without role provider
Run the command prompt, move to Microsoft .NET Framework installation folder, move to the folder which has the aspnet_regiis.exe file, and run a command as below:
aspnet_regiis.exe -i |
Platform with role provider
Add server role "IIS" using Add Roles service Wizard.
If the platform provides IIS Roles Service wizard, check "Application Development" and all sub items. If the platform provides the Application Program Server option dialog, check "use ASP.NET" and click Next.
Add OZ .NET Server directory to IIS default web site
IIS version earlier than 7.0
Add OZ .NET Server directory to IIS default web site as a virtual directory.
1.In the Internet Information Service dialog, right click on "Default Web Site", select New and Virtual directory.
2.Enter an alias for the virtual directory. The alias is a name indicating the OZ .NET Server, and the alias is used as the OZ .NET Server URL(http://IP/alias/Server.aspx).
3.Set the location of contents to %OZ_HOME% path of OZ .NET Server.
4.Virtual directory access rights check all supported rights.
5.Click OK and close the dialog.
IIS version 7.0 or later
Add OZ .NET Server to IIS default web site as an application.
1.In IIS Manager, right-click "Default Web Site", and select "Add Application".
2.In Add Application dialog, enter alias. The alias is a name indicating the OZ .NET Server, and the alias is used as the OZ .NET Server URL(http://IP/alias/Server.aspx).
3.Set path to %OZ_HOME% path of OZ .NET Server.
4.Click OK and close the dialog.
Add access permission to OZ .NET Server folder
IIS version earlier than 7.0
Open the Properties dialog of the OZ .NET Server installation directory, move to the Security tab, add ASPNET, NETWORK SERVICE to user, and allow all permissions to ASPNET, NETWORK SERVICE.
IIS version 7.0 or later
Open the Properties dialog of the OZ .NET Server installation directory, move to the Security tab, add IIS_IUSRS to user, and allow all permissions to IIS_IUSRS.