K
Kian Goh
Hi,
My web application is working fine at my local server.
I just bought a webspace in a hosting company and transferred my files to
the hosting site. However, I found that I have Runtime Error with the
message "An application error occurred on the server." (details in below
url.)
http://d1808212.u73.worldispnetwork.com/default.aspx
How should I solve the problem?
Thanks,
Kian
===============
Web.config
===============
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<compilation
defaultLanguage="c#"
debug="true"
/>
<customErrors mode="RemoteOnly" />
<authentication mode="Windows" />
<trace
enabled="false"
requestLimit="10"
pageOutput="false"
traceMode="SortByTime"
localOnly="true"
/>
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;user id=sa;password="
cookieless="false"
timeout="20"
/>
<globalization
requestEncoding="utf-8"
responseEncoding="utf-8"
/>
</system.web>
</configuration>
My web application is working fine at my local server.
I just bought a webspace in a hosting company and transferred my files to
the hosting site. However, I found that I have Runtime Error with the
message "An application error occurred on the server." (details in below
url.)
http://d1808212.u73.worldispnetwork.com/default.aspx
How should I solve the problem?
Thanks,
Kian
===============
Web.config
===============
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<compilation
defaultLanguage="c#"
debug="true"
/>
<customErrors mode="RemoteOnly" />
<authentication mode="Windows" />
<trace
enabled="false"
requestLimit="10"
pageOutput="false"
traceMode="SortByTime"
localOnly="true"
/>
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;user id=sa;password="
cookieless="false"
timeout="20"
/>
<globalization
requestEncoding="utf-8"
responseEncoding="utf-8"
/>
</system.web>
</configuration>