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. Visual Basic
  4. converting windows application to server based application

converting windows application to server based application

Scheduled Pinned Locked Moved Visual Basic
csharpsysadminhelptutorial
9 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.
  • V Offline
    V Offline
    vijaylumar
    wrote on last edited by
    #1

    how to converting windows application to server based application i did a windows application in vb.net 2.0 which runs for every system but now i want it to run thru server i place my application in server from it every user should access it and run the application but it is asking the permissions i dont have idea of converting this application to server based application plz help me thanks in advance vijay

    E V S 3 Replies Last reply
    0
    • V vijaylumar

      how to converting windows application to server based application i did a windows application in vb.net 2.0 which runs for every system but now i want it to run thru server i place my application in server from it every user should access it and run the application but it is asking the permissions i dont have idea of converting this application to server based application plz help me thanks in advance vijay

      E Offline
      E Offline
      en Mahdi
      wrote on last edited by
      #2

      it is very intresting for me . please tell me how you do that convert . it is my problem . I have winApps that I want to convert them to server based program . thanks in advanced . enmahdi. :-D

      1 Reply Last reply
      0
      • V vijaylumar

        how to converting windows application to server based application i did a windows application in vb.net 2.0 which runs for every system but now i want it to run thru server i place my application in server from it every user should access it and run the application but it is asking the permissions i dont have idea of converting this application to server based application plz help me thanks in advance vijay

        V Offline
        V Offline
        Vimalsoft Pty Ltd
        wrote on last edited by
        #3

        Guys Lets Understand Something First before we call something a Server , Can you Define what is a Server for me, then i will understand why did you say you want to convert an application to be a Server. Please be very carefull with your terms

        Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

        V 1 Reply Last reply
        0
        • V Vimalsoft Pty Ltd

          Guys Lets Understand Something First before we call something a Server , Can you Define what is a Server for me, then i will understand why did you say you want to convert an application to be a Server. Please be very carefull with your terms

          Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

          V Offline
          V Offline
          vijaylumar
          wrote on last edited by
          #4

          hai Vuyiswa Maseko my company has a server which is maintained by system administrator i developed a windows application in my system and created an exe. now that exe i copied into few other systems and they r using it. i dont want to do it i put my exe in server and every user i will give a shortcut to it so that the application will run from server and source will be only one for the company this is my problem plz help me thanks in advance vijay

          J V 2 Replies Last reply
          0
          • V vijaylumar

            hai Vuyiswa Maseko my company has a server which is maintained by system administrator i developed a windows application in my system and created an exe. now that exe i copied into few other systems and they r using it. i dont want to do it i put my exe in server and every user i will give a shortcut to it so that the application will run from server and source will be only one for the company this is my problem plz help me thanks in advance vijay

            J Offline
            J Offline
            just3ala2
            wrote on last edited by
            #5

            Where exactly ur problem is?

            Best Regards 3ala2 :)

            1 Reply Last reply
            0
            • V vijaylumar

              hai Vuyiswa Maseko my company has a server which is maintained by system administrator i developed a windows application in my system and created an exe. now that exe i copied into few other systems and they r using it. i dont want to do it i put my exe in server and every user i will give a shortcut to it so that the application will run from server and source will be only one for the company this is my problem plz help me thanks in advance vijay

              V Offline
              V Offline
              Vimalsoft Pty Ltd
              wrote on last edited by
              #6

              hi I understand your problem, n\but still even that exe reside in that machine you call a server it will be like the users are accessing from their machines, so what you need is a different Solution, you want your users to access your Application from the central point, then its fine. it can be done in exe(windows)but now you have to install the exe to every user, but there is an easy way, "WEB", you can create what you have created in Windows and di it to Web, and you will be sure that its been accessed centrally. look at my articles on N-tier, you can Convert them to Web and Create a Solution that you want. Sorrry for answering you so late , am Sick Hope this helps

              Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

              V 1 Reply Last reply
              0
              • V vijaylumar

                how to converting windows application to server based application i did a windows application in vb.net 2.0 which runs for every system but now i want it to run thru server i place my application in server from it every user should access it and run the application but it is asking the permissions i dont have idea of converting this application to server based application plz help me thanks in advance vijay

                S Offline
                S Offline
                Steven J Jowett
                wrote on last edited by
                #7

                I thing that the problem you are experincing is due to .NET Framework Security rights for the zone that you are trying to run from. Local servers (as apposed to Internet servers) usually reside in the Intranet zone. You can adjust the each Zones security in the .Net configration, which is in Control Panel. Also you will have to Strong Name your assemblies etc.

                Steve Jowett ------------------------- It is offen dangerous to try and see someone else's point of view, without proper training. Douglas Adams (Mostly Harmless)

                1 Reply Last reply
                0
                • V Vimalsoft Pty Ltd

                  hi I understand your problem, n\but still even that exe reside in that machine you call a server it will be like the users are accessing from their machines, so what you need is a different Solution, you want your users to access your Application from the central point, then its fine. it can be done in exe(windows)but now you have to install the exe to every user, but there is an easy way, "WEB", you can create what you have created in Windows and di it to Web, and you will be sure that its been accessed centrally. look at my articles on N-tier, you can Convert them to Web and Create a Solution that you want. Sorrry for answering you so late , am Sick Hope this helps

                  Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

                  V Offline
                  V Offline
                  vijaylumar
                  wrote on last edited by
                  #8

                  hi Vuyiswa Maseko how r u now can i solve my problem thru .net remoting i read u r article , is it 3 tier or n tier what is differnce between 3 tier and n tier presentation layer , bussiness layer , data layer these are 3 differnt things thats y we call this as 3 tier i understood like this if it is wrong plz tell me .. in n tier how many layers will be... plz help me and give a solution to my problem thanks in advance vijay

                  V 1 Reply Last reply
                  0
                  • V vijaylumar

                    hi Vuyiswa Maseko how r u now can i solve my problem thru .net remoting i read u r article , is it 3 tier or n tier what is differnce between 3 tier and n tier presentation layer , bussiness layer , data layer these are 3 differnt things thats y we call this as 3 tier i understood like this if it is wrong plz tell me .. in n tier how many layers will be... plz help me and give a solution to my problem thanks in advance vijay

                    V Offline
                    V Offline
                    Vimalsoft Pty Ltd
                    wrote on last edited by
                    #9

                    hi vijaylumar Am sorry to answer you so late. am very sick. but lets get back to your questions. The N-tier and 3 Tier is the same thing. but "N" means that you can use any number . that means 3 is the number of layers you have in your Application, so when we say N-tier,we include all types of designs that has 2 or more layers. and the way you read it from my article its correct,presentation layer , bussiness layer , data layer. in the N-tier you can have as many tiers as you want, but remember the reason we use N-Tier is to make the application code maintanable and be able to practise polynorphism. To solve your problem, design the your solution exactly as my last Article part 2. if you need more answers reach me on skype "vuyiswamb" hope i helped

                    Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

                    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