G
Guest
I have created a virtual directory inside my web service from which I wish to
download files to my client applications using http and webrequest. All my
files are compressed files and that is how I wish the client application to
receive them. I note that there is a MIME type called gzip. Is this what I
need to declare my files as in my virtual directory to allow me to download
them. I currently get a 404 File not found error when I try to access them
from my client application.
Fred
download files to my client applications using http and webrequest. All my
files are compressed files and that is how I wish the client application to
receive them. I note that there is a MIME type called gzip. Is this what I
need to declare my files as in my virtual directory to allow me to download
them. I currently get a 404 File not found error when I try to access them
from my client application.
Fred