Results 1 to 12 of 12

Thread: [RESOLVED] Hosting asp.net website/application

  1. #1

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Resolved [RESOLVED] Hosting asp.net website/application

    Hi,

    I have just started learning asp.net using Visual Studios 2010 and C# as the language. We started by creating a website in asp.net, which, got me wondering what technologies does a web-server need to websites or applications?

    I have a web host which I use to host my non-asp websites and was wondering could I use it to host my asp websites.

    Thanks,


    Nightwalker
    Last edited by Nightwalker83; Jul 7th, 2011 at 04:07 AM.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  2. #2
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Hosting asp.net website/application

    I think it's integral part of Windows Server since (v)2000. If your hosting provider is running Windows you're probably ok. The quickest way to find out is to test it. Put a simple asp page on your site that just returns a string or something, then try to open it in your browser.

  3. #3

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Hosting asp.net website/application

    Ah ok! I will upload a test page and see if it works.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  4. #4

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Hosting asp.net website/application

    Sorry, for bumping this thread but I don't think my current web-host Hosting24.com can host asp.net website/applications. I setup the account with Hosting24.com back when I was doing my diploma of website development at school a couple of years ago.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  5. #5
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Hosting asp.net website/application

    Hello,

    Who is your web host?

    The web page should make it clear which packages they support, and what technologies their web servers can serve.

    If your current package uses a Linux Server, then short of them running Mod_Mono under Apache, which they are unlikely to do, then you are not going to get an ASP.Net Application running on it. This type of web host is specifically designed for doing HTML, PHP, Perl, MySQL etc.

    If on the other hand you are using a Windows Server as the hosting package, then you are definitely going to be able to run an ASP.net application as the web server here will be IIS. The good thing here is that an IIS server will also be able to do all the things that the Apache Web Server can do. The downside is that a Windows Hosting Package is typically a bit more expensive because there are more licenses involved.

    Gary

  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Hosting asp.net website/application

    Quote Originally Posted by Nightwalker83 View Post
    Sorry, for bumping this thread but I don't think my current web-host Hosting24.com can host asp.net website/applications. I setup the account with Hosting24.com back when I was doing my diploma of website development at school a couple of years ago.
    Based on their features page:

    http://www.hosting24.com/features.php

    I would have to agree. They are NOT an ASP.Net Web host.

    Gary

  7. #7

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Hosting asp.net website/application

    Hosting24.com is the host as explained in post #4. I can't see any mention of the servers they use in the FAQ. I will properly have to email them to find out.

    Edit:

    Quote Originally Posted by gep13 View Post
    Based on their features page:

    I would have to agree. They are NOT an ASP.Net Web host.

    Gary
    What features would an asp.net host have that my current host does not?
    Last edited by Nightwalker83; Jul 7th, 2011 at 04:25 AM. Reason: Adding more!
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  8. #8
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Hosting asp.net website/application

    Hello,

    Take a look at the features list for my current host:

    http://www.blacknight.com/minimus-hosting.html

    If you see a host starting to talk about IIS, .Net, SQL Server, then you know you are on the right track.

    Everything that is listed on your hosts features are Linux hosted services, no Microsoft stack at all.

    Gary

  9. #9

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Hosting asp.net website/application

    Ah, would I still be able to host my non-asp.net websites on the asp.net servers?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  10. #10
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Hosting asp.net website/application

    Yip, see the last paragraph in post #5.

    You would need to check with a windows host that they have "exactly" what you need, but yes, 9 times out of 10 you will.

    For instance, on my domain I have an ASP.Net MVC application, a PHP Blog and a WCF Web Service all living quite happily together.

    Gary

  11. #11

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Hosting asp.net website/application

    Ah ok! Thanks.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  12. #12
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [RESOLVED] Hosting asp.net website/application

    Not a problem at all.

    Let me know how you get on, and who you end up going with.

    Gary

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