Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Download file without extension issue

Reply
Thread Tools

Download file without extension issue

 
 
muntyanu muntyanu is offline
Junior Member
Join Date: Jun 2012
Posts: 1
 
      06-19-2012
Hi

I need to download file that does not have extension. The file itself is a simple plain text file. I do this from code using WebClient object. I also cannot view this file in browser with the same error.The error was 404 - file not found.

After research I added mime type: .* as application/octet-stream on web server level. Also the file has these permissions:

NetworkService - full access, ASP.NET - full access. Rebooted machine after making changes.

Still the same issue.

Anybody can advise what else to look for?

Thanks a lot,

Roman
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Direct Download Movies - No Download Limits - Download DivX DVDMovies hussain dandan Python 0 12-06-2009 04:52 AM
When does a binary extension gets the file extension '.pyd' and whenis it '.so' llothar Python 17 04-07-2008 02:54 AM
Can I import a file without file extension .py? Jia Lu Python 3 02-01-2007 09:44 AM
How to convert a .txt file extension to a .xls file extension? Steve ASP .Net 3 08-25-2006 05:43 PM
download text/plain file without .txt extension Nate Hekman ASP .Net 3 06-23-2005 03:05 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57