I am using IIS 8
on Windows 8.1
. I have an XML
file an I need to have it accessed through (servername)/(path)
(pa
Changing the configurations by hand can be risky at times. IIS provides a methodology to update the MIME-types through IIS manager also as below. The snapshots are for IIS v10 installed on a windows 10 box:
These steps effectively saves the changes to web.config
of your website or virtual directory (under your website) as suggested by @PeterHahndorf in his post.