ASP.NET

Moderators: None (Apply to moderate this forum)
Number of threads: 1727
Number of posts: 3292

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
can i set any option to compile my codes from hosted server Posted by Jijeesh on 23 Oct 2003 at 2:40 AM
i'm using code-behind to develop my ASP.NET site. after hosting, i made some changes in some .aspx files and after that i uploaded .aspx files to server. now my question, can i set any option to compile my codes to generate .dll file from hosted server itself.
Report
Re: can i set any option to compile my codes from hosted server Posted by Brutes on 24 Oct 2003 at 7:50 AM
First of all you don't need a dll update after changing a aspx file. Only if you changed the .cs file(code behind) do you need to recompile and replace the dll.

You can't compile on the server cause it should only contain the .Net Framework and not the SDK(meaning that it will not run the development version of the Framework)
The whole point behind Code-Behind is that you dont need to distribute your business logic.

You can however include a non-compiled code behind file, but this is generally not necessary if you compile and just upload a dll to the server.

If it is an upload solution that you looking for then you might want to try ftp.
I can give you code for this.

Report
Re: can i set any option to compile my codes from hosted server Posted by Jijeesh on 24 Oct 2003 at 9:33 PM
thaks for your reply.
can u send me some useful links to master vb.net & c# pgming language.
rgds
Jme
Report
Re: can i set any option to compile my codes from hosted server Posted by Brutes on 27 Oct 2003 at 7:25 AM



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.