getting following errors
Server Error in '/' 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>
http://www.npl.com.au/ run time error cant see page
- Grog
- Posts: 2
- Joined: Fri Dec 07, 2007 2:05 pm
- Contact:
- bennymacca
- Moderator
- Posts: 16623
- Joined: Mon Dec 03, 2007 11:30 am
- State: SA
- 888PL Name: bennyjams
- Location: In your poker Nightmares
- Contact:
Re: http://www.npl.com.au/ run time error cant see page
same, server must be down on their end
Check out The Rail, the only podcast dedicated to Australian Pub Poker! http://www.therail.com.au.
Once you have done that, follow the Rail Podcast on Twitter, Facebook!, and iTunes!
Follow Me on Twitter
Once you have done that, follow the Rail Podcast on Twitter, Facebook!, and iTunes!
Follow Me on Twitter
-
Des
- Posts: 5003
- Joined: Wed Oct 10, 2007 1:17 pm
- State: SA
- Location: Somewhere
- Contact:
Re: http://www.npl.com.au/ run time error cant see page
yeh its a scripting error, nothing we can do from our end

-
Rickster
- Posts: 67
- Joined: Sun Oct 21, 2007 3:57 pm
- Contact:
Re: http://www.npl.com.au/ run time error cant see page
I see that it is fixed now
Who is online
Users browsing this forum: No registered users and 0 guests
