Report on migration of Asp.net project to mono

Source: Internet
Author: User

Today, the responsible Asp.net project was officially delivered to the customer, remembering a monkey called"Mono"Monkey.

Start Linux, use mono (1.0.0) to re-compile the project, and then startXspMono web server. I thought this may be caused by system configuration problems. I changed the <globalization> in the web. config file to "gb2312" encoding. The default value is "UTF-8" encoding, and the result is still invalid.
<Configuration>
<System. Web>
<Globalization
Requestencoding = "gb2312"
Responseencoding = "gb2312"/>
</System. Web>
</Configuration>

On the mono homepage (Http://www.mono-project.com) To know that the monkey is 1.0.5 years old, then download a for Windows installation package program. Re-compile the new mono in Windows2000 and run it again ~ Or "Mosaic "......

Run a built-in tool (GUI interface written based on the GTK library of Mono version) "prj2make", and garbled characters are found in the File menu, even English cannot be displayed normally in my Chinese Windows 2000? After a closer look, we can see that only the menu items with the shortcut key specified in the menu appear garbled, And the menu items without the shortcut key can be displayed normally.

Run the SQL tool program that comes with mono 1.0.5 to successfully connect to the ms SQL Server 2 K and run the stored procedure and query statements normally, the sample program cannot display all the result sets of multiple query statements returned by a stored procedure at the same time. I do not know whether it is a problem of display or Data Execution. Its oracleclient cannot connect to the Oracle 8.1.7 database, but I use the Microsoft oracleclient in vs.net to connect to and access data normally. Of course, you need to download and install it first.Microsoft. NET data provider for Oracle [Http://www.microsoft.com/downloads/details.aspx? Displaylang = ZH-CN & familyid = 4f55d429-17dc-45ea-bfb3-076d1c052524]Only.

For. Net cross-platform applications, we are always worried. Hope mono can grow up quickly !!!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.