Rank: Advanced Member Groups: Member
Joined: 3/9/2010 Posts: 119
|
When I run in development or on local network everything works fine but when I deploy it into production the callbacks fail with the following message. There are multiple callbacks but they are not dynamically loaded and there is no redirect issued. The only difference between running it local and in production is production uses host name headers. Please help...
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, Please check whether you have EO.Web.Runtime module loaded in your web.config: http://www.essentialobjects.com/doc/1/installationanddeployment/webconfig.aspxIf that's not the problem, we will need you to isolate the problem into a test application and give us access to that test application so that we can investigate further. Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 3/9/2010 Posts: 119
|
The runtime is listed in the web.config. I was looking at the web server’s performance at the time I was having a problem and it was getting slammed pretty hard. Could this be a contributing factor?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
If it is just once or twice, then it maybe (for example, when the client side is trying to call to the server but the server side IIS process just restarted). However if it happens consistently, then it got to be something else.
Thanks!
|