I am having some confusion trying to understand why I am seeing content I don't expect to be there in a HTML Module.
I have a copy of my site set up on my local workstation and a copy on a development server. These run under local.mysite.com and dnndev.mysite.com. Both sites use the same database. Yesterday I put the HTML module onto a page I created and filled it in with HTML. Today I was logged into dnndev.mysite.com, edited the HTML, and saved my changes. When I view the page at dnndev.mysite.com, everything is as expected, it shows the changes.
When I view the page under local.mysite.com, I do not see what I expect, I see the pre-edited version. If I log in at local.mysite.com and then choose to edit the page, the post-edited version shows up. If I close edit mode, it goes back to the pre-edited version. Where is the copy being displayed in normal (non-edit mode) coming from and why isn't it the same on both sites?
I suspect some sort of cache or physical local file is at work here but I don't know where. To try to get around cache issues, while logged in at local.mysite.com I have cleared the cache an recycled the app pool. I also have restarted the website and recycled the app pool using IIS manager. Not sure what else I should do.