Results 1 to 5 of 5

Thread: ASP.NET app running on client side.

  1. #1

    Thread Starter
    ^:^...ANGEL...^:^ wrack's Avatar
    Join Date
    Mar 2002
    Location
    Melbourne, AUSTRALIA
    Posts
    2,695

    Thumbs down ASP.NET app running on client side.

    I made an ASP.NET app using code in vb which shows me how long a computer is been on.

    Now I kept a link of it on my webpage and then I told my friend to try it and he got my computer's up time not his.

    I understand that it needed to be run on client and I think my one runs on server which is my computer and shows my time.

    Is there anyway to specify that that page or what whole app should run on client..?

    Cheers.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    You CANNOT run ASP.NET on the client. There is no such setting.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    ^:^...ANGEL...^:^ wrack's Avatar
    Join Date
    Mar 2002
    Location
    Melbourne, AUSTRALIA
    Posts
    2,695
    Is there anyway that I can use it to get client's computer time..??

  4. #4
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    You won't be able to use ASP.Net to get the clients time. You may be able to create an activeX component or maybe a javascript function I don't know about....but you can't do it with asp.net alone...just doesn't work like that.

  5. #5

    Thread Starter
    ^:^...ANGEL...^:^ wrack's Avatar
    Join Date
    Mar 2002
    Location
    Melbourne, AUSTRALIA
    Posts
    2,695
    Originally posted by hellswraith
    You won't be able to use ASP.Net to get the clients time. You may be able to create an activeX component or maybe a javascript function I don't know about....but you can't do it with asp.net alone...just doesn't work like that.
    Thanks. Is there anyway I can create an ActiveX component in ASP.NET or I need to make it in different manner. Do I need to digitally sign it...???

    Cheers.

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