all groups > iis security > may 2005 >
You're in the

iis security

group:

How to serve a certain file format in IIS6/2003


How to serve a certain file format in IIS6/2003 My Last Sigh
5/17/2005 12:09:20 PM
iis security:
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.




Re: How to serve a certain file format in IIS6/2003 Bernard
5/18/2005 12:00:00 AM
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/


[quoted text, click to view]

Re: How to serve a certain file format in IIS6/2003 My Last Sigh
5/18/2005 9:44:33 AM
How does one configure the MIME type for a myFile.vb_ on IIS6 then. Is
there a page I can look at?


[quoted text, click to view]

Re: How to serve a certain file format in IIS6/2003 Bernard
5/19/2005 3:28:46 PM
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
--
Regards,
Bernard Cheah
http://www.microsoft.com/iis/
http://www.iiswebcastseries.com/
http://www.msmvps.com/bernard/


[quoted text, click to view]

AddThis Social Bookmark Button