Using Aspose.Tasks for .NET
Contents
[
Hide
Show
]Overview
Although Aspose.Tasks for .NET is designed for use in modern .NET applications (C#, VB.NET), it is also compatible with legacy environments such as Classic ASP using VBScript.
This section demonstrates how to integrate Aspose.Tasks for .NET into Classic ASP pages to create and manipulate Microsoft Project (MPP/XML) files. This enables teams maintaining older intranet systems or administration panels to benefit from Aspose.Tasks’ rich functionality without rewriting their applications.
The example below shows how to:
- Accept user input via a web form;
- Create a new project using VBScript;
- Set default standard and overtime rates;
- Save the project in XML format.
🔗 See the full working example: Create a Project with Default Properties