This might be an IIS question, but I thought I would start here.
Is there any way to suppress a response from an ASP web page or remove default headers from the response such as ASP Session ID, etc..
I have an automated thin client posting information to an ASP web page. The thin client is connected to a cellular network which charges by the KB. Even though my ASP page returns no clear text to the client, the headers in the HTTP 200 response take up about 500 bytes. Since the thin client posts information to my site every 5 minutes, this amouts to about 1MB per month which is costing me about $7 a month. Doesn't seem like much, but we are deploying 1000's of these clients over the next few months. Any help would be appreciated.
ToddWW
Is there any way to suppress a response from an ASP web page or remove default headers from the response such as ASP Session ID, etc..
I have an automated thin client posting information to an ASP web page. The thin client is connected to a cellular network which charges by the KB. Even though my ASP page returns no clear text to the client, the headers in the HTTP 200 response take up about 500 bytes. Since the thin client posts information to my site every 5 minutes, this amouts to about 1MB per month which is costing me about $7 a month. Doesn't seem like much, but we are deploying 1000's of these clients over the next few months. Any help would be appreciated.
ToddWW