I am wondering if there is a simple way to simulate to my web app that a form has been parsed to it. I am having some debugging problems with my app because every time I need to test my new code, I have to put it onto a server so that it can get the form
details.
This has worked so far, however I have one section of code that is not working. I know which section it is but in between the user hitting the app and me trying to retrieve the authentication ticket from an object, I seem to be losing the data.
Any ideas or knowledge would be helpful.
Go to the complete details ...