invoke framework 2.0 methods from 1.1

  • Thread starter Thread starter ginkim
  • Start date Start date
G

ginkim

We have a website that runs on asp.net 1.1. For now, we will not be
migrating it to 2.0. In the meantime, I wrote new web methods in 2.0
and I would like to invoke them from our 1.1 website. Any idea how
this can be done?

Thanks,
Gina.
 
you should be able to call webservices written 2.0 from 1.0 if you avoid
complex classes.

-- bruce (sqlwork.com)
 

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

Back
Top