asp.net - In IIS7 configuration, what file types are affected by the staticContent element? -
How does the IIS7 show that the file is being served when the dynamic content is static?
IIS checks whether the handler mapping is file extension. If not, use the StaticFileModule
to determine which file path is sent to the module defined in the StaticFile
handler mapping, to determine whether There is no mm type.
Comments
Post a Comment