Introduction - If you have any usage issues, please Google them yourself
Use the steps:
1 decoder source code package, and then put the source code to the server space ( Note: the server must support.Net2.0, the file to be written, this system is used to generate static webpage dynamic webpage technology, so make sure the file writable )
2 access " your domain name /ShowPath.aspx ", page shows the database absolute path on the server, such as the local computer display is "F:\ \yunfeng blog version 1.0\web\DataBase\blog.mdb website, " the path "/" replaced "/", namely " F:/ website /yunfeng blog version 1.0/web/DataBase/blog.mdb " (for convenience below, use newpath instead of the database path ), use Notepad to open the root directory of the web.config file, find the " " this line, just get the newpath instead of Data behind the Source value also visit is just the sentence "F:/ /yunfeng blog version 1.0/web/DataBase/blog.mdb website ". To find this sentence, replace localhost with your domain. Then the root directory web.config this file to the server sp