Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
I have been reading a book on ASP.NET in preparation for work, but today I learned of my company's fear of migrating to .NET. They are worried that installing the .NET framework on the web server machine could pose potential 'backwards incompatibility' with what we currently have. In other words, the company hesitates to upgrade to .NET because they think our current ASP pages might stop working. Therefore, I am in search of stories of companies' experience migrating from ASP to ASP.NET. Did anyone experience backwards incompability? Is it a legitimate concern? Any input would be appreciated.
Posted

ASP and ASP.NET are kept totally seperate, and have nothing to do with each other. Microsoft thought ahead for this which is why ASP.NET pages are page.aspx and not page.asp.

 

If they're still worried about it then install them both on a test machine along with their current ASP scripts just to make sure.

Gamer extraordinaire. Programmer wannabe.
Posted

I would definitely go with Wyrd. Test them on a machine having a similar internal environment.

 

As far it goes for us we didn't have any problem whatsoever. Its working pretty fine.

 

Amicalement,

Neutrino

  • *Gurus*
Posted
As the gentlemen have stated above there should be no problem whatsoever. ASP.NET uses separate ISAPI Extensions than ASP. ASP maps to asp.dll while ASP.NET maps to aspnet_isapi.dll. As a result there is absolutely no interaction between the two, unless specifically configured by the developer.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...