Today I looked at how to use the WebPart control in ASP and Net2.0. In fact, I looked at it a little bit yesterday but I didn’t understand what was going on. I watched the lecture on WebCasts today and then I understood. WebPart is implemented through the client. The end user drags and drops the control to set the web page to what he wants, just like a blog, he can make his own homepage. It is very easy to implement this function with the webpart control, but the prerequisite is database support, because the position of the control Changes need to be recorded in the database. Although Microsoft said that you can configure the data of the sql server2000 database through aspnet_ressql.exe, and the changed data can be stored in sql server2000 without using sql server2005, but even if I have configured it, the webpart control Still looking for sql server2005, it always says that
there is an error when establishing a connection with the server. When connecting to SQL Server 2005, this failure may be caused by SQL Server not allowing remote connections under the default settings. (provider: SQL Network Interface, error: 26 - Error locating the specified server/instance)
I had no choice but to get an 05 and install it, let alone install it. I don't know what to do. I don’t know if anyone has encountered similar problems. If anyone knows the solution, please leave me a message. Thanks in advance!
I originally wanted to post the source code, but the Internet speed is too slow. I’ll talk about it tomorrow!
http://www.cnblogs.com/interboy/archive/2006/08/04/468145.html