Accessing classes from a website in a window form application

G

Guest

Hi,
Is it possible to access classes created in th app_code folder of a website,
within a windows form application.
The website I am trying to work with has the functionality to create a
report for the logged in user. I want to be able to use this existing
functionality with the windows form app so that I can create reports for all
users without having to log into the site.
 
B

Bob Barrows [MVP]

MicroMoth said:
Hi,
Is it possible to access classes created in th app_code folder of a
website, within a windows form application.
The website I am trying to work with has the functionality to create a
report for the logged in user. I want to be able to use this existing
functionality with the windows form app so that I can create reports
for all users without having to log into the site.

I would suggest creating a web service that returns the report.
http://msdn.microsoft.com/webservices/
 
W

Winista

Create a separate assembly for the functionlaity and then you can reuse it
for all the apps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top