很奇怪在自己電腦都可以跑..丟到somee.com空間後就會出現這個錯誤..請問有人知道該如何解決嗎...
Server Error in '/' Application.
Runtime Error
<!--
Web.Config Configuration File -->
<configuration>
<system.
web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
程式->
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<connectionStrings>
<add name="OLEDB_AdRotator" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=book.mdb" providerName="System.Data.OleDb"/>
</connectionStrings>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>