Results 1 to 17 of 17

Thread: Free ASP.NET Hosting

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Hong Kong
    Posts
    83

    Free ASP.NET Hosting

    It is a free asp.net hosting

    www.brinkster.com

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Hong Kong
    Posts
    83
    The above hosting doesn't support ftp when it provides free hosting.

    Is there any better choice for free asp.net hosting?

  3. #3
    Fanatic Member khalik_ash's Avatar
    Join Date
    Aug 2002
    Location
    Singapore
    Posts
    724

    deploying

    hi

    when i need t deploy my asp.net project on any of free asp.net hosting site can i hide my code... deploy only the file whic are requied

    what file are requied...?
    how to hide the code files...
    if so i share my password with some one....

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Hong Kong
    Posts
    83
    Files that we uploaded to the Free Hosting Server cannot be encryted or protected since we have no right.

    The poor security is the main disadvantage of using the Free Hosting.

  5. #5
    Lively Member
    Join Date
    Nov 2001
    Location
    fl
    Posts
    92
    You can use a database to store passwards... always hash them.
    Some free hosts provide password protected folders or the folder that is private.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Hong Kong
    Posts
    83
    Suppose we use database to store paassword.

    Can u show me how to hide the connection string(which contains database password) in the asp.net web page please?

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Hong Kong
    Posts
    83
    I am thinking that if I register two web hosting,

    One web hosting for store the database password
    One web hosting for store database.

    Is it the solution?

  8. #8
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    From their site:
    Whether using the file upload feature in Visual Studio .NET or the Brinkster Web-based file manager, the General Solution allows you to explore the .NET framework and hone your programming skills. You will not have access to domain name address, the ability to send e-mail from your applications nor FTP, but you may upgrade at any time to any of our paid solutions and all of your files will be transferred seamlessly.
    WOW! They've really spruced things up. Originally the FREE account was designed to give people a place to "play" with .NET and test tings out before actually deploying it. It wasn't/isn't intended to be used as full-fledged web hsoting.
    * 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??? *

  9. #9
    Lively Member
    Join Date
    Nov 2001
    Location
    fl
    Posts
    92
    I use php but the underlying security concept must be same.

    • asp script source won't be visible to the user.
    • set the ip of user to localhost than remote user won't be able to use that connection.
    • never use super user or admin account in the connection string. create dummy user for connection and don't give the dummy account any privlages that can be used to do harm if compromised like deleting records. Just keep the passwards hashed.

  10. #10

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Hong Kong
    Posts
    83
    XfoxX,

    What can we do to prevent the administrator of the free web hosting from getting the data that we uploaded?

  11. #11
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Originally posted by jimmywong
    XfoxX,

    What can we do to prevent the administrator of the free web hosting from getting the data that we uploaded?
    Nothing. It is very unrealistic to worry about that.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  12. #12
    Lively Member
    Join Date
    Nov 2001
    Location
    fl
    Posts
    92
    Originally posted by jimmywong
    XfoxX,

    What can we do to prevent the administrator of the free web hosting from getting the data that we uploaded?
    administrator of the paid web hosting can see that data too. you can only prevent that if you are running the server from your home or office.

  13. #13
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    You can still hide the code if you want to. All you have to do is to have a compiled DLL for your 'code-behind'. All you have to deploy really is ASPX pages and a DLL.

  14. #14
    Lively Member
    Join Date
    Nov 2001
    Location
    fl
    Posts
    92
    All you have to deploy really is ASPX pages and a DLL.
    The dll is loaded everytime someone downloads the page or there is a simple way to keep the dll loaded through aspx?

  15. #15
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    The web application is loaded when someone requests something from it. Then, as long as users are using the application, it stays loaded and running (that is how you can use application variables). When all users have left, the app stops. It will restart again when the next user comes to the site. At least that is how I have come to understand it.

  16. #16

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Hong Kong
    Posts
    83
    Originally posted by Serge
    You can still hide the code if you want to. All you have to do is to have a compiled DLL for your 'code-behind'. All you have to deploy really is ASPX pages and a DLL.
    It is a very good solution for security!

    Can I also prevent my art works(eg. *.bmp,*.gif etc) from copying by the administrator of the web hosting server?

  17. #17
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Originally posted by jimmywong
    It is a very good solution for security!

    Can I also prevent my art works(eg. *.bmp,*.gif etc) from copying by the administrator of the web hosting server?
    Even if there is a way, your art would be sent to the clients browser in your pages anyway, where the client (or admin of the server) could in fact just right click and save.

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