473,748 Members | 2,690 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

in c# How to access desktop application from LAN?

1 New Member
I want to develop windows application using c# ,.net framework 3.5 as front and Mysql4.1 as a backed language.Now my question is i want to install this application only on server PC,so is it possible to access this application within LAN connected PC.If yes how do i build my application.or do i need to install .net framework on LAN connected PC's(or on client PC's) Please guide me.
Feb 12 '13 #1
1 4383
Rabbit
12,516 Recognized Expert Moderator MVP
Mysql4.1 as a backed language
If by backend language you mean server side scripting, then that's wrong. MySQL is not a server side scripting engine. It is a database engine. You can connect to it and query it remotely, but the coding would be on your client side application. You could use a server side application to query and pass data back and forth to your client application. But your current description of MySQL is incorrect.

so is it possible to access this application within LAN connected PC
Yes, this is possible. You just need to connect to it using th IP address or server name of the remote computer.

do i need to install .net framework on LAN connected PC's(or on client PC's)
They're all LAN connected PC's so I have no idea what you're referring to there. You would install the .Net framework on the client PC's, but they most likely have it installed already. You would install it on the server PC as well if you plan on writing a backend application as an additional interface to the database engine.
Feb 12 '13 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

10
572
by: mail2deepa | last post by:
Hello, I want to know the difference between desktop application and intranet application. when to do desktop application and when intranet application. deepa
8
4718
by: Uttam | last post by:
Hello, I am currently in the process of developing an application in a pure desktop world using Access 2000. I am intending to convert this pure desktop application into a Client Server application with Access 2000 as the front end and the each of the following as the backend: 1) Oracle
4
3735
by: Elhanan | last post by:
hi.. all a client of ours is considering to move from a dos application to windows desktop application. the application is for traveling agency, the database is rather large. their current database for other application is SQL-SERVER. they have 12 users.
4
3099
by: adacal | last post by:
suppose I've an application running on my desktop computer running windows xp pro. I would like to access this application over Internet wherever I'm via standart web browser. My aim infact is just carrying the interface of an application over Internet without using RDP protocol which requires a client software. In fact there are some solutions like GoToMyPC. But I wonder what is the underlying technology used. How can I accompolish such...
22
6282
by: Jordan S. | last post by:
SQL Server will be used as the back-end database to a non trivial client application. In question is the choice of client application: I need to be able to speak intelligently about when one client (MS Access vs ..NET Windows Forms) would be preferred over the other. While I have some good arguments on both sides, I would appreciate your points of view on the topic.
3
2296
by: ebbflow | last post by:
I've seen explainations on how to impersonate a non aspnet user when a web page is called within an web application, but I have a different impersonation issue. I have a windows desktop application (not a web app) that is used by our web administrator to control some of the web application's settings. It also has some troubleshooting features. One feature that I'd like is to verify that the aspnet user has some permissions to open some...
2
1575
by: =?Utf-8?B?UGV0ZXI=?= | last post by:
I wonder whether this article http://msdn2.microsoft.com/en-us/library/ms973831.aspx is still applicable to ..net 2.0/.net 3.0 and the current computing environment. Also, does it happen that an application may be both Web and Desktop application?
1
1821
by: Bartholomew Simpson | last post by:
I wrote a desktop application in C++ a little while ago, and I will like to port it to a web application. Here are the details: 1). ALL business logic is held in ANSI C++ libraries (e.g. I make extensive use of the BOOST C++ libraries) 2). The front end is written entirely in VB6 What I want to do is to is to be able to be able to have a choice of
2
7040
by: sezanawa | last post by:
Hi Guys, I am new to java deployment things. Specially for desktop applications. I used to work with J2EE and i did deployment only for web projects. Now i have developed a small desktop application. Its based on java swing. My application gonna serve on windows and linux systems. Now i want to deploy my application along with all libraries etc. Simply i dont know how to do that. I googled for such a thing but no success. Can i pack my...
1
1909
by: cultivate | last post by:
Hi everyone... I'm very new to the mobile development world. I currently developing a desktop application that I would love to integrate with a mobile version. I'm wondering if anyone has ever developed an application that has had the ability to sync with a desktop app or if anyone has come across any information that might be helpful to me. Any platform that I could do this with would be a big help! (nokia, iphone, etc.) I'm very...
0
9561
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9381
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9332
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6799
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4608
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4879
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3316
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2217
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.