Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No return trips logged after a Response.write in same me
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Divers
Thread ID:
00783700
Message ID:
00783893
Vues:
11
>I put a strtofile() command to check if method is being called like you suggested. It definitely is not being called on return trip to server, so method isn't being hit on second trip. The strange thing is page is still returned indicating maybe it is somehow being cached. I switched IIS to expire pages immediately, but to no avail. Weird...

You use the term "return trip" but you probably mean the second hit to the server.

To be sure, it's not a cache issue, do two transactions for your testing. Have one which will call a Response.Write("test") and have another one which will call Response.Write("test2"). Then, start from one and then the other. If cache is an issue, you'll know it immediately. But, at first, firing to test and then test2 will work if cache was an issue. If not, then the problem is elsewhere.

Also, where exactly did you put that STRTOFILE() code?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform