I have ceated a Website which when launched, has a textBox and a Button. If i enter the path of a word document in the texbox and press the button, the File is taken, and converted to a filestream. Then, this file stream is read onto Internet explorer using Response.ContentType and Response.Binarywrite(buffer). Hence it opens the filestream and also recognizs that it is a word file content an opens it accordingly. However, it runs the ASP.NET development server everyime. Hoe can i perform the same steps mentioned above without using the web development server?
I awnt it o just be a client side program,