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:
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:
my error[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
help me plz..
Make sure you have .NET 3.5 and make sure you edit web.config with the correct login for the db.
chumpywumpy you're refering to me or the ....replier?
hehe thx :P
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.
i use iis
before this error
i see login error and fix it
@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?
@chumpywumpy
Thank you.
that is the place im stuck on =/ i cant seem to find IIS
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
thx bro i'll try it out ^_^