pls help me out

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sathyakvani
    New Member
    • Oct 2006
    • 20

    pls help me out

    how to run a web application in one system where the webapplication created in some other system in which dotnet is not present...
  • harikrishna
    New Member
    • Aug 2006
    • 2

    #2
    Originally posted by sathyakvani
    how to run a web application in one system where the webapplication created in some other system in which dotnet is not present...
    by specifying the ip address of the system insted of localhost we can run the application.
    like http://192.10.11.12/apllication1/webform1.aspx

    Comment

    • Habeebuddin
      New Member
      • Sep 2006
      • 8

      #3
      If you are working within a LAN(I mean accessing the page from other computer within a LAN), we can specify the computername instead of IPAddress.

      for ex: http://Dev520/SampleProject/SamplePage.aspx
      Here 'Dev520' is a computer name.

      Hope this might be useful.

      Comment

      • sathyakvani
        New Member
        • Oct 2006
        • 20

        #4
        hi,

        thanks but tel me one thing i am doing a project which is used in a LAN ok
        it should work like yahoo how we check mails at the same time many of them can access the same page...any changes made to that should reflect in the page get the other user a modified page in simple words accessing pages at the sametime(all rights are provided for eg modify that values in the page) this should modify in the same page if any other is using the same pls get me the answer soon thanks in advance..

        sathya

        Comment

        Working...