when we compiling the asp.net project....

G

Guest

hi guys,

when we compiling the asp.net project, all codebehind pages gives you one
dll. suppose if i write the code in .aspx forms itself then is it create a
dll ?

if i write the code in aspx files then wht is going on when running the
project?
 
S

Scott Allen

The ASP.NET runtime generates parses the ASPX and code-gens .cs or .vb
files. These files get compiled into an assembly (.dll) in a temp
directory.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top