Page 1 of 1

Webinator 4.2.3 on IIS 7.5

Posted: Mon Jun 10, 2013 12:48 pm
by paul_wallace
Got Webinator installed, can log in, can create new user, can create initial database and new profiles. When I click on a profile name, I get a 404 error. When I try to delete a profile I get a 404 error. When I try to click on "All Walk Settings" during create, I get a 404 error.

serverroot/cgi-bin/texis.exe/search returns the search page.

It seems like the web page cannot access the db store? the new DB (db1) is created, but I can't get any further.

Webinator 4.2.3 on IIS 7.5

Posted: Mon Jun 10, 2013 12:51 pm
by paul_wallace
correction serverroot/cgi-bin/texis.exe/webinator/search returns the search page.

Webinator 4.2.3 on IIS 7.5

Posted: Mon Jun 10, 2013 1:44 pm
by jason112
Out of the box, IIS 7 doesn't like our "/+xxxxxx" state information in URLs. "Prevent double escaping" must be disabled.

Please see http://support.microsoft.com/kb/942076 for details on how to disable it.

Webinator 4.2.3 on IIS 7.5

Posted: Mon Jun 10, 2013 1:56 pm
by paul_wallace
Thanks. In lieu of setting it in the .config file, I edited the request filtering at the site level, as directed in http://www.iis.net/configreference/syst ... tfiltering

That fixed the problem