Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Can I combine a web service and several programs which use it in one project?

I would like to create a web service, a Windows Form program which uses it, and an ASP web page which also uses the web service. Can I put these into one project?  Ifsohow do I getthem to interract?

I presume I will need to addd a web referece to the Windows Form program, like normal.  Is there as trick to adding a reference to the webservice in the same prioject?

How do I so this for an ASP application?

thanks,
newbieweb
Avatar of sabeesh
sabeesh
Flag of United States of America image

asp or asp.net application?
Avatar of curiouswebster

ASKER

I don't know the difference.  Just a program that will have a few windows and dialogs, running on the website, and will communicate with the database and maybe the web service.
SOLUTION
Avatar of sabeesh
sabeesh
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
so what's the difference between ASP and ASP.NET?

I think I know the answer. I am working on Visual Studio 2005, so I am obviously on ASP.NET, right?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial