Content has moved is usually a redirect.
Check your output content with something like Fiddler or Developer Tools in Chrome IE or FireBug to see what actually gets returned from the requests. It sounds like you're doing a REsponse.Redirect() and continuing to output additional content.
Thanks Rick. I had a customized errormsg that was based on the 4.xx version with the REWIND function. That makes sense!
Also, another issue, and not sure if it's related to WC or not. As I migrate this app to 5.00, I'm working in my development environment and accessing my development site by using its IP address (since I can't use the "real" URL as that's my production site). The problem is that I keep getting "Content has moved" in my browser when I access my Web Connection app.
And this only happens for the Web Connection pages (pages created dynamically); the static pages from the site can be accessed with no problem (in other words, for example, http://192.168.168.151/help.htm works fine, but http://192.168.168.151/myapp.wc results in "Content has moved").
I don't know if this is an IIS, browser or WC issue.
Any help?
Thanks!
Kirk
Use Response.Clear() instead.
+++ Rick ---
Hello.
I'm in the process of migrating a 4.xx app to 5.65, and have run into a snag. I've followed the migration steps outlined in the help file but still keep getting this error message on each hit to the server:
Processing Error -
Error: 1734
Message: Property REWIND is not found.
Code:
Program: errormsg
Line No: 281
Handled by: Isoserver.OnError()
I've migrated another app from 4.xx to 5.65 recently, and didn't have this issue, so I'm baffled.
Thanks for any help!
Kirk