Our website is implemented in ASP and Visual Basic.
I wish to add a few new pages to the site but I wish to do it in ASP .NET MVC with C#. Are ASP and ASP.NET compatible for the same website?
I’ve done a few ASP .NET MVC tutorials. What would I need to do to get a simple hello world project to work on our server? What will I need to install etc?
Also, our database is implemented for sql server 9.0. Will there be any issues here?
Thanks,
Barry
The same IIS Web Application can include both ASP and ASP.NET pages.
But nothing will be shared,
SessionandApplicationobjects are completely separate. To share code it will need to be COM components, and use the .NET tools to create a wrapper.That’s 2005: fully supported in .NET.