About 580,000 results
Open links in new tab
  1. Why is IIS NOT reading/using the site's Web.config, while IIS …

    Oct 1, 2020 · The test/invalid Web.config is being read by IIS Manager, as it fails to parse/load (as expected). Using "Explore" correctly opens up the folder the Web.config file exists in. The …

  2. Where does Microsoft IIS stores its settings? - Server Fault

    Jun 5, 2012 · Where I can I find the config file For Microsoft Windows IIS 7.5, that has the physical path in it for example?

  3. Remove/Modify IIS 10 Server Header which discloses IIS version

    Nov 8, 2019 · To remove the IIS server response header, go to system.webServer >> security >> requestFiltering >> removeServerHeader and set it to true For setting the values per site, just …

  4. Export & Import - Single IIS WebSites using powershell

    Oct 31, 2018 · Is there any way to export and import the single iis website from one server to another. Thanks, Sandesh

  5. IIS server: how to dump IIS configuration into a single file

    Jun 29, 2011 · How to export/import configuration of my IIS server into/from a single file? The reason is that I want to put the configuration under version control system to track changes …

  6. How can i change the location of the config file of a site in IIS?

    Apr 16, 2016 · The file path functions in Windows are limited to 260 characters for file names that start c: but the limit is 32767 characters for Unicode file names that start \\?\c:\ First thing to do …

  7. IIS Keys: Machine Keys, WAS Keys, IIS Configuration Keys

    I'm exploring ways of managing IIS with puppet. Applications are run across multiple servers, so I need the keys to be consistent across applications so if people move from one web server to …

  8. iis 7 - IIS complains about a locked section - Server Fault

    Locking a section (section: IIS configuration section, eg <asp>) lets you deny the ability to configure those settings to anyone at a lower level in the hierarchy than you.

  9. Permissions issue with virtual directory to UNC path

    Jun 19, 2015 · I had the same problem on IIS 7.5 I found the solution to be: Create a local user on the server with the share Create the network Share, giving the user created in step 1 the …

  10. Migrating from IIS 8.5 on Windows Server 2012 R2 to IIS 10 on …

    Aug 11, 2020 · I want to ask you a suggestion about how to proceed in migrating an entire IIS (version 8.5) in Windows Server 2012 R2 to IIS (version 10) on Windows Server 2019.