Click here to Skip to main content
15,886,006 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
Hi We are working with asp.net c# as front end and MS SQL server as back end. My problem is that we are required to run the application as both web application as well as desktop application ie it should run in both standalone as well as networked environment.Plz help me
Posted

1 solution

Suggestion

Step.1(Code files):Create generalized project using class files that will produce a .dll file as output.
Step.2(UI): Create UI in both Desktop as well as WEB.
Step.3:create link b/w UI & DLL. which means UI will get the code from .DLL for handling events.

I am now working on that.



regards
 
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