1. XCOPY (http://www3.sympatico.ca/rhwatson/dos7/z-xcopy.html):
Copies files and directory trees. XCOPY is similar to the COPY command except that it has many more switches that allow considerable control over exactly what is copied when using wildcards..2.you need to create a web application virtual directory, put the aspx file in the directory, create a subdirectory called "bin" and move the dll into it

解决方案 »

  1.   

    1.XCopy就是说把组件直接拷贝到你的相应的目录去
    2。必须建立一个WEB application然后添加你下载的ASPX文件
    然后在你的bin文件夹里拷贝你的DLL
      

  2.   

    I also know what is xcopy now , just a clone.
      

  3.   

    xcopy部署是对整个应用程序而言的。
    组件引入才能使用。
      

  4.   

    部署你的asp.net项目。
    Xcopy这里的意思是说,部署简单的就好像目录复制一样。这和原来的要注册表什么的相比而言。
    要部署asp.net.建立虚拟目录,或者在wwwroot下去建立目录。如果没有在web.config中规定,应该把你的assembly(dll)放置到bin目录下去。
      

  5.   

    如果不去引用,建立一个虚拟目录和一个子目录BIN再把Dll放进去,运行时也报错!