trend Posted July 29, 2005 Posted July 29, 2005 I have ftp access to the webserver of my dreams.. but I am trying to integrate my asp.net project with a webserver that has a lot of frontpage webpages (so they use _vti_cnf, _vti_pvt, _vti_script, _vti_txt folders already on the server) The issue is: I copy over everything in C:\Inetpub\wwwroot\WebApplication1\ and overwrite everything at /webserverroot This messes up frontpage (mainly the navigation bar that frontpage makes on the fly with frontpage) So my question is.. how am I suppose to upload my asp.net application? thanks! Lee Quote
trend Posted July 29, 2005 Author Posted July 29, 2005 Well.. I am not sure what messed up the frontpages.. but I just manually uploaded the asp.net files one by one and it all worked :/ wierd stuff Quote
jspencer Posted July 29, 2005 Posted July 29, 2005 Try using the 'Project' - 'Copy project' option. This works sweetly with frontpage extensions. Quote
travisowens Posted August 2, 2005 Posted August 2, 2005 Try using the 'Project' - 'Copy project' option. This works sweetly with frontpage extensions. I have to agree, manually copying your developement folder is a bad idea as you're also including files that shouldn't be on the webserver, plus manual copying, if you're not carefull, can make you accidentally push a "debug" version of your app which will hurt performance and possibly cause security problems. I suggest you empty the directory on the webserver, and use the Project -> Copy Project method. Quote Experience is something you don't get until just after the moment you needed it
trend Posted August 2, 2005 Author Posted August 2, 2005 What is the Project -> Copy Project method. method? thanks Lee Quote
michael_hk Posted August 3, 2005 Posted August 3, 2005 What is the Project -> Copy Project method. method? thanks Lee http://www.15seconds.com/issue/030806.htm Quote There is no spoon. <<The Matrix>>
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.