converting windows application to server based application
-
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
-
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
-
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
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
-
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
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
-
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
-
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
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
-
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
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)
-
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
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
-
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
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