-
Hi Everyone.
Hope you had a fine day.
One question ..
1) I can't get Indterdev to work on my Home Pc. I have WIndows 2000 installed , IIS 5 etc. Interdev can't connect to my localhost. I create a project etc, but when it wants to connect it doesn't find my "server". (I use windows 2000 @ work and it works fine:))
I also have Win98 SE installed with PWS. It works perfect.
2) If I want to see how many users are currently on my system I use session("numcounter") = session("numcounter"). + 1 .
But it doesn't want to work on or LAN. I can connect and another programmer but it just show 1 user.
Any tips?
Thanks :)
-
1)??
2) Well of course it will only say 1. Sessions are not global to all users, just for each user. You want Application("numuser")
-
Thanks..
I didn't even click my mistake with session. I thought Applicication was everytime the web server starts.
DUH. Stupid mistake, but I learned my lesson
Thanks again
-
Hi,
well the reason the server cannot be found may be because u might have not installed personal web server on your machine.
Sonia