C# .NET - Windows Application hosting on LAN

Asked By devender
03-Feb-12 03:33 AM
I created a project on Windows Application...

Can any one tell me the detailed steps to Host this project on the LAN.....


please give the detailed steps one by one... As I m new in this field.......
  dipa ahuja replied to devender
03-Feb-12 03:44 AM
For windows app we have to create the setup file :

To create a setup file follow this ►Create new setup project.  You will find 3 folders:
 
1.Application Folder
2.User's desktop
3.User's program menu
 
► Add the exe, database, images, dll files of you project in the "Application Folder"
 
► Add the exe file in the "User's Desktop" and "User's program Menu" folder if you want a exe 's short cut in the desktop and in start menu
 
Now all files are added now build the project, and you will get the exe setup file of your in the bin directory of your setup project
 
 
 
  D Company replied to devender
03-Feb-12 03:46 AM
Hello Friend,

You can use Microsoft services to do so,

Here is  http://msdn.microsoft.com/en-us/library/ms733069.aspx process to do this.

if you want to use self hosted service do like http://msdn.microsoft.com/en-us/library/ms731758.aspx.

Let me know if it doesnot help.

Regards
D
  kalpana aparnathi replied to devender
03-Feb-12 03:57 AM
hi,

Here steps for Windows Application hosting on LAN

i am giving you the steps what you have to do:
  1. Install the Internet Information Service (IIS) in your pc.
  2. Copy the web project folder into "C:\Inetpub\wwwroot". 
  3. Go to "Control Panel-->Administrative Tools-->Internet Information Services Manager".
  4. A window will appear and click on the Default Web Site to spand.
  5. Go to the properties of your desired web project here and create an Application Name.
  6. Now go in your browser and if your page name is abc.aspx, then write "http://[ip address]/Application Name/abc.aspx"
  7. Now you will get your desired page.
If your web project is connected with any database, ex: ABCShoppingMallBD.mdf, then you must have the SQL Server Management Studio Express. Without it you can't configure your database for the LAN.
I assume, you all have the tool and now i am describing what you have to do:
  1. If you use windows authentication for accessing the database, then you must have to create a login name. The name must be "ASPNET" because, remote pc use this name for login. So, for creating this, through the object explorer, go to "Security-->Logins". Right click on the Logins tab and click on "New Login".
  2. A new window will appear. On the Login Name , write "ASPNET" and select your desired database from the dropdown menu of the Default Database tab.
  3. Click on Ok button and you are almost finished.
  4. At last, go to your System's Control Panel, and create a new user named "ASPNET" as administrator and you are finished.
Now open your browser and search for some item, you will get the result according your code
  devender replied to kalpana aparnathi
03-Feb-12 08:02 AM
This is the windows application that I want to host and not the web one... plz tell me the steps for hosting the windows application.
  devender replied to dipa ahuja
03-Feb-12 08:04 AM
what I really want that, any employee sit on there system and can run my application from their system without installing the application in their systems.

that means they will access the windows application from my system at their place... 

so is it possible or not???
  dipa ahuja replied to devender
03-Feb-12 08:56 AM
i Give you simple solution

Use DropBox and put your application on the sharing folder , and allow users to access them.

http://www.dropbox.com/ 

  devender replied to dipa ahuja
04-Feb-12 05:38 AM
how to use this drop box......can u explain it for me... plzzzzz
  dipa ahuja replied to devender
04-Feb-12 06:22 AM
Download dropbox, create acccuont in drobox site(email is required) install on your every machine and then on dropbox account create a public folder and in that put your software, and now add the email addresses of people whom you want to allow to share your this public folder


Note : Every client must have the Dropbox in machine 
Create New Account
help
MSDE on Windows 2003 R2 box, new DL385G6 - Install Fails during SQL Services SQL Server I have been finding that I am having trouble with the Crystal Reports Server XI installation failing when it is dealing with SQL. So, as a thought and in case there was something wrong with my SQL portion of the isntall. I thought ok, I will try installing the actual MSDE application direct from Microsoft. So, I downloaded the MSDE for SQL 2000 (which is msde2000a.exe), set my switches and off to the races. It quit seconds left to the installation and bombed with the same errors as the Crystal Reports Server install. The error is the same whether I try to install MSDE by itself or
IIS and SQL Server SQL Server Are there any known issues in having IIS and SQL Server on the same computer? If so, could you please give me specifics (or links to
What IIS features needed by SQL Server SQL Server Windows 2003 x64 Enterprise edition + SP2; SQL server 2005 x64 Enterprise edition + SP2; N +1 cluster During installation of SQL Server, I got the message: IIS Feature Requirement (Warning) Messages IIS Feature Requirement Microsoft Internet
SQL CAL Needed for a SQL Server to Access Another SQL Server? SQL Server Sorry for posting multiple groups. I have a SQL job running on SQL server A to query SQL server B and save data on
Can't find SQL Server Management Studio after install SQL Server 2 SQL Server I've installed SQL Server 2005 Developer edition and SQL SP2 on a PC running Windows Vista Business SP1. The