Results 1 to 16 of 16

Thread: Free ASP.NET SQL Server Web Servers???

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    312

    Free ASP.NET SQL Server Web Servers???

    Hello i m new to ASP.net. I want some free web servers that offer ASP.net and Sql Servers so that i can use them for educational purposes before going on and creating an actual website for my company???

    Any Suggestions???

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

    Re: Free ASP.NET SQL Server Web Servers???

    Try discountasp.net and jodohost.com, they should both have free trials.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    312

    Re: Free ASP.NET SQL Server Web Servers???

    Thanks Mendhak , ur posts are always informative.
    One more question can you please recommend me any web hosters that can fulfill my following needs (Even Paid links will do)

    1. ASP.NET 2.0
    2. SQL SERVER
    3. LIVE WEB CAM (Something like video streaming)

    *Live Web Cam
    By this Live webcam i mean to say is to show the cam attached to my pc over the internet.

    Waiting for your kind reply

  4. #4
    Frenzied Member
    Join Date
    Sep 2006
    Location
    UK / East Sussex
    Posts
    1,054

    Re: Free ASP.NET SQL Server Web Servers???

    Well you live web cam issue is not really to do with the web hosting. You need to build some sort of application (probally via asp.net) that can show your video. I done something similar once it wasn't professional or anything but I had an application that took a picture from my webcam every second and then a webpage showed the image and refreshed the image every second so I had a sort of live webcam at 1fps which is quite bad but it worked.

    Either that or you need to buy an application that can do it and if you want it at a web host then your prob going to need a dedicated server and they are not cheap. The cheapest I have found around is about £50 per month although if you wish contact me via PM and I have my own server hosted on a 24MB connection so I might be able to help you out.
    M.Carpenter

    Server Admin for Wurm Online
    Wurm Online - A very unique and original MMO from Code Club AB
    https://www.youtube.com/watch?v=YQlYar2uHWAWurm Trailor


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

    Re: Free ASP.NET SQL Server Web Servers???

    max carpenter is right about the web cam streaming. It would definitely be a control of some sort and hosts don't provide such things. They will only offer the most basic packages, such as web space, a few stats and if you're lucky, a few blogging packages.

    Therefore, you only need ASP.NET and SQL Server. Unfortunately for you, there are a lot of hosts out there that do this, aside from the two mentioned above. So what you want to do is to search for top asp.net web hosts. You'll find a lot of results and reviews, but look for the name that stands out the most. I am using netfirms.com for my website but I can't recommend it yet as I've only been using it for under a month.

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    312

    Re: Free ASP.NET SQL Server Web Servers???

    Thank you both
    Infact i have developed this webcam capture on my desktop machines using the VB.net , but cant get any idea on how to do this in ASP.net so thinking of where to start this , what kind of control should i use??
    Is there any built in control for showing the cam video on the browser???

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

    Re: Free ASP.NET SQL Server Web Servers???

    There are probably several ways to do this. The first one that comes to mind is that if you do indeed have capture mechanism, then no doubt it produces a series of images every X seconds. Have your software save the JPG to a folder on your web host every X seconds and get the page on your web host to refresh itself or just that image every few seconds as well. Both your javascript or page script and your VB.NET software should know the naming convention that will be used so that it can determine the next image to read/write.

    A problem with this method is that you will have a pretty much open connection with your web server, that takes up bandwidth. You will of course need to experiment with this first.

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    312

    Re: Free ASP.NET SQL Server Web Servers???

    So u mean that i have to find simple a web hosting that can offer me ASP.NET 2.0 and SQL Server , The cam part of my project can be done if i have these two things right mendhak???

    Well i have searched a bit in this regard and i have seen some websites that are showing Live web cams (i mean the live videos) , how they are doing this?? Because if i go as u said by taking a picture every second then the video will stop for a second right??

    Waiting for ur informative reply

  9. #9
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    530

    Re: Free ASP.NET SQL Server Web Servers???

    I havent Really Found a Free Hosting Asp.Net 2.0 with Sql Server !!!!

  10. #10

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    312

    Re: Free ASP.NET SQL Server Web Servers???

    Well i think i have found somthing , but they allow to upload files after 24 hrs of Registration , well i m still waiting for my 24hrs to complete though, will let u know if i get this to work

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

    Re: Free ASP.NET SQL Server Web Servers???

    Quote Originally Posted by Raziiq

    Well i have searched a bit in this regard and i have seen some websites that are showing Live web cams
    Tsk tsk tsk, naughty boy.


    Anyways, in most likelihood, these users have software installed on their machines which allows for others to connect, probably via a flash applet, to the stream coming from their machine. As a result, if you find the software that does this (and install and use it), then it's just a matter of having any web page that contains the flash/activex/java applet on it.

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

    Re: Free ASP.NET SQL Server Web Servers???

    Quote Originally Posted by killer7k
    I havent Really Found a Free Hosting Asp.Net 2.0 with Sql Server !!!!
    You must keep in mind that the web host may be working on a licensing scheme with SQL Server, as using SQL Server isn't entirely free. The web hosts may have to pay for each set of users that are using a SQL Server database, for example, which is why you usually have to pay for SQL Server hosting.

  13. #13

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    312

    Re: Free ASP.NET SQL Server Web Servers???

    Tsk tsk tsk, naughty boy.


    Anyways, in most likelihood, these users have software installed on their machines which allows for others to connect, probably via a flash applet, to the stream coming from their machine. As a result, if you find the software that does this (and install and use it), then it's just a matter of having any web page that contains the flash/activex/java applet on it.
    oppsss got naughty shaughty

    My aim is to use my webcam live on my web form , if i have to buy something for that i can, dont know if those flash applets ccan work for me or not , but i ll research a bit more on it.

    Any Other suggestions for this Naughty boy , Mendhak???

  14. #14
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    530

    Re: Free ASP.NET SQL Server Web Servers???

    Quote Originally Posted by mendhak
    You must keep in mind that the web host may be working on a licensing scheme with SQL Server, as using SQL Server isn't entirely free. The web hosts may have to pay for each set of users that are using a SQL Server database, for example, which is why you usually have to pay for SQL Server hosting.
    So How Can Just Test my WebSite with my Friends ?

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

    Re: Free ASP.NET SQL Server Web Servers???

    Quote Originally Posted by Raziiq
    oppsss got naughty shaughty

    My aim is to use my webcam live on my web form , if i have to buy something for that i can, dont know if those flash applets ccan work for me or not , but i ll research a bit more on it.

    Any Other suggestions for this Naughty boy , Mendhak???
    It's just a matter of finding the right software to do this. Either you'll have to find some company's that has done this or you write the action script and get it to work with Flash Communication Server which is the core of such actions.

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

    Re: Free ASP.NET SQL Server Web Servers???

    Quote Originally Posted by killer7k
    So How Can Just Test my WebSite with my Friends ?
    Your own machine!

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