I use a cellular modem from Sprint, so my IP address points to Kansas no matter what part of the country I’m actually in. I’m seeing the new site.It's the new site or nothing from my ip address. Unless they're breaking it in slowly by ip ranges.
Looks like they felt confident enough in the beta site to have it go live. There's no longer a choice.
It's the new site or nothing from my ip address. Unless they're breaking it in slowly by ip ranges.
They will doing that in 5 hour intervals for a while before they fully launch it. They hide the current site and force everyone to try to use the Beta site. They record data, and relaunch both all the while continuing to improve the Beta.
-Kinglobjaw
Any organization that enjoys making money on the web is looking at that technique as a case study in what not to do.
Any organization worth it's salt does not need nor require their customers to be regression test-monkeys.
i get this when i go to the web page:
Server Error in '/awa' 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>
How come you get more FAIL than me? A while ago all I saw was:i get this when i go to the web page:
<SNIP>
That's how they reward premium customers! MORE FAIL! LOLHow come you get more FAIL than me? A while ago all I saw was:
HTTP/1.1 New Session Failed
I would have to disagree. I think it's a good idea to test the functionality of the main method of tickets sales before completely switching over. Work out most of the kinks that are found or reported that way our customers are not left hanging when they would like to purchase a ticket.Any organization that enjoys making money on the web is looking at that technique as a case study in what not to do.
Any organization worth it's salt does not need nor require their customers to be regression test-monkeys.
i get this when i go to the web page:
Server Error in '/awa' Application.
--------------------------------------------------------------------------------