Results 1 to 4 of 4

Thread: Help with ASP

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Posts
    118

    Question

    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

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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")
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Posts
    118

    Angry

    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

  4. #4
    Lively Member harsoni's Avatar
    Join Date
    Oct 2000
    Posts
    118

    Arrow

    Hi,
    well the reason the server cannot be found may be because u might have not installed personal web server on your machine.

    Sonia

Posting Permissions

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



Click Here to Expand Forum to Full Width