473,396 Members | 1,893 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

dont download a file that i have create

hello people

i have a file *.num and when i enter the full URL to download it he give my
a 404 error !

but when i rename the *.NUM by *.TXT everything coming ok !?

so how i can tell to IIS6 to accept *.num files ?

thank a lot
Jul 22 '05 #1
5 1389
Try here. http://support.microsoft.com/kb/q248033/
Ray at work

"James_Ptg" <Tw*******@hotmail.Com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
hello people

i have a file *.num and when i enter the full URL to download it he give my a 404 error !

but when i rename the *.NUM by *.TXT everything coming ok !?

so how i can tell to IIS6 to accept *.num files ?

thank a lot


Jul 22 '05 #2
hi thank but you link dont help me !

because is not a real 404 error because the file existe ! and when i rename
it that work he dont let me download *.num file !

why ?

thx a lot


"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> a écrit dans
le message de news:%2****************@TK2MSFTNGP15.phx.gbl...
Try here. http://support.microsoft.com/kb/q248033/
Ray at work

"James_Ptg" <Tw*******@hotmail.Com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
hello people

i have a file *.num and when i enter the full URL to download it he give

my
a 404 error !

but when i rename the *.NUM by *.TXT everything coming ok !?

so how i can tell to IIS6 to accept *.num files ?

thank a lot


Jul 22 '05 #3
Have you tried configuring the MIME types for your custom file type? (had to do that for one of mine and it worked a treat).

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"James_Ptg" <Tw*******@hotmail.Com> wrote in message news:Ob**************@tk2msftngp13.phx.gbl...
hi thank but you link dont help me !

because is not a real 404 error because the file existe ! and when i rename
it that work he dont let me download *.num file !

why ?

thx a lot




"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> a écrit dans
le message de news:%2****************@TK2MSFTNGP15.phx.gbl...
Try here. http://support.microsoft.com/kb/q248033/
Ray at work

"James_Ptg" <Tw*******@hotmail.Com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
hello people

i have a file *.num and when i enter the full URL to download it he give

my
a 404 error !

but when i rename the *.NUM by *.TXT everything coming ok !?

so how i can tell to IIS6 to accept *.num files ?

thank a lot





Jul 22 '05 #4
You missed the applicable part of the link he gave you:

IIS 6.0: The appropriate Web service extension or MIME type is not enabled.

and

IIS6 Static Content: A 404.3 entry in the W3C Extended Log file is recorded
when an extension is not mapped to a known extention in the MIME Map
property. Use the IIS Microsoft Management Console (MMC) snap-in to
configure the appropriate extension in the MIME Map. See the IIS 6.0 Help
file for more information.
--
--Mark Schupp
"James_Ptg" <Tw*******@hotmail.Com> wrote in message
news:Ob**************@tk2msftngp13.phx.gbl...
hi thank but you link dont help me !

because is not a real 404 error because the file existe ! and when i
rename
it that work he dont let me download *.num file !

why ?

thx a lot


"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> a écrit
dans
le message de news:%2****************@TK2MSFTNGP15.phx.gbl...
Try here. http://support.microsoft.com/kb/q248033/
Ray at work

"James_Ptg" <Tw*******@hotmail.Com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
> hello people
>
> i have a file *.num and when i enter the full URL to download it he
> give

my
> a 404 error !
>
> but when i rename the *.NUM by *.TXT everything coming ok !?
>
> so how i can tell to IIS6 to accept *.num files ?
>
> thank a lot
>
>



Jul 22 '05 #5
hello people,

ok now it's work thx to all of you ;-)

it's was the mime thnig under properties of the website ;-)

Cya

"James_Ptg" <Tw*******@hotmail.Com> a écrit dans le message de
news:%2****************@TK2MSFTNGP15.phx.gbl...
hello people

i have a file *.num and when i enter the full URL to download it he give my a 404 error !

but when i rename the *.NUM by *.TXT everything coming ok !?

so how i can tell to IIS6 to accept *.num files ?

thank a lot

Jul 22 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Dave | last post by:
Hi Everyone, I was wondering if anyone has ever successfully used SA-FileUp's download feature. I am being forced to change from "ASPSmartUpload" as the server I am moving everything to is...
3
by: Skwish | last post by:
Hi, I would like to download all the files from a folder (of various types i.e. ..txt, .dll, .dat, etc.). I tried Dim MyDir As IO.Directory Dim path As String = Me.MapPath(".") & "\Data" Dim...
5
by: ad | last post by:
I use the code below to export the content of a data set to Excel, the code come form http://www.dotnetjohn.com/articles.aspx?articleid=36 It will take a long time to dolwnload if the excel...
4
by: rony_16 | last post by:
Hi, I have a program that connects to a site With WebRequest and WebResponse . The response of this site is a file (csv file). The problem is that the file do not comes as a stream , hi is a part...
4
by: Gary | last post by:
Hi I'm using client-side JavaScript to set window.location.href to an ASP.NET page that outputs an audio file; the user is prompted for the download location. I would also like to download an...
2
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of...
12
by: devospice | last post by:
Hi, I'm trying to create a download counter for individual files on a web site and I'm not sure how to do this. Right now I'm using Webalizer to just read the log files and see how many times...
5
by: techusky | last post by:
I made a script that successfully creates a .zip file of all the files in a directory on my web server, but now what I haven't figured out how to do is how to have it automatically deleted when the...
1
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Many websites have a form or a link you can use to download a file. You click a form button or click...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.