Post Results To Internal Server Issue
I am currently working on porting the internalServerReporting.php and internalServerRead.php files over to ASP .NET. I have all of that figured out but have run into something else I don't understand and hope that someone on the forum can help me out.
If I take the quiz on my local developement server and post results to my local development server all seems to work fine. BUT, when I publish my code to our test site, modify the quiz to point there and then take the quiz again. Which now is running on my local server and post results to the remote server. I see the connecting... and it never post any results.
Another way to look at it:
| Quiz Server | Results Server | Status |
|---|---|---|
| local | local | success |
| local | remote | fail |
Does anyone know if there is a requirement that the quiz and the files that store and retrieve the results MUST be on the same server? Or have an idea of what I am doing wrong?
Thanks,
Jay