1

I had previously installed screwturn on windows 7 iis and the site was functioning 100%

I have recently installed it on Win Server2008 and it would appear that the scripts are not working.

The website works tabs and logins ok. The problem is in the providers tab, if I click on any displays or on the 'select' label nothing happens. When I had installed this on the windows 7 iis these were clearly working.

All roles should be in place, ISS server, application server. Do I need to enable anything specific on the server or am I missing a configuration?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Biondo86
  • 893
  • 6
  • 6

2 Answers2

1

SOLVED THE ISSUE"!!!!!# just downgraded the framework from 4.0 to 2.0 and worked perfectly

Biondo86
  • 893
  • 6
  • 6
  • I'm using the 2.0 framework for the ApplicationPool, as well. I have some notes @ http://www.xradiograph.com/Programming/ScrewTurnWiki#installation – Michael Paulukonis May 08 '13 at 20:10
  • The project originators have closed-down, but some people are trying to keep the project going @ https://stw.codeplex.com (NB: I am one of those people) You're welcome to join! – Michael Paulukonis May 08 '13 at 20:11
0

I vaguely remember similar issues when running under .NET 4.0 (are you?) - do you have these fixes in your Web.config?

<pages validateRequest="false">
<httpRuntime requestValidationMode="2.0"/>