In case you missed my message :
http://support.microsoft.com/kb/260519/en-us shows how to raise the "save
as" box.
Addtionaly use just Response.Write to write down the file content (client
side the browser doesn't know where the content comes, it just see incoming
bytes). The article is for ASP but applies as well to ASP.NET...
Patrice
--
"Russ Green" <rgreen-> a écrit dans le message de
news:u$...
> Well what I'm actually trying to do is generate a license file for a user
to
> download. The content will be unique to any particular user. I want that
> user to login to my site. Click a link and be presented with a dialog for
> them to download their very own unique license file. I've seen it done
> before.
>
>