Hi,
I've just installed LimeSurvey on a Windows Server 2008 with IIS (it was a pain in the ass because the security permissions on Windows are just silly, but we got it working eventually).
Now there seems to be a problem with the executing of actions within the controllers. When I try to go to edit my admin user, it just keeps going back to the user overview page.
Same goes for creating a new survey, it just keeps on showing me the survey overview page.
I firstly though it was something POST/GET related, but that does seem to work (I've tried doing some print_r()'s to see what was getting passed). I have no clue what could be going wrong and if it's IIS related.
I have another version running locally on my laptop (Mac, so UNIX based) with just regular Apache and that works like a charm.
Did anyone else run into these problems or do you have any idea how I could fix these?