cheena Posted December 9, 2003 Posted December 9, 2003 Hai This is a silly question ,Please don't mind.Is it we need to make DLL in code-behind page. aspx.vb. file Thanks in advance Quote
*Experts* Bucky Posted December 9, 2003 *Experts* Posted December 9, 2003 Any code-behind pages or any code in code blocks in an ASPX page that's not in the HTML itself are compiled into a DLL which is what's called at runtime. When you upload files to a server, you only need to include the DLL(s) and the ASPX pages; you do not need to upload the code-behind pages. Does that answer your question? Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
cheena Posted December 9, 2003 Author Posted December 9, 2003 hai Still I am not clear ,Means Each aspx.vb (code-behind) need to make dll.is it example : vbc /t:library /out:bin/First.dll First.aspx.vb Is it ? Thanks Quote
fadi Posted December 9, 2003 Posted December 9, 2003 when u build ur project, all the code behind pages are embedded in 1 dll, so u need only this dll in deployment instead of all the code behind pages Quote
cheena Posted December 9, 2003 Author Posted December 9, 2003 Thanks That is I want ,thanks once again Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.