Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Flex application under HTTPS under IIS7

Avatar

Level 1

Hello.  We have an application that we are moving from a server running windows 2003, IIS6 to a new server that is IIS7.  The application worked fine under https on the old server, but on the new it defaults looking for all the cfcs under wwwroot instead of sslroot.  This of course means that it can't find the cfcs since they reside under sslroot with the rest of the application, and the application fails. 

The call from flex is just using a remoteObject:

<mx:RemoteObject id="ro" destination="ColdFusion"

source="myFolder.cfc.cfc_startUp"

result="afterGetStartData(event)"

fault="handleError(event)"

showBusyCursor="true" />

I can browse to the cfcs under sslroot, so they're there with no problem - it just refuses to look for them there.  Its just so strange since it worked fine on the other server with the same setup.

Any suggestions?

Thanks!

0 Replies