RE: Cant serve image files with iis
Date: Wed, 04 Feb 2004 00:56:16 GMT
This doesn't seem permissions related, since that would result in a prompt
for credentials. Unless a file type is mapped, e.g. .ASP or .PL, then it is
considered a static file by IIS. So if a .JPG is handled differently than
say .TXT, I suspect that IIS is being instructed to do so perhaps through a
filter or mapping.
Relevant Pages
- Re: How to set content-type header for ASP/HTML pages only ?
... >requires restarting IIS for it to take effect. ... >which is valid for other uses, just not for Content-Type. ... it sends the header for CSS ... >Is there any way to set the Content-Type specific to file type? ... (microsoft.public.inetserver.iis) - Re: Simple question on ObjectURI ????
... IIS handles execution of files based on the file type ... if an .asp file is requested it maps this ... should use the HttpRemotingHandlerFactory to handle the request.. ... (microsoft.public.dotnet.framework.remoting) - Re: IIS 6 Problems with ADODB.Stream
... The first is link from the webpage ... > File type: Abobe Acrobat Document ... > Filename: downloadfile.asp ... >> a) Why do you think this is an IIS issue? ... (microsoft.public.inetserver.iis) - Re: Securing static files
... But if the user's credentials is verified, do I have to do something to ... My biggest problem is after associating aspnet_isapi.dll with htm/html ... IIS I'm not able to view ... on ".asp" and these files show okey, though ASP is associated as well ... (microsoft.public.dotnet.framework.aspnet.security) - IIS not serving ASP or ASPX
... When I go to open the asp or aspx in a browser it does'nt recognize file type. ... (microsoft.public.inetserver.iis) |
|