Today, we need to transfer the website that has been maintained to the server of the school. I have been doing my work earlier, but the difficulty is that sqlserver2005 is switched back to 2000. But fortunately, I found the relevant methods on csdn, and everything went smoothly.
After work in the evening, I went to the school server room and checked the files on the target server. Several Problems occurred. first, ASP is the whole website, while aspx is used for Image Upload. After all the files are taken into account, the system prompts 404 error and 2003 error when this page is opened, at that time, the first response was that the Web service expansion was not available. After the expansion was opened, it was found that there were still problems, and the error prompted that a set could not be loaded, CodePoint to (Inline form) <asp: fileupload... this line is definitely because the control cannot be created successfully. after a simple analysis, it seems that the control is in ASP. only available under net2.0, but not sure, because I remember ASP. net1.1 also has this control, which seems to have different names. however, it took a long time to get rid of 1.1 yuan. It was too strange to call a friend and it was 2.0 yuan. But we are not sure about this issue. Therefore, we still insist on our own judgment, yes. for the reason why net2.0 is not installed, download one and install it. OK. of course, you also need to configure permissions for the target server, because the hard disk is NTFS, although we are an sqlserver database, but there is an image upload function, add the modifiable permissions of the ASPNET user to the uploaded directory. Remember to add this permission to the Everyone user. This is the case in ASP, however, I forgot whether to add this in Asp.net, but I still add it.
At this point, everything is OK.
In addition, I met a graduation design teacher in the evening and told me that I didn't laugh when I was using milk. he said, "You have to change your graduation project ". I have graduated for more than a month. I really don't want to talk about anything. It seems that I am worth the paper I designed for graduation.