How to use asp.net with vb.net code in my website?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pradip9975
    New Member
    • Jul 2013
    • 1

    How to use asp.net with vb.net code in my website?

    Sir i am develop my website through ASP.NET and VB.NET so ho am i upload my website.
    Is there possible to upload VB.NET code in my website.
    Is there any this type of web hosting available or not?
    If yes, please suggest me whis type of web hosting purchasing.
  • CroCrew
    Recognized Expert Contributor
    • Jan 2008
    • 564

    #2
    pradip9975,

    There are tons of web hosting plans out there for asp.net. All will allow you to FTP your code up to their servers. When you sign up with a company they will provide you with instructions on how to push your code to their webservers.
    Just Google “ASP.net web hosting” and you will have your fair share to choose from.

    Good luck,
    CroCrew~

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      I never upload my code to the web host.

      I publish my application and upload the published content to the server.

      You can publish your web application to a server directly or you could publish the web application to somewhere on your computer and then use FTP to upload the files produced by this to the web host.

      When you are looking for a web host make sure that they are using the .NET Framework that your application targets.

      Also make sure that they have any 3rd party controls/drivers installed on their server that your application uses.



      -Frinny

      Comment

      Working...