L
LikeGTA
I like holiday music. When I search the radio online in Windows Media
player, I found a lot of radio but NO ONE can be listened. I am in China
now. I think I might can't listen the American country music in China.
Right?
Error information:
=======================================================
Server Error in '/radioTunerAPI Application.
Runtime Error
Description: An application error occurred on the server, The current custom
error setting for this application prevent the details of the application
error from being viewed remotely (for security reasons). It could, however,
be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable
on remote machines, please create a <customErrors> tag within a "web.config"
configuration file located in the root directory of the current web
application. This <custonErrors> tag should then have its "mode" attribute
set to "Off".
<!-- 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" attrbute of the application's
<customErrors> configuration tag to point to a custom error page URL.
<configuration>
<system.web>
<customErrors mode="RemoteOnly"
defauliRedirect="mycustompage.htm" />
</system.web>
</configuration>
=======================================================
That is all. This error info I got from Windows Media Player. Can anyone
solve my question? Thank you to read my letter.
player, I found a lot of radio but NO ONE can be listened. I am in China
now. I think I might can't listen the American country music in China.
Right?
Error information:
=======================================================
Server Error in '/radioTunerAPI Application.
Runtime Error
Description: An application error occurred on the server, The current custom
error setting for this application prevent the details of the application
error from being viewed remotely (for security reasons). It could, however,
be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable
on remote machines, please create a <customErrors> tag within a "web.config"
configuration file located in the root directory of the current web
application. This <custonErrors> tag should then have its "mode" attribute
set to "Off".
<!-- 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" attrbute of the application's
<customErrors> configuration tag to point to a custom error page URL.
<configuration>
<system.web>
<customErrors mode="RemoteOnly"
defauliRedirect="mycustompage.htm" />
</system.web>
</configuration>
=======================================================
That is all. This error info I got from Windows Media Player. Can anyone
solve my question? Thank you to read my letter.