Home All Groups Group Topic Archive Search About

How to serve a certain file format in IIS6/2003

Author
17 May 2005 7:09 PM
My Last Sigh
I am having problems serving a file through http called myFile.vb_

I want to launch the file, but make it unknown to the browser. But it has to
be known as a vb script file, because it launch some local file access
functionality.  Weird, I know.

Does anyone know how to teach IIS 6.0 to execute securely a file of this
extension?  Thanks for any guidance.

Author
18 May 2005 3:19 AM
Bernard
If it's going to be execute on the client side, then it's depend on the MIME
type and default action defined at client side. For IIS, it  just base on
the server configured MIME list to serve the file.

Show quoteHide quote
"My Last Sigh" <mylasts***@comcast.net> wrote in message
news:ctWdncX6xrLC3BffRVn-pw@comcast.com...
>I am having problems serving a file through http called myFile.vb_
>
> I want to launch the file, but make it unknown to the browser. But it has
> to be known as a vb script file, because it launch some local file access
> functionality.  Weird, I know.
>
> Does anyone know how to teach IIS 6.0 to execute securely a file of this
> extension?  Thanks for any guidance.
>
>
>
>
>
Author
18 May 2005 4:44 PM
My Last Sigh
How does one configure the MIME type for a myFile.vb_ on IIS6 then.  Is
there a page I can look at?


Show quoteHide quote
"Bernard" <qbern***@hotmail.com.discuss> wrote in message
news:OgPmxh1WFHA.3184@TK2MSFTNGP15.phx.gbl...
> If it's going to be execute on the client side, then it's depend on the
> MIME type and default action defined at client side. For IIS, it  just
> base on the server configured MIME list to serve the file.
>
> --
> Regards,
> Bernard Cheah
> http://www.microsoft.com/iis/
> http://www.iiswebcastseries.com/
> http://www.msmvps.com/bernard/
>
>
> "My Last Sigh" <mylasts***@comcast.net> wrote in message
> news:ctWdncX6xrLC3BffRVn-pw@comcast.com...
>>I am having problems serving a file through http called myFile.vb_
>>
>> I want to launch the file, but make it unknown to the browser. But it has
>> to be known as a vb script file, because it launch some local file access
>> functionality.  Weird, I know.
>>
>> Does anyone know how to teach IIS 6.0 to execute securely a file of this
>> extension?  Thanks for any guidance.
>>
>>
>>
>>
>>
>
>
Author
19 May 2005 7:28 AM
Bernard
You can define it with IIS, in this, I would guess, client will get a prompt
to download it. For MIME config in IIS6, refer
IIS 6.0 Does Not Serve Unknown MIME Types
http://support.microsoft.com/?id=326965
Show quoteHide quote
"My Last Sigh" <mylasts***@comcast.net> wrote in message
news:8umdnfaTMaNw7RbfRVn-oA@comcast.com...
> How does one configure the MIME type for a myFile.vb_ on IIS6 then.  Is
> there a page I can look at?
>
>
> "Bernard" <qbern***@hotmail.com.discuss> wrote in message
> news:OgPmxh1WFHA.3184@TK2MSFTNGP15.phx.gbl...
>> If it's going to be execute on the client side, then it's depend on the
>> MIME type and default action defined at client side. For IIS, it  just
>> base on the server configured MIME list to serve the file.
>>
>> --
>> Regards,
>> Bernard Cheah
>> http://www.microsoft.com/iis/
>> http://www.iiswebcastseries.com/
>> http://www.msmvps.com/bernard/
>>
>>
>> "My Last Sigh" <mylasts***@comcast.net> wrote in message
>> news:ctWdncX6xrLC3BffRVn-pw@comcast.com...
>>>I am having problems serving a file through http called myFile.vb_
>>>
>>> I want to launch the file, but make it unknown to the browser. But it
>>> has to be known as a vb script file, because it launch some local file
>>> access functionality.  Weird, I know.
>>>
>>> Does anyone know how to teach IIS 6.0 to execute securely a file of this
>>> extension?  Thanks for any guidance.
>>>
>>>
>>>
>>>
>>>
>>
>>
>
>