Temp URL and Temp FTP address? How long?

Discussion in 'ASP.NET / ASP.NET Core' started by robertcombs, Mar 29, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. How long do I have to use the temp URL and temp FTP before I can use the real URL and FTP?

    and what is everyone using to upload ASP.NET files. is ftp the only way and if so, which ftp program is recommended

    thanks,

    Robert

    Programming Master
     
  2. quote:Originally posted by robertcombs

    How long do I have to use the temp URL and temp FTP before I can use the real URL and FTP?
    </blockquote id="quote"></font id="quote">

    If you purchased a new domain name with your account it will take up to 48 hours for the new domain name to propegate to the root dns servers.

    If you transferred your domain name it is more complex, since DNS caching comes into play. Did you transfer or purchase a new domain?

    quote:Originally posted by robertcombs
    and what is everyone using to upload ASP.NET files. is ftp the only way and if so, which ftp program is recommended
    </blockquote id="quote"></font id="quote">

    If you are using Visual Studio .NET most people use the frontpage extensions to upload. Though if you want to use FTP I would suggest either WS_FTP, or CuteFTP. They are both shareware and you can download either one from www.tucows.com

    --
    Richard
    Behind the ...[8]. .
     
  3. Problem with using VS.Net/Prontpage Extensions is it re-transmits everything, whether or not is has changed. This makes posting a new site rather a long process.

    Or, have I missed something?
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    True. But we can't do anything to change it. We are looking forward to the new version of FP that comes with OFfice 11. It doesn't use the server side extension any more but rather FTP.

    If you want to minimize the transfer time, use the copy project feature and copy just the necessary files (*.aspx, *.asmx, web.config, *.dll)

    Hope this helps.

    quote:Originally posted by odelljl

    Problem with using VS.Net/Prontpage Extensions is it re-transmits everything, whether or not is has changed. This makes posting a new site rather a long process.

    Or, have I missed something?
    </blockquote id="quote"></font id="quote">
     
  5. I'm not sure what you mean by reposting everything. I am using Visual.net with FP extensions and it works just like Visual Interdev. There is a local "cache" of the site and the remote (working) files. If I only change one file that's all that is uploaded. If I add any code and rebuild it is still quick. Of course it might have something to do with my 3.5 meg line but I doubt it. :)

    gninthgiLevitaerC
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page