Click here to Skip to main content
15,905,504 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
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.
Posted

1 solution

This sounds much more like a webforms application. Go to www.asp.net[^], to get an idea of what you need to consider.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900