JohnnyBGoode
Programmer
I have a .NET application that dynamically creates a PDF. I know that Adobe is automatically refreshing the page because the constructor of the .NET page is called twice. This is causing a problem because the .NET app hits a log file. Most times this PDF is created (but not every time), there are 2 instances in the log file for the hit. Why is this? How can I prevent Adobe from doing this?