Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS6 and .NSV (Nullsoft video) gives a 404

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Migrating IIS to another Server  
Author Message
n03l2

External


Since: Aug 30, 2003
Posts: 3



(Msg. 1) Posted: Sun Aug 31, 2003 2:00 am
Post subject: IIS6 and .NSV (Nullsoft video) gives a 404
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi all,

I just upgraded from IIS5 (Windows 2000 server) to IIS6 (Windows server
2003).

One of the sites that is hosted on the server is using a video stream with
the extension .NSV (this is from Nullsoft)
The problem is that when a client tries to access this file (stream) he will
get a 404.

On the IIS5 I used the URLscan tool, and I had to add the .NSV extension to
the INI file of it to let it work.
I did NOT run URLscan on IIS6 (as it's not needed), but the .NSV is also not
working.
For sure it's a small setting that I need to change/add, but what and where?

Any suggestions??

Thank you.

Noel.

 >> Stay informed about: IIS6 and .NSV (Nullsoft video) gives a 404 
Back to top
Login to vote
jmaltz

External


Since: Aug 22, 2003
Posts: 710



(Msg. 2) Posted: Sun Aug 31, 2003 2:00 am
Post subject: Re: IIS6 and .NSV (Nullsoft video) gives a 404 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You have to add the mime type. Go to the IIS Manager, right click your
website, go to properties, HTTP Headers, and Add Mime Type. You'll need to
get the Mime type from regedit in HKEY_CLASSES_ROOT -> .nsv

--
--Jonathan Maltz [Microsoft MVP - Windows Server]
<a style='text-decoration: underline;' href="http://www.imbored.biz" target="_blank">http://www.imbored.biz</a> - A Windows Server 2003 visual, step-by-step
tutorial site Smile
Only reply by newsgroup. If I see an email I didn't ask for, it will be
deleted without reading.


"Noël" <n03l.RemoveThis@hotmail.com> wrote in message
news:##kP3lzbDHA.2168@TK2MSFTNGP09.phx.gbl...
 > Hi all,
 >
 > I just upgraded from IIS5 (Windows 2000 server) to IIS6 (Windows server
 > 2003).
 >
 > One of the sites that is hosted on the server is using a video stream with
 > the extension .NSV (this is from Nullsoft)
 > The problem is that when a client tries to access this file (stream) he
will
 > get a 404.
 >
 > On the IIS5 I used the URLscan tool, and I had to add the .NSV extension
to
 > the INI file of it to let it work.
 > I did NOT run URLscan on IIS6 (as it's not needed), but the .NSV is also
not
 > working.
 > For sure it's a small setting that I need to change/add, but what and
where?
 >
 > Any suggestions??
 >
 > Thank you.
 >
 > Noel.
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: IIS6 and .NSV (Nullsoft video) gives a 404 
Back to top
Login to vote
n03l2

External


Since: Aug 30, 2003
Posts: 3



(Msg. 3) Posted: Sun Aug 31, 2003 3:51 am
Post subject: Re: IIS6 and .NSV (Nullsoft video) gives a 404 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you Jonathon,

I've had a look at the "HKEY_CLASSES_ROOT -> .nsv" part with regedit, but
there is no .nsv
Should I add this myself first, and if so... what should I enter?

Noel.

"Jonathan Maltz [MS-MVP]" <jmaltz.TakeThisOut@mvps.org> wrote in message
news:O6Xs0Y0bDHA.880@TK2MSFTNGP09.phx.gbl...
| You have to add the mime type. Go to the IIS Manager, right click your
| website, go to properties, HTTP Headers, and Add Mime Type. You'll need
to
| get the Mime type from regedit in HKEY_CLASSES_ROOT -> .nsv
|
| --
| --Jonathan Maltz [Microsoft MVP - Windows Server]
| http://www.imbored.biz - A Windows Server 2003 visual, step-by-step
| tutorial site Smile
| Only reply by newsgroup. If I see an email I didn't ask for, it will be
| deleted without reading.
|
|
| "Noël" <n03l.TakeThisOut@hotmail.com> wrote in message
| news:##kP3lzbDHA.2168@TK2MSFTNGP09.phx.gbl...
| > Hi all,
| >
| > I just upgraded from IIS5 (Windows 2000 server) to IIS6 (Windows server
| > 2003).
| >
| > One of the sites that is hosted on the server is using a video stream
with
| > the extension .NSV (this is from Nullsoft)
| > The problem is that when a client tries to access this file (stream) he
| will
| > get a 404.
| >
| > On the IIS5 I used the URLscan tool, and I had to add the .NSV extension
| to
| > the INI file of it to let it work.
| > I did NOT run URLscan on IIS6 (as it's not needed), but the .NSV is also
| not
| > working.
| > For sure it's a small setting that I need to change/add, but what and
| where?
| >
| > Any suggestions??
| >
| > Thank you.
| >
| > Noel.
| >
| >
|
|
 >> Stay informed about: IIS6 and .NSV (Nullsoft video) gives a 404 
Back to top
Login to vote
jmaltz

External


Since: Aug 22, 2003
Posts: 710



(Msg. 4) Posted: Sun Aug 31, 2003 3:51 am
Post subject: Re: IIS6 and .NSV (Nullsoft video) gives a 404 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If it's not in the registry just leave it out. Getting the exact mime type
isn't really required, so let's take an educated guess and add the mime type
as:
video/nsv
In IIS

--
--Jonathan Maltz [Microsoft MVP - Windows Server]
<a style='text-decoration: underline;' href="http://www.imbored.biz" target="_blank">http://www.imbored.biz</a> - A Windows Server 2003 visual, step-by-step
tutorial site Smile
Only reply by newsgroup. If I see an email I didn't ask for, it will be
deleted without reading.


"Noël" <n03l.TakeThisOut@hotmail.com> wrote in message
news:eCb6Hk0bDHA.1272@TK2MSFTNGP12.phx.gbl...
 > Thank you Jonathon,
 >
 > I've had a look at the "HKEY_CLASSES_ROOT -> .nsv" part with regedit, but
 > there is no .nsv
 > Should I add this myself first, and if so... what should I enter?
 >
 > Noel.
 >
 > "Jonathan Maltz [MS-MVP]" <jmaltz.TakeThisOut@mvps.org> wrote in message
 > news:O6Xs0Y0bDHA.880@TK2MSFTNGP09.phx.gbl...
 > | You have to add the mime type. Go to the IIS Manager, right click your
 > | website, go to properties, HTTP Headers, and Add Mime Type. You'll need
 > to
 > | get the Mime type from regedit in HKEY_CLASSES_ROOT -> .nsv
 > |
 > | --
 > | --Jonathan Maltz [Microsoft MVP - Windows Server]
 > | <a style='text-decoration: underline;' href="http://www.imbored.biz" target="_blank">http://www.imbored.biz</a> - A Windows Server 2003 visual, step-by-step
 > | tutorial site Smile
 > | Only reply by newsgroup. If I see an email I didn't ask for, it will be
 > | deleted without reading.
 > |
 > |
 > | "Noël" <n03l.TakeThisOut@hotmail.com> wrote in message
 > | news:##kP3lzbDHA.2168@TK2MSFTNGP09.phx.gbl...
 > | > Hi all,
 > | >
 > | > I just upgraded from IIS5 (Windows 2000 server) to IIS6 (Windows
server
 > | > 2003).
 > | >
 > | > One of the sites that is hosted on the server is using a video stream
 > with
 > | > the extension .NSV (this is from Nullsoft)
 > | > The problem is that when a client tries to access this file (stream)
he
 > | will
 > | > get a 404.
 > | >
 > | > On the IIS5 I used the URLscan tool, and I had to add the .NSV
extension
 > | to
 > | > the INI file of it to let it work.
 > | > I did NOT run URLscan on IIS6 (as it's not needed), but the .NSV is
also
 > | not
 > | > working.
 > | > For sure it's a small setting that I need to change/add, but what and
 > | where?
 > | >
 > | > Any suggestions??
 > | >
 > | > Thank you.
 > | >
 > | > Noel.
 > | >
 > | >
 > |
 > |
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS6 and .NSV (Nullsoft video) gives a 404 
Back to top
Login to vote
n03l2

External


Since: Aug 30, 2003
Posts: 3



(Msg. 5) Posted: Sun Aug 31, 2003 12:40 pm
Post subject: Re: IIS6 and .NSV (Nullsoft video) gives a 404 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you Jonathan,

Your "educated guess" did the trick.

I guess I should guess more..

Have a nice day,

Noel.

"Jonathan Maltz [MS-MVP]" <jmaltz RemoveThis @mvps.org> wrote in message
news:ebNZKY1bDHA.1180@TK2MSFTNGP11.phx.gbl...
| If it's not in the registry just leave it out. Getting the exact mime
type
| isn't really required, so let's take an educated guess and add the mime
type
| as:
| video/nsv
| In IIS
|
| --
| --Jonathan Maltz [Microsoft MVP - Windows Server]
| http://www.imbored.biz - A Windows Server 2003 visual, step-by-step
| tutorial site Smile
| Only reply by newsgroup. If I see an email I didn't ask for, it will be
| deleted without reading.
|
|
| "Noël" <n03l RemoveThis @hotmail.com> wrote in message
| news:eCb6Hk0bDHA.1272@TK2MSFTNGP12.phx.gbl...
| > Thank you Jonathon,
| >
| > I've had a look at the "HKEY_CLASSES_ROOT -> .nsv" part with regedit,
but
| > there is no .nsv
| > Should I add this myself first, and if so... what should I enter?
| >
| > Noel.
| >
| > "Jonathan Maltz [MS-MVP]" <jmaltz RemoveThis @mvps.org> wrote in message
| > news:O6Xs0Y0bDHA.880@TK2MSFTNGP09.phx.gbl...
| > | You have to add the mime type. Go to the IIS Manager, right click
your
| > | website, go to properties, HTTP Headers, and Add Mime Type. You'll
need
| > to
| > | get the Mime type from regedit in HKEY_CLASSES_ROOT -> .nsv
| > |
| > | --
| > | --Jonathan Maltz [Microsoft MVP - Windows Server]
| > | http://www.imbored.biz - A Windows Server 2003 visual, step-by-step
| > | tutorial site Smile
| > | Only reply by newsgroup. If I see an email I didn't ask for, it will
be
| > | deleted without reading.
| > |
| > |
| > | "Noël" <n03l RemoveThis @hotmail.com> wrote in message
| > | news:##kP3lzbDHA.2168@TK2MSFTNGP09.phx.gbl...
| > | > Hi all,
| > | >
| > | > I just upgraded from IIS5 (Windows 2000 server) to IIS6 (Windows
| server
| > | > 2003).
| > | >
| > | > One of the sites that is hosted on the server is using a video
stream
| > with
| > | > the extension .NSV (this is from Nullsoft)
| > | > The problem is that when a client tries to access this file (stream)
| he
| > | will
| > | > get a 404.
| > | >
| > | > On the IIS5 I used the URLscan tool, and I had to add the .NSV
| extension
| > | to
| > | > the INI file of it to let it work.
| > | > I did NOT run URLscan on IIS6 (as it's not needed), but the .NSV is
| also
| > | not
| > | > working.
| > | > For sure it's a small setting that I need to change/add, but what
and
| > | where?
| > | >
| > | > Any suggestions??
| > | >
| > | > Thank you.
| > | >
| > | > Noel.
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 >> Stay informed about: IIS6 and .NSV (Nullsoft video) gives a 404 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]