Problems with using SQLite in ASP. NET Space

Source: Internet
Author: User

I installed an SQLite-based Open-Source CMS-eucalypto in my ASP. NET space.

This time, the customer's system, because the client database uses SQLite, the customer wants to put the sorted data on the Internet for convenient query by each offer, because only three months of data are retained, and only the query function is provided. SQLite should be enough, and I don't need to make too many modifications. The customer purchased ASP. NET hosting of Godaddy, and encountered problems after uploading,

Parser error message: Cocould not load file or assembly 'System. data. SQLite, version = 1.0.51.0, culture = neutral, publickeytoken = db937bc2d44ff139 'or one of its dependencies. failed to grant minimum permission requests. (exception from hresult: 0 ×80131417)

At first, I did not respond. I ran to the Internet to search for the answer. It turns out that system. Data. SQLite is an encapsulation of dynamic library SQLite. dll. For security reasons, godday only allows the use of manged code library. I have to think about using other databases.

Many materials on the Internet have high comments on SQLite, especially compared with MS Access. This is a big problem. Almost all ASP or ASP. nethosting support Ms access, but what about SQLite?

However, there is also a managed code version SQLite. dll on the Internet --Managedsqlite, You may have to use SQLite in ASP. NET hosting to try it. Due to the time, no tests have been conducted yet.

By the way. net commercial component has a well-known foreign company (the boss is Chinese, and the development team is also in China) the implementation of some functions of a component uses the EXE Based on the GPL protocol and commercial protocol (very expensive ).ProgramThe modified dynamic library (some logging ports), but it is said to be 100% managed library, and deliberately for that non. the net Library is disguised. I once talked to their managers about this topic. They are very sensitive to me and suspect that I was sent by the enemy. I have no intention of disclosing them, they just raised their worries about whether paper could keep fire.

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.