Results 1 to 10 of 10

Thread: Trying to ftp my project with FileZilla

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2016
    Posts
    13

    Trying to ftp my project with FileZilla

    Hello,

    I am trying to ftp my project with FileZilla.

    In Visual Studio, in the Solution Explorer: I right clicked and selected Publish.

    In Profile I selected New and named it.

    In publish method, I selected Ftp, but it is only a guess, I don't know which one I am suppose to take. I then entered all my credentials, tested the connection it it came back "connected".

    In configuration, I selected release, but again, I don't know what is behind that selection...

    Then I hit Publish and if I go to my website, this is what I see:

    Name:  tryingToFtp.jpg
Views: 371
Size:  18.1 KB

    I tried different combinations with the wizard, but none of them seems to be working. Am I even at the right place??

    Also, I googled a bit around and is the main page of a project (home page) is supposed to be named index.aspx or Default.aspx, it seems I can not find an answer on that as well.

    Thank you kindly for helping me in advance!

  2. #2
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: Trying to ftp my project with FileZilla

    Hello.
    Never use Visual Studio publish, it get's on all kind of errors through versions (unless you use vs2015 that I haven't checked).
    Just copy your project by hand to the server.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2016
    Posts
    13

    Re: Trying to ftp my project with FileZilla

    Hello,

    Thank you for getting back to me!

    When you mention "copy your project by hand to the server", are you meaning in FileZilla to drag each files and folders from to the computer side to the server side?

    Do I need to drag all the files? Are there any setting that need to be made?

    Thank you!

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Trying to ftp my project with FileZilla

    First things first...
    Since I don't want to take anythign for granted, I have a couple of questions:
    1) does your host support ASP.NET? Or more to the point does your package support ASP.NET? - example, my host does support ASP.NET, but the package I'm subscribed under is a Linux, so no ASP.NET for me. If your host doesn't support it, or your package doesn't allow for it, then there's no point in going any further ... you would need to correct which ever part of that doesn't.

    2) If they do, and you do... Is default.aspx supported as a default document? This is something that is configurable, so it's possible that it may only recognize "index" and not "default"... either way, somethign to look into.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Trying to ftp my project with FileZilla

    Did you put /default.aspx in the URL when you browsed to the site?

    also answer TG's questions!

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  6. #6

    Thread Starter
    New Member
    Join Date
    Jan 2016
    Posts
    13

    Re: Trying to ftp my project with FileZilla

    Hello,
    Thank you so much for the inputs. I just contacted my hosting provider and they told me that hey do not support ASP.NET as there hosting is all done on Linux based servers. This is a start to eventually get there!
    And yes, my default (home page) is default.aspx for the .net web site, but this is at the end of an other html website.
    Ex: http://www.domain.com/default.aspx
    I guess I just need to find an other host provider for now and take it from there.

  7. #7
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Trying to ftp my project with FileZilla

    Yeah, if they only offer linux, odds are they do not support ASP.NET... so in order to run one, you'll need a host that does support it.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  8. #8
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Trying to ftp my project with FileZilla

    I use GoDaddy - they offer MS SQL and ASP.Net (IIS).

    I went for a virtual server - so I can RDP into it and work it more naturally then through some web portal.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  9. #9

    Thread Starter
    New Member
    Join Date
    Jan 2016
    Posts
    13

    Re: Trying to ftp my project with FileZilla

    Alright,

    I requested for a transfer from my "Linux based servers host" to "GoDaddy".

    Now to upload the project, are there any particular files or settings that need to be made?

    Thank you so much!

  10. #10
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Trying to ftp my project with FileZilla

    You might have to install IIS yourself on the GoDaddy server - I cannot recall. Maybe it's a FEATURE you ENABLE in the SERVER setup.

    Once you do that you will get a folder that you can add things to - but first you make sure you can browse to it. You should get the default IIS page with an image with "welcome" in lots of languages.

    Get to that point and you can start discussing what to do to get your own page working in that folder.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Tags for this Thread

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