can DayPilot Pro Business Edition work with ASP.Net 2.0?
12 years ago.
I downloaded the Day Pilot Pro trial and tutorial, and got AJAX working. Now I am trying to see if the latest DayPilot Pro for ASP.Net WebForms is compatible with ASP.Net 2.0. This is because my current production webpage uses Microsoft .NET Framework Version:2.0.50727.3634; ASP.NET Version:2.0.50727.3634 . I also use IIS 6 on the production server, but there is also ASP.Net 3.5 available.
What features will I be missing if I use ASP.Net 2.0 if it works at all? So far on my test PC it is still using .NET 4.0. I have modified the web.config inside the TutorialVB, and changed
from:
<system.web>
<compilation debug="true" targetFramework="4.0" ...
to:
<system.web>
<compilation debug="true" ...
and my underlying IIS uses .NET 2.0 but that doesn't affect my test calendar webpage, which still uses 4.0. I can tell this by putting an error into the page and the error page lists .NET 4.0.
TIAFYH,
Eunice
DayPilot