Hi Danijel
Response.Status(304,'Unchanged');
Write('304,Unchanged');
Results in :
---------------------------
Debugger Exception Notification
---------------------------
Project rtcServer1.exe raised exception class Exception with message 'Trying to send more Data out than specified in Header.'.
---------------------------
Break Continue Help
---------------------------
Response.Status(304,'Unchanged');
Removes the error but now I get an hourglass in the browser and it eventually times out. (Chrome and IE).
What is the correct way to return 304 to the browser?
Thanks
Chris