Yes you can. I did it using the "Copy Project" feature directly from my TaskVision Server project in VS.NET. I then chose Copy only the files needed to run this application. It installed the files to the URL that I specified and everything worked when I browsed to it.
As for the SQL Server scripts, I connected to the web hosting site's SQL Server using Enterprise Manager and then opened my database and used Query Analyzer to run the script. I had to strip out the CREATE Database script and change the execute permissions granted to the stored procedures to the login that I had but, it worked fine. |