25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

web.config 255B

8 달 전
12345678910
  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. </configuration>

Powered by TurnKey Linux.