Dear MICROSOFT, more details on Partial Types, PLEASE.....

  • Thread starter Thread starter Guest
  • Start date Start date
nospam,
These three files must be used together to make Untitled.aspx page work via
JIT when the User first hits Internet Explorer 6.0 on your browser
Yes! these three files must be compiled together to form an assembly.

No! these three files are not JIT'd, the resultant assembly from the above
compilation is JIT'd to execute.

That's the way I understand ASP.NET works.
does anyone understand what I am asking?????????
I believe you are asking how does ASP.NET know where to find the third file
to compile it into an assembly, which will subsequently be JIT'd. I don't
have an answer, however for my own edification I am curious as to how it
works...

Does the following article help?
http://msdn.microsoft.com/asp.net/w...library/en-us/dnaspp/html/codecompilation.asp

Or one of the articles on the following page?
http://msdn.microsoft.com/asp.net/whidbey/

Hope this helps
Jay
 

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

Back
Top