calling asp from aspx and vice versa

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can applications from visual studio 6 and vs.net can coexist in the same web server without any problem. Any issues, any document will be a great help.
 
They were designed to coexist. There are no issues with installation or
operation. Be aware though, that asp and aspx pages do not share session
data and you would need to persist the data between them yourself using some
mechanism (database).


CrazyProgrammer said:
Can applications from visual studio 6 and vs.net can coexist in the same
web server without any problem. Any issues, any document will be a great
help.
 

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