do those 第三方的控件 require licenses? are they strong-named? if yes, you need to install them in GAC on the server, otherwise, just copy them into the bin subdirectoryyou should just need to copy everything (global.asax/web.config/*.aspx/*.ascx/...) over, copy dlls into bin subdirectory and make sure your directory is a virtual directoryif you are using database, make sure connection string is corrrect, if you need to create/modify some files, make  sure you give ASPNET account read/write permissionsif you are using windows authentication, make sure you properly configure it in Internet Services Manager