Sign in to follow this  
Eject

Wow Citadel - nice Website

Recommended Posts

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>

Now the whole serverpanel is corrupt

Edited by Eject

Share this post


Link to post
Share on other sites

Nobody of them follows this forum anymore.

 

9SRP2lK.png

 

 

You gave your money to a company without Impressum or official names mentioned, well what did you expect, that they are too awesome to mention any official names and such on their website?

 

  • Like 1

Share this post


Link to post
Share on other sites

yesterday i posted that here, because i found no way to inform them via ticket lol

 

anyway...

today my loginserver is still down (fourth day in two weeks)

 

i have now all my backups and will begin to restart the servers at a new place, tommorow.

Share this post


Link to post
Share on other sites
26 minutes ago, Eject said:

yesterday i posted that here, because i found no way to inform them via ticket lol

 

anyway...

today my loginserver is still down (fourth day in two weeks)

 

i have now all my backups and will begin to restart the servers at a new place, tommorow.

 

:P your are their last customer.

  • Like 1

Share this post


Link to post
Share on other sites
5 hours ago, Sklo:D said:

 

:P your are their last customer.

Don't forget to turn out the lights on the way out - grin

  • Like 2

Share this post


Link to post
Share on other sites

finally we ar at the endspurt, maps will be connected now and they can connect to different ip´s...thats new and awesome for me

 

we will restart with the "reborn" necropolis in the next hours

 

Eject

Share this post


Link to post
Share on other sites
On 6/1/2017 at 5:05 PM, Sklo:D said:

 

:P your are their last customer.

As I had started two annual servers in May and June before realizing that they had been charging me for cancelled monthly servers for months... I believe I am a strong contender for their last ever customer.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this