|
Home > Archive > IIS Server Security > May 2004 > IIS6 Server Extensions and .ini files
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
IIS6 Server Extensions and .ini files
|
|
|
| Hi, I'm facing a problem that I cannot download/view a .ini file in IIS6,
even if I create a new web service extension to allow it the same 404 error
is shown, and this is blocking an integration routine I had in IIS5.
I read something about a flag in the server extension entry that disables
manipulating it via UI but that's all I found. If that's the case, does
anyone can help me pointing somewhere for me to learn how to deal with these
non UI elements in the server extensions?
Thanks a lot,
Victor
| |
| Ken Schaefer 2004-05-21, 5:45 am |
| I don't think you want to setup a new Web Service Extension. That is only
for adding ISAPI Extensions etc.
Instead you want to define a MIME type for .ini files:
http://support.microsoft.com/?id=326965
Cheers
Ken
"VR" <vcreb@hotmail.com> wrote in message
news:%23tK8UauPEHA.3452@TK2MSFTNGP10.phx.gbl...
: Hi, I'm facing a problem that I cannot download/view a .ini file in IIS6,
: even if I create a new web service extension to allow it the same 404
error
: is shown, and this is blocking an integration routine I had in IIS5.
:
: I read something about a flag in the server extension entry that disables
: manipulating it via UI but that's all I found. If that's the case, does
: anyone can help me pointing somewhere for me to learn how to deal with
these
: non UI elements in the server extensions?
:
:
: Thanks a lot,
: Victor
:
:
:
| |
|
| Thanks Ken, it really solved the problem, and shame on me, how easy it
was...
regards,
Victor
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:OLtD%23XwPEHA.3944@tk2msftngp13.phx.gbl...
> I don't think you want to setup a new Web Service Extension. That is only
> for adding ISAPI Extensions etc.
> Instead you want to define a MIME type for .ini files:
> http://support.microsoft.com/?id=326965
>
> Cheers
> Ken
>
>
> "VR" <vcreb@hotmail.com> wrote in message
> news:%23tK8UauPEHA.3452@TK2MSFTNGP10.phx.gbl...
> : Hi, I'm facing a problem that I cannot download/view a .ini file in
IIS6,
> : even if I create a new web service extension to allow it the same 404
> error
> : is shown, and this is blocking an integration routine I had in IIS5.
> :
> : I read something about a flag in the server extension entry that
disables
> : manipulating it via UI but that's all I found. If that's the case, does
> : anyone can help me pointing somewhere for me to learn how to deal with
> these
> : non UI elements in the server extensions?
> :
> :
> : Thanks a lot,
> : Victor
> :
> :
> :
>
>
|
|
|
|
|