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.
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
– Thiago Friedman
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.
– Voltz