web.config 301 B

1234567891011
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <webconfig>
  3. <host>localhost</host>
  4. <port>8100</port>
  5. <DirectoryIndex>index.html</DirectoryIndex>
  6. <resolveDir>
  7. <dir>[/, false]</dir>
  8. <dir>[/www, false]</dir>
  9. <dir>[/111, false]</dir>
  10. </resolveDir>
  11. </webconfig>