Help -- Installation on IIS6 and WIndows 2003 Server
« on: April 07, 2009, 08:28:23 PM »
Great tool.. .Need help getting it setup to use it.  The free tool on the site that does 500 items works perfect.  We need to use the unlimited tool.  How do I setup on IIS6 and Windows 2003 Server.

I will start out by saying you have a great tool.  However the install documentation for IIS  / WIndows 2003 server needs help.  There is not install directions.    We own our own server.  So we can do things at the windows folder level and in IIS..  Not sure what needs done.  We are running into lots of permission issues.

I am connecting to the server via remote connection.  (I have admin access... Now what?)


Do I cange the Permissions in IIS?    File Properties - File Tab - Read/Write Check Boxes   ?
Do I change the permissions at the Folder Level in Windows - Sharing and Security... Security Tab   ?
   If I do permissions at the folder level which ones?   Administrator, Creator Owner, IIS_WPG, Internet Guest Account, System   (Which ones?)

Files I need to chage Permission of:
* sitemap.xml   Read, Write
* ror.xml         Read, Write
* config.inc.php    Read, Write
* DataFolder  Read/Execute, Read, Write

What is the whole numeric value thing?  777, 666   (Does this apply in IIS6)

Would love some help setting this up properly   
FYI, I already have PHP installed, tested and know that it works.
« Last Edit: April 07, 2009, 09:08:14 PM by dmcbrier »
Re: Help -- Installation on IIS6 and WIndows 2003 Server
« Reply #1 on: April 08, 2009, 12:58:40 PM »
I'm having the same problem. I've manually made all the required permission changes to all of the various files and directories in Windows.

However when I try to update the configuration, none of the changes are being saved.

I agree with dmcbrier above that the documentation for Apache is great. But the WIndows explanation is a bit of a cop out!

i.e. "Note: in case of Windows/IIS servers it is not allowed to set permissions via FTP
and you will have to do that using your Hosting Control Panel."

Not very illuminating!!

Any help would be greatly appreciated.

Ben
Re: Help -- Installation on IIS6 and WIndows 2003 Server
« Reply #2 on: April 08, 2009, 11:56:02 PM »
Quote
   If I do permissions at the folder level which ones?   Administrator, Creator Owner, IIS_WPG, Internet Guest Account, System   (Which ones?)

You should allow "Full Access" for "Internet Guest Account".
Re: Help -- Installation on IIS6 and WIndows 2003 Server
« Reply #3 on: April 15, 2009, 03:41:28 PM »
I do not have Internet Guest Account on our Server. I've tried setting Everyone to Full Access for the relevant directories and files, without success.

Any ideas would be appreciated...

Ben
Re: Help -- Installation on IIS6 and WIndows 2003 Server
« Reply #5 on: May 14, 2009, 05:28:14 PM »
Administrators
Everyone
NETWORK SERVICE

and a user created by me with full control
Re: Help -- Installation on IIS6 and WIndows 2003 Server
« Reply #7 on: May 28, 2009, 03:12:56 PM »
Just installed this software onto our Windows 2003 64bit server running IIS6....

Need to confirm the permission that need to be set on the following folders and files:

mydomain.co.uk/generator folder
mydomain.co.uk/ror.xml file
mydomain.co.uk/sitemap.xml file
mydomain.co.uk/generator/data folder

I think that I've done it right, but I keep getting..

HTTP Error 404 - File or directory not found.

When I goto mydomain.co.uk/generator/index.php

Thanks..
« Last Edit: May 28, 2009, 03:18:11 PM by e-tradecounter »
Re: Help -- Installation on IIS6 and WIndows 2003 Server
« Reply #8 on: May 28, 2009, 03:22:32 PM »
Hello,

permissions for mydomain.co.uk/generator/ folder should be kept unchanged, otherwise it's correct.
Re: Help -- Installation on IIS6 and WIndows 2003 Server
« Reply #9 on: May 28, 2009, 03:27:50 PM »
Hello Administrator

I may not have been clear enough....

Within IIS, if I right-click the folder/file should I be looking at the Internet Guest Account only?  If so, what should the permissions be set to?

Having trouble understanding why I keep getting HTTP Error 404 - File or directory not found.

Thanks...
Re: Help -- Installation on IIS6 and WIndows 2003 Server
« Reply #10 on: June 06, 2009, 12:06:35 AM »
You must enable index.php as a default document. that is probably why you are getting the 404 error.
Re: Help -- Installation on IIS6 and WIndows 2003 Server
« Reply #11 on: June 06, 2009, 12:33:54 AM »
Also I have run this script for a long time on IIS6. you just give modify permissions to the appropriate files/folders on the server. the user would be Internet Guest Account or username_web depending on how your configured.

worse comes to worse set modify for everyone.

I also found that you need to put the websites IP in the advanced configuration.
Re: Help -- Installation on IIS6 and WIndows 2003 Server
« Reply #12 on: June 11, 2009, 08:58:01 PM »
How do you make the index.php the default?

I have the following accounts:
Administrators
asp.net machine accnt
creator owner
custom - website access
network service -- have given this account full control on rar, sitemap, and /data
system
users

Get a 404 not found error.
I created a test.html page in the generator folder and can hit that.
What am I doing wrong?
Re: Help -- Installation on IIS6 and WIndows 2003 Server
« Reply #13 on: June 12, 2009, 03:55:02 AM »
Hello,

you can open test.html and not index.php then it's possible that your server doesn't support PHP, please check that with your host.
Re: Help -- Installation on IIS6 and WIndows 2003 Server
« Reply #14 on: June 12, 2009, 12:36:39 PM »
I am the host. how do I check?