Hi,
I have a couple of related questions, one more specific and the other less specific.
Less Specific:
Does anyone change the default settings of IIS 6.0 to improve ASP performance?
More Specific:
I am pulling an image from an Access database ole object field and displaying it on the screen using this method, "Response.BinaryWrite oRs("olepic1").GetChunk(oRs("olepic1").ActualSize)"
Is there a way to manipulate the byte size of the jpeg before it displays, so that it displays faster?
Thanks
I have a couple of related questions, one more specific and the other less specific.
Less Specific:
Does anyone change the default settings of IIS 6.0 to improve ASP performance?
More Specific:
I am pulling an image from an Access database ole object field and displaying it on the screen using this method, "Response.BinaryWrite oRs("olepic1").GetChunk(oRs("olepic1").ActualSize)"
Is there a way to manipulate the byte size of the jpeg before it displays, so that it displays faster?
Thanks