Any good references or tools available for converting ASP to ASP.NET?(有什么好的参考资料或工具可用于将 ASP 转换为 ASP.NET?)
问题描述
您在转换过程中使用了哪些工具、实践或文档,您会推荐给其他人?
What tools, practices, or documentation have you used in your conversion process that you would recommend to others?
推荐答案
你可以试试微软的
ASP 到 ASP.NET 1.x 迁移助手
ASP 到 ASP.NET v1.x 的迁移助手旨在帮助您将 ASP 页面和应用程序转换为ASP.NET.它不会使转换过程完全自动的,但它会加快你的通过自动化一些项目迁移所需的步骤.
The ASP to ASP.NET v1.x Migration Assistant is designed to help you convert ASP pages and applications to ASP.NET. It does not make the conversion process completely automatic, but it will speed up your project by automating some of the steps required for migration.
我想总比没有好.
这篇关于有什么好的参考资料或工具可用于将 ASP 转换为 ASP.NET?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:有什么好的参考资料或工具可用于将 ASP 转换为 ASP.NET?
基础教程推荐
- C# 从 List<List<int>> 中删除重 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- WPF 模态进度窗口 2022-01-01
- Moq It.Is<>不匹配 2022-01-01
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
- .NET SerialPort DataReceived 事件未触发 2022-01-01
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
