Runtime Error for a certain site in all browser and computer unit.
I have tried resetting my router settings
Cleaning my registries
Changing MTU
ipconfig /release /renew
And strangest thing is I've been receiving this error for all the units connected to our router.
I was trying to access a game called Bubble Ninja via Playpark.net I used to play it without having any issues before even yesterday. But then there was a typhoon and a monsoon occurring in our country so we had the sudden internet lag. a few moments later. i tried to relog onto the game ... the second i realized it. i wasnt able to connect to its site now, i can access the site and successfully login but when trying to launch the web launcher i get this error
Whatever Computer Unit I use and whatever browser I use. It always give me the same error this is the url.
http://www.playpark.com/en/gameplay_nj2u/
Server Error in '/PPWebGame' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings 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 <customErrors> 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" 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>
I have tried resetting my router settings
Cleaning my registries
Changing MTU
ipconfig /release /renew
And strangest thing is I've been receiving this error for all the units connected to our router.
I was trying to access a game called Bubble Ninja via Playpark.net I used to play it without having any issues before even yesterday. But then there was a typhoon and a monsoon occurring in our country so we had the sudden internet lag. a few moments later. i tried to relog onto the game ... the second i realized it. i wasnt able to connect to its site now, i can access the site and successfully login but when trying to launch the web launcher i get this error
Whatever Computer Unit I use and whatever browser I use. It always give me the same error this is the url.
http://www.playpark.com/en/gameplay_nj2u/
Server Error in '/PPWebGame' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings 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 <customErrors> 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" 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>