+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 15
Like Tree2Likes

Thread: How to host asp .net application

  1. #1
    ankit.intellect is offline x10Hosting Member ankit.intellect is an unknown quantity at this point
    Join Date
    Apr 2009
    Posts
    3

    How to host asp .net application

    Can some one guide me with hosting an asp .net web application?

    Is there a tutorial or a video for the purpose?

    I have an asp .net web application. I want to host the same here.

    This being the first time, I have no idea how to go about it.

    Can some one help me?

    Thanks in advance.
    Last edited by ankit.intellect; 04-04-2009 at 11:00 PM. Reason: No reply

  2. #2
    sunils's Avatar
    sunils is offline x10 Spammer sunils is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    Chennai ,India
    Posts
    2,264

    Re: How to host asp .net application

    /****************Moving the thread************************/
    [LEFT][B]Sunil Sankar
    -------------------------------------------------------------------------

  3. #3
    adatapost's Avatar
    adatapost is offline x10Hosting Member adatapost is an unknown quantity at this point
    Join Date
    Sep 2008
    Location
    Mehsana - North Gujarat/India
    Posts
    5

    Re: How to host asp .net application

    Quote Originally Posted by ankit.intellect View Post
    Can some one guide me with hosting an asp .net web application?

    Is there a tutorial or a video for the purpose?

    I have an asp .net web application. I want to host the same here.

    This being the first time, I have no idea how to go about it.

    Can some one help me?

    Thanks in advance.
    HTML Code:
    <hr/>
    Dear,

    ASP.NET Web application hosting is not a complex process. First of all, register the domain & confirm the hosting framework 2.0/3.5 with or without MS-SQL support.

    Now, copy all files, folders, subfolders of your local project (web application) into public folder of your site. You may use FTP Client or web host control panel for manage files/folders.

  4. #4
    garrettroyce's Avatar
    garrettroyce is offline Generally Helpful Member garrettroyce is a glorious beacon of lightgarrettroyce is a glorious beacon of light
    Join Date
    Apr 2008
    Location
    IL, USA
    Posts
    3,746

    Re: How to host asp .net application

    There is no MSSQL, just MySQL and Postgre. Only ASP.NET is supported, not full blown ASP. Since we use Apache and not IIS, support is through a third party mod, and you might encounter some problems that you wouldn't on a windows server. You must modify your .htaccess file in /home/{username}/public_html and add this line:

    AddHandler mono .aspx .ashx .asmx .ascx .asax .config .ascx
    gjr.gr - coming soon: secrets of OCD coding from a self taught tinkerer

  5. #5
    core 4 innovative is offline x10Hosting Member core 4 innovative is an unknown quantity at this point
    Join Date
    Apr 2009
    Posts
    1

    Re: How to host asp .net application

    I really wish the instructions for accessing ASP.Net pages were in a step-by-step format with screen shots. I am still not able to access my ASP.Net page. When I try to access the page in Firefox I am prompted to open the file in Dreamweaver. Here is what I configured so far:

    1) I used Filezilla to transfer 4 files types into the public_html folder: .aspx, .css, index.html and web.config

    2) I also uploaded my images file into the public_html folder

    3) I logged into my cPanel and went under the "Advanced" header, went into "MIME TYPE" and added the following to the available fields:

    Application/mono .aspx .ashx .asmx .ascx .asax .config .ascx

    4) I checked the www folder to make sure that the same files in public_html have been mirrored into that location as well.

    Here is the link - http://www.thevaultdeli.x10hosting.com/ContactUs.aspx

    I just need more clarity in a step-by-step format. This cannot be that difficult, right? :dunno:

    Thanks!!

  6. #6
    ejweb is offline x10Hosting Member ejweb is an unknown quantity at this point
    Join Date
    Dec 2008
    Location
    Washington State
    Posts
    64

    Re: How to host asp .net application

    If the hosting company/web servers support the .NET framework as was mentioned above then you should be just about there. You didn't mention what development tool you use to create/generate your .aspx/.NET web pages? For example; I use MS Visual Studio 2005/2008 to develop my web pages and .master page. I use VB for the code-behind language for the programming part. What I believe needs to be done next is to use Visual Studio (in my case) to "Publish" your web pages - probably locally on your own PC. Then, take those "published" web files (including whats in the BIN folder) and copy them to the web server. Otherwise you may need to upload all of your .NET files including the .aspx.vb code-behind files.
    karimirt47 likes this.

  7. #7
    greatone is offline x10Hosting Member greatone is an unknown quantity at this point
    Join Date
    May 2009
    Posts
    4

    Re: How to host asp .net application

    I´ve the same problem!

    Is there any clarity at this topic?
    Or any step by step now?

  8. #8
    merrillmck is offline x10 Sophmore merrillmck is an unknown quantity at this point
    Join Date
    Jun 2009
    Location
    Florida, USA
    Posts
    134

    Re: How to host asp .net application

    I think I'm having the same problem as some of you ... I'm totally new to all this ...

    My goal is to "Publish" my MS Visual C# 2005 application to my x10hosting webspace.

    The following is MS Visual C# lingo and error messages.

    1. I click "Publish"
    2. The location I choose is http://stoli.x10hosting.com:2082
    3. The error I get is "The Web server does not appear to have the FrontPage server extensions installed."

    sdss I noticed about half the posters are publishing locally and then ftp'ing their files. I would like to publish directly and avoid the ftp step if possible. X10hosting.com even says "If you want to publish your website with FrontPage and the free web server has FrontPage server extensions installed, you should always publish your website from Front Page, and never use an FTP program to transfer files to the server." Technically, I'm not using Frontpage but I think the same applies ...

    ... if anyone sees what steps I'm missing or mistakes I'm making I'd appreciate the advice ...

    M

  9. #9
    omniuni is offline x10Hosting Member omniuni is an unknown quantity at this point
    Join Date
    Jun 2009
    Posts
    21

    Re: How to host asp .net application

    No, the rule for using FrontPage is really for FRONTPage. Since it's a WYSIWYG editor, and many people using it don't know about the code behind it, uploading via FTP could cause them confusion. So long as you know how to keep track of your files, FTP should work fine for you.

    Let me try a quick helloworld.aspx on my hosting and I'll get back to here...

    Edit: Having some trouble too. I'll come back and post if I find a fix...
    Last edited by omniuni; 06-11-2009 at 03:53 PM.
    dinomirt96 likes this.

  10. #10
    merrillmck is offline x10 Sophmore merrillmck is an unknown quantity at this point
    Join Date
    Jun 2009
    Location
    Florida, USA
    Posts
    134

    Re: How to host asp .net application

    thx ...

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Entered wrong email in host application
    By Quintessence in forum Free Hosting
    Replies: 3
    Last Post: 09-16-2006, 12:58 PM
  2. ICANN to lift price caps on .net domains
    By n4tec in forum Off Topic
    Replies: 4
    Last Post: 07-12-2005, 12:25 AM

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
x10hosting free hosting for the masses
dedicated servers