Results 1 to 5 of 5

Thread: Am I missing something?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Location
    California
    Posts
    115

    Am I missing something?

    I've been developing on my local machine while waiting for our host to come up. I moved the files onto the host and setup sharing so I can access the files from my pc here. The project a). takes forever to load b). takes forever to save.

    In asp 3 this was never an issue. Load up InterDev and connect via frontpage extentions. Am I missing something as to why it is so slow? It can't be the host as everything is very fast besides this.

    Is there a method to developing on the remote machine with speed in mind? How am I suppose to post changes?

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: Am I missing something?

    Quote Originally Posted by Ryan
    I've been developing on my local machine while waiting for our host to come up. I moved the files onto the host and setup sharing so I can access the files from my pc here. The project a). takes forever to load b). takes forever to save.

    In asp 3 this was never an issue. Load up InterDev and connect via frontpage extentions. Am I missing something as to why it is so slow? It can't be the host as everything is very fast besides this.

    Is there a method to developing on the remote machine with speed in mind? How am I suppose to post changes?
    I think unlike InterDeve and ASP, asp.net is designed for developing Application rather then web page. Most case the output is a dll files with few aspx file for interface so I think it was designed differently then InterDev as a result. I use ftp to uplad the dll and the aspx file, it works pretty well for me.

    Even modify files on my Local netork is extremely slow with vs.Net and I would even dare trying to connect to a remote host!
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Am I missing something?

    Why develop on a remote machine? If you want a centralized location for your files, use VSS or Merant. That way, you work locally, and upload after you've finished changes.

  4. #4
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267

    Re: Am I missing something?

    VSS is a big help especially if your working in a team. It lets you work local on your machine then update the project.

    It really messed me up awhile back though. Well, it was either the Source Safe or my buddy lied. He was supposed to do 6 classes in the business layer and they were just empty files after he worked on the for a month....
    Magiaus

    If I helped give me some points.

  5. #5
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: Am I missing something?

    Quote Originally Posted by Magiaus
    VSS is a big help especially if your working in a team. It lets you work local on your machine then update the project.

    It really messed me up awhile back though. Well, it was either the Source Safe or my buddy lied. He was supposed to do 6 classes in the business layer and they were just empty files after he worked on the for a month....
    Yes, I dont know what I would do without VSS. Also you could use SourceOffSite which lets you work on a Remote Machine just Like VSS, brilliant tool if you are woring on Online Teams.
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width