IIS virtual folder settings
1. Site-> Explore -> web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<directoryBrowse enabled="true" />
<staticContent>
<mimeMap fileExtension="*" mimeType="text/plain" />
</staticContent>
</system.webServer>
</configuration>
https://stackoverflow.com/questions/4388066/the-page-you-are-requesting-cannot-be-served-because-of-the-extension-configura
Client 出404有機會係permission/ mime type問題, 去返local 用localhost先會見到個error message..
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<directoryBrowse enabled="true" />
<staticContent>
<mimeMap fileExtension="*" mimeType="text/plain" />
</staticContent>
</system.webServer>
</configuration>
https://stackoverflow.com/questions/4388066/the-page-you-are-requesting-cannot-be-served-because-of-the-extension-configura
Client 出404有機會係permission/ mime type問題, 去返local 用localhost先會見到個error message..
留言
張貼留言