選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
330B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <system.webServer>
  4. <defaultDocument>
  5. <files>
  6. <add value="index.asp" />
  7. </files>
  8. </defaultDocument>
  9. </system.webServer>
  10. <system.web>
  11. <identity impersonate="true" />
  12. </system.web>
  13. </configuration>

Powered by TurnKey Linux.