Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted

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?

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

Posted

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

Posted
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...