First lets look at the issue:
Add the code bellow into Web.Config
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<directoryBrowse enabled="true" />
</system.webServer>
Now the our web site run well (I host a webservice)
No comments:
Post a Comment