Results 1 to 20 of 28

Thread: Deals Deals Deals

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    I tried to sign up but got this



    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>

  2. #2
    Join Date
    Jan 2006
    Location
    Havana, Cuba
    Posts
    2,339

    Default

    same error here...
    {*insert snide remark here*}
    Trader Rating: +2112


  3. #3
    Join Date
    Jan 2006
    Location
    Maryland (Washington D.C. Area)
    Posts
    598
    Blog Entries
    1

    Default

    kevin7 has vouched for you as a person. I have never thought you were not a good person. Welcome to the Forum!

    I still do not like your business tactic of saying all the good things you will do for us IF we sign up without some form of up-front content. I am sorry, but my mind is not going to change just because you happen to be a stand-up guy.

    I will refrain from posting my further opinions. I will give you a chance to demonstrate your company's value to this forum. I wish you well.
    puro pot pass VI loser

  4. Default

    Quote Originally Posted by illilli
    kevin7 has vouched for you as a person. I have never thought you were not a good person. Welcome to the Forum!

    I still do not like your business tactic of saying all the good things you will do for us IF we sign up without some form of up-front content. I am sorry, but my mind is not going to change just because you happen to be a stand-up guy.

    I will refrain from posting my further opinions. I will give you a chance to demonstrate your company's value to this forum. I wish you well.
    That's fair. I didn't get into this thinking it would be easy. Your skepticism is actually encouraging.

    you gettin' any?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •