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

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -