Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. C# on Lan

C# on Lan

Scheduled Pinned Locked Moved C#
csharp
8 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    w209
    wrote on last edited by
    #1

    How does a C# application work on lan Give me some idea about it:)

    C A K 3 Replies Last reply
    0
    • W w209

      How does a C# application work on lan Give me some idea about it:)

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      w209 wrote:

      How does a C# application work on lan Give me some idea about it

      Give me some idea about what you mean. Do you mean: * How does a C# application work when launched from a UNC path? * How does a C# application work when accessing information across a LAN? (something else completely)


      Upcoming FREE developer events: * Glasgow: SQL Server Managed Objects AND Reporting Services ... My website

      W 1 Reply Last reply
      0
      • W w209

        How does a C# application work on lan Give me some idea about it:)

        A Offline
        A Offline
        Abhijit Jana
        wrote on last edited by
        #3

        Client Server Application on C#[^]

        Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"

        1 Reply Last reply
        0
        • C Colin Angus Mackay

          w209 wrote:

          How does a C# application work on lan Give me some idea about it

          Give me some idea about what you mean. Do you mean: * How does a C# application work when launched from a UNC path? * How does a C# application work when accessing information across a LAN? (something else completely)


          Upcoming FREE developer events: * Glasgow: SQL Server Managed Objects AND Reporting Services ... My website

          W Offline
          W Offline
          w209
          wrote on last edited by
          #4

          I have created an application but have to run that application on lan i have no idea How does a C# application work when launched from a UNC path?

          P C 2 Replies Last reply
          0
          • W w209

            I have created an application but have to run that application on lan i have no idea How does a C# application work when launched from a UNC path?

            P Offline
            P Offline
            Pete OHanlon
            wrote on last edited by
            #5

            Pretty much the same as any other application when run from UNC. The software runs in the client memoryspace, so there are requirements that the client must have the .NET runtime installed (if not already installed, it's the responsibility of your software to download and install the runtime).

            Deja View - the feeling that you've seen this post before.

            1 Reply Last reply
            0
            • W w209

              How does a C# application work on lan Give me some idea about it:)

              K Offline
              K Offline
              KennyPatel
              wrote on last edited by
              #6

              :-D, Hi. If you developing web application runs through IIS. if you developing Window based than it runs after you building (Making .exe) you can run it by double clicking on it or run it through start run or explorer

              Thanks

              1 Reply Last reply
              0
              • W w209

                I have created an application but have to run that application on lan i have no idea How does a C# application work when launched from a UNC path?

                C Offline
                C Offline
                Colin Angus Mackay
                wrote on last edited by
                #7

                w209 wrote:

                How does a C# application work when launched from a UNC path?

                In addition to Pete's answer. There are also security considerations to take into account. By default the application will not run across a LAN unless the local machine is told to trust it. You will find in the Administrative Tools on the client machine a thing called "Microsoft .NET Framework 1.1/2.0 Configuration" Use that to tell the machine to trust an assembly from a certain UNC path. Or you can strong name your assemblies and tell it to trust any assembly which has the appropriate Strong Name Key attached to it - that way you can move the assemblies around without having to reconfigure every machine.


                Upcoming FREE developer events: * Glasgow: SQL Server Managed Objects AND Reporting Services ... My website

                P 1 Reply Last reply
                0
                • C Colin Angus Mackay

                  w209 wrote:

                  How does a C# application work when launched from a UNC path?

                  In addition to Pete's answer. There are also security considerations to take into account. By default the application will not run across a LAN unless the local machine is told to trust it. You will find in the Administrative Tools on the client machine a thing called "Microsoft .NET Framework 1.1/2.0 Configuration" Use that to tell the machine to trust an assembly from a certain UNC path. Or you can strong name your assemblies and tell it to trust any assembly which has the appropriate Strong Name Key attached to it - that way you can move the assemblies around without having to reconfigure every machine.


                  Upcoming FREE developer events: * Glasgow: SQL Server Managed Objects AND Reporting Services ... My website

                  P Offline
                  P Offline
                  Pete OHanlon
                  wrote on last edited by
                  #8

                  Damn - I forgot to mention that. Glad you were around to correct me.

                  Deja View - the feeling that you've seen this post before.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups