Asp Problem

Results 1 to 11 of 11
  1. #1
    Account Upgraded | Title Enabled! error0024 is offline
    MemberRank
    Jul 2005 Join Date
    MalaysiaLocation
    896Posts

    Asp Problem

    Hello there ive tried to host ASP or smth it doesn't work with apache xampp
    anyone have any idea about IIS ? or smth thanks ya :eek6:


  2. #2
    Valued Member jaeker1 is offline
    MemberRank
    Oct 2005 Join Date
    fsdfsdfsdfLocation
    103Posts

    Re: Asp Problem

    [IndexOutOfRangeException: There is no row at position 0.]
    System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +1943315
    System.Data.RBTree`1.get_Item(Int32 index) +17
    System.Data.DataRowCollection.get_Item(Int32 index) +11
    _Default.Page_Load(Object sender, EventArgs e) +79
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
    System.Web.UI.Control.OnLoad(EventArgs e) +99
    System.Web.UI.Control.LoadRecursive() +47
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
    my error
    help me plz..

  3. #3
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Asp Problem

    Make sure you have .NET 3.5 and make sure you edit web.config with the correct login for the db.

  4. #4
    Account Upgraded | Title Enabled! error0024 is offline
    MemberRank
    Jul 2005 Join Date
    MalaysiaLocation
    896Posts

    Re: Asp Problem

    chumpywumpy you're refering to me or the ....replier?
    hehe thx :P

  5. #5
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Asp Problem

    Both actually :P

    ASP is very hard to set up on apache and it's very unreliable so use IIS. No special config on IIS should be needed as long as you have .NET 3.5 and you have set the web.config up with the right db login.

  6. #6
    Valued Member jaeker1 is offline
    MemberRank
    Oct 2005 Join Date
    fsdfsdfsdfLocation
    103Posts

    Re: Asp Problem

    i use iis
    before this error
    i see login error and fix it

  7. #7
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Asp Problem

    @jaeker1
    [IndexOutOfRangeException: There is no row at position 0.]

    That bit of the error makes me think that it is having trouble accessing the database. I would guess that either you don't have a GameWeb databse or it is denying access to whatever user/pass you put in web.config. I'm not great with IIS errors though as i use Apache and hardly ever touch ASP code.

    @error0024 - Have you managed to get IIS installed or is that the bit you are stuck on?

  8. #8
    Valued Member jaeker1 is offline
    MemberRank
    Oct 2005 Join Date
    fsdfsdfsdfLocation
    103Posts

    Re: Asp Problem

    @chumpywumpy
    Thank you.

  9. #9
    Account Upgraded | Title Enabled! error0024 is offline
    MemberRank
    Jul 2005 Join Date
    MalaysiaLocation
    896Posts

    Re: Asp Problem

    that is the place im stuck on =/ i cant seem to find IIS

  10. #10
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Asp Problem

    Open add/remove in your control panel and click "Add/remove windows components" on the left. Tick IIS (Internet information services) and press Next to install it (a windows cd will be needed).

    By default the web root (where you need to put the files) is c:\inetpub\wwwroot

    This might be helpful (loads of other guides with pictures too if you google "install iis").
    http://www.webwizguide.com/kb/asp_tu..._winXP_pro.asp

  11. #11
    Account Upgraded | Title Enabled! error0024 is offline
    MemberRank
    Jul 2005 Join Date
    MalaysiaLocation
    896Posts

    Re: Asp Problem

    thx bro i'll try it out ^_^



Advertisement