Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

If I not mistaken, I did faced problem in sending email portion in ASP, it won't work after I installed .NET Framework.

 

That's why I wonder whether there are any other functions in my ASP won't work after installed .NET Framework for ASP.NET?

Posted

We're running both side-by-side and the biggest problem we've faced so far is in dealing with session data. If you want an ASP page to pass session data to an ASP.NET webform, you've got to do some fancy footwork (possibly using a backend database as a temporary holding area for session data, or the querystring while you make the switch).

 

As for your SendMail routine: Did it employ a COM component? If you want to use that COM in ASP.NET, you'll have to take special steps (which others on this forum are more qualified than I to discuss).

 

Otherwise, the two should coexist peacefully on the same server.

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...