asp.net application deployment problem?
-
You can always do a "dirty" install. That is, just copy/paste your project files (you don't need .vb / .resx / .vbproj / other Files from VB, only ASPX, ASCX, ASMX, web.config, and all other content you use. bin directory goes without saying) to your client's machine. After copying files, put necessary settings on IIS (Virtual Directory most important) and your deployment is pretty much finished. daniero
-
You can always do a "dirty" install. That is, just copy/paste your project files (you don't need .vb / .resx / .vbproj / other Files from VB, only ASPX, ASCX, ASMX, web.config, and all other content you use. bin directory goes without saying) to your client's machine. After copying files, put necessary settings on IIS (Virtual Directory most important) and your deployment is pretty much finished. daniero