Question Access a Class in website from a webservice

ajaybathija

New member
Joined
Mar 13, 2009
Messages
1
Programming Experience
Beginner
Hi,
I am new to this forum. If I am posting this in the incorrect place, then please let me know.

This what I am trying to do.

I have a website, which was created originally in Classic ASP. Parts of it have been converted to ASP.Net.
In the same solution, I want to include a web service which I have been able to do. However, I want the Web Service to be able to access the classes that I have already written for the Website. Is it possible to directly access them?

While researching the internet, I found some recommendations that I should try and add the first project as a reference to the second. However, since my first project is a website, I could not find any dll that I could add as a reference to in the second project. I am not sure if there is a way to add a reference of a Website in a Web Service project.

Thanks for your help in advance.
Ajay Bathija
 
Back
Top