Configuring IIS

From NEOSYS Technical Support Wiki
Revision as of 12:10, 20 April 2010 by Ashwin (talk | contribs)
Jump to navigationJump to search

After you have installed all the NEOSYS program files you need to configure IIS so that you can operate NEOSYS. Instructions are below.

Configuring IIS for Windows 2008

Installing IIS

First install IIS from Control Panel > Programs & Features > Turn Windows Features ON or OFF > Add Roles: Iis1.jpg

On the window that pops up click on next and you will get this screen, tick Web Server (IIS) - on the prompt click on Add Required Resources and then on Next: Iis2.jpg

On the next window, click on next until you get this window - tick ASP and ISAPI Extensions: Iis3.jpg

Click on Next and Finish

Configuring IIS

After successfully installing IIS, go to Control Panel > Administrative Tools > Computer Management > Services and Applications > Internet Information Services (IIS) > Machine Name > Sites > Default Website:

The first step is to create a virtual directory called neosys linked to D:\neosys\neosys.net: Iis4.jpg

Within the above neosys web site folder create a virtual directory called data linked to D:\neosys\data: Iis5.jpg

In the IIS Default Web Site create a another virtual directory called neosys.w3c linked to D:\neosys\neosys.w3c (only if timesheets for mac is required): Iis6.jpg

To allow file uploads – create a folder IMAGES under D:\neosys and within the neosys web site folder create a virtual directory called images linked to D:\neosys\images: Iis7.jpg

After you add all virtual directories the tree map of the Default Website should look as follows: Iis8.jpg

To configure file uploads besides adding the images directory, go under IIS > Default Website > neosys – click on Handler Mappings and delete the ISAPI you see there: Iis9a.jpg

Thereafter click on Add Script Map and fill in the details as follows – Request path: *.dll , Executable: D:\neosys\neosys.net\NEOSYS\dll\upload.dll , Name: ISAPI (once you click on OK click on YES to the confirmation box) Iis9b.jpg

Edit the hosts file under c:\windows\system32\drivers\etc\ - delete the # sign next to 127.0.0.1 localhost and incluide the # sign before ::1 localhost Iis10.jpg