Asp classico with Asp . net

Asked

Viewed 282 times

2

I have an Asp net project and I would like to take advantage of a page of another project, however it is classic Sp, I did some research and saw that I could do this "merge", but no one said exactly how to do. Can someone help us? The only solution they said was to run the project on iis and configure it, but I could only configure to run separately, the project with the classic Asp page does not run its functions.

  • 1

    the migration of screens would be recommended, as stated on this link http://stackoverflow.com/questions/9782025/can-i-combine-asp-net-4-0-with-classic-asp-or-can-i-convert-classic-asp-to-asp

  • It didn’t solve my problem, I just want to run a page inside my project, go from an aspx page to Asp. I just saw that aspx and Asp don’t share the same Sesssion.

1 answer

1

Although the two programming languages have the same nomenclature:

ASP (extension: Asp)

ASP.NET (extension: aspx)

They are totally different languages in Sesssions and methods, to try to remedy this problem try to bridge the gap between one language and another. When I want to share data from one *.Asp page to another *.php page, I make the first page generate a file XML which any other programming language can retrieve data and process and/or display.

  • Yes, I ended up finding the solution, but really the problem is the sessions that do not go from one to the other, your answer reads with which I found so thank you Wilson Rosa Gomes

Browser other questions tagged

You are not signed in. Login or sign up in order to post.