How do I create an intranet Application using C#.net Windows
How do I create an intranet Application using C#.net Windows Forms? I have a large project which I created in C#.net and sql server. It is working fine on one computer. But I would like to deploy it on the intranet, so that other people can use it simultaneously. Also I want one computer to have Administrator rights to the application so that he can give permissions to view, edit data , to other users. How to go about that. I read some articles on the web regarding creating this application in ASP.NET or using dot net remoting. If that is the way please suggest some list articles and books in pdf for this. Thanking you in advance.

Pradeep SahooPosted May 7, 2015, 11:19 PM
Right now you are using a windows based application and now you are looking for web based applications.web based applications are deployed in one computer and other users access the applications using Internet explorer. Here client server concept comes into picture .You can go through the below links to understand the feature of web applications
http://en.wikipedia.org/wiki/Web_application_framework
I suggest to convert your application in asp.net as it is developed in Microsoft technologies.
Please go through asp.net website
http://www.asp.net
Thanks