Code Behind...........
-
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.
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/ -
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.
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; }