Hi,
I'm trying to make use of ajax control toolkit in a wss 3.0 application. It works well over http requests but over https it throws error code 500.
In a https request it manages to load everything, including the scriptresources related to the ajax functionality, but not the scriptresources which is specific to the ajax control toolkit functionality I am trying to use.
The wss has been extended to handle the https requests and the web.conf:s are almost identical except for the user authorization part.
Do anyone have any sugestions to what may cause this behaviour?