Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Code Behind...........

Code Behind...........

Scheduled Pinned Locked Moved Visual Basic
hosting
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    daviiie
    wrote on last edited by
    #1

    I have signed up to a free web hosting site, but it doesn't support code behind. Is there any way around this, becuase it will accept my webform1.aspx file, but not my webform1.aspx.vb file.

    V G 2 Replies Last reply
    0
    • D daviiie

      I have signed up to a free web hosting site, but it doesn't support code behind. Is there any way around this, becuase it will accept my webform1.aspx file, but not my webform1.aspx.vb file.

      V Offline
      V Offline
      Vasudevan Deepak Kumar
      wrote on last edited by
      #2

      I don't think there is a way around. Free ASP.NET hosts mostly disallow binary files like DLLs for security reasons like Brinkster in its Educational plan. Check out http://www.aspspider.com/[^]. It does support ASP.NET 2.0 hosting with SQLServer Express too, Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
      http://deepakvasudevan.blogspot.com/
      http://deepak.blogdrive.com/

      1 Reply Last reply
      0
      • D daviiie

        I have signed up to a free web hosting site, but it doesn't support code behind. Is there any way around this, becuase it will accept my webform1.aspx file, but not my webform1.aspx.vb file.

        G Offline
        G Offline
        Guffa
        wrote on last edited by
        #3

        When you publish the web site there is no reason to publish the code behind files, as all the code in the code behind files are compiled into the dll files. You only need to publish the aspx pages and the dll files in the bin folder (and other files that you use, like css files and images). --- b { font-weight: normal; }

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups