Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

uploading database and aspx pages

  • 16-08-2007 11:52AM
    #1
    Registered Users, Registered Users 2 Posts: 77 ✭✭


    Ok prob in the wrong place but i'll try anyway.

    Could anybody tell me a server where I could upload a database and aspx pages onto for someone to view them remotely???


Comments

  • Registered Users, Registered Users 2 Posts: 1,530 ✭✭✭CptSternn


    Not many free web hosting services allow you to use ASP.NET files right now. First, many of the advanced features will not work on any non-windows servers, and most of the 'free' hosting sites run Apache, or some other free web server.

    Second, the extensions have to be updated almost regularly on the server, else your code may or may not work properly, therefore even if you find say a server thats will allow it, you might find your code still won't work as they may not be on the ball when it comes to updating non-critical patches.

    My advise: run a web server locally on your own box and allow the remote user access to view them from your local web server. The only other option is to pay for a remote account with a well regarded provider that supports ASP.NET/C#.

    -S


Advertisement