Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloading files in asp.net
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Downloading files in asp.net
Miscellaneous
Thread ID:
00641465
Message ID:
00641465
Views:
32
Hi:

I'm using the following code to download files in my asp.net app. The code just runs and nothing happens. At one time I was getting a 401 error, but now I get nothing. It must be some sort of permission problem. Anyone have any ideas?
WebClient myWebClient = new WebClient();
myWebClient.DownloadFile (http://localhost/CBFChome/downloads/print.gif", "print.gif");
Thanx,
Charlie
Next
Reply
Map
View

Click here to load this message in the networking platform