Re: SIMPLE QUESTION

Tech-Archive recommends: Fix windows errors by optimizing your registry



just like version 1.1, the bin folder is where you place dll's you want to
include with your site. In 1.1 VS built a codebehind dll in this folder. In
VS2005, asp.net compiles the codebehind file, not VS, so there is no dll in
the bin.

asp.net 2.0 (just like 1.1), compiles code to a temp folder, copies any bin
dlls to this temp folder, and runs from the temp folder. this allows code
updates. Also just like 1.1, every page is compiled to its own dll (unless
batch compiling is turned on). The difference between 1.1 and 2.0, is the
codebehind code is included in the page dll, instead of a shared codehind
dll (which pages inherited from).

asp.net 2.0 supports precompiling the site, but the dll will still be copied
and run from a temp folder.

if you have standard setup look in:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files

you will find a folder per site. in the site folder, you'll find a folder
per compile, in this you'll find a folder per batch compile. in these
folders you will find all the souce files generated to build the page(s) and
the output dll's, plus copies of the bin dll's.

-- bruce (sqlwork.com)

"R.A.M." <r_ahimsa_m@xxxxxxxxxxxxxx> wrote in message
news:92mb72t9to68u2jlnt0mp5faljqfq3rmkl@xxxxxxxxxx
I have a (sample) project 01-ClientScript of the following structure:

App_Data\ (empty dir)
App_GlobalResources\Resource.resx
Bin\ (empty dir)
Default.aspx
Default.aspx.vb (contains Page_Load)
web.config

when I open it in a browser (localhost/01-ClientScript) I can see
result produced by Page_Load from Default.aspx.vb.

Could you explain me please why it works because project is not
compiled (Bin\ is empty)?!
Thanks.
/RAM/


.



Relevant Pages

  • Re: someone please help me with this.....
    ... Wow....saving any VB class file in the 'App_Code' directory doesn't ... You seem to have everything in the wwwroot folder. ... have any DLL named 'LoginUserFetchDB.dll'. ... Delete the /bin folder after confirming it will compile and continue your development work. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Out of Memory when editing graphic...
    ... Just add a reference to the DLL in the .NET folder. ... Find great Windows Forms articles in Windows Forms Tips and Tricks ... When I try to add the barcode to ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Service pack 3 problem
    ... Opening the regsvr32 file is as you say, no dll specified, followed by the ... and no dllcache folder exists, ... After show hidden files, folders, and system files, use WINDOWS Explorer ...
    (microsoft.public.windowsxp.general)
  • RE: Basic architecture question
    ... Create folders in the Internal folder called Accounting and Extranet ... > Each of those items above should be separate classes however I would> like them all to compile into one .dll. ... > Then Accounting and Extranet would inherit from these inherited classes> ...
    (microsoft.public.dotnet.framework)
  • Re: Linking Application with the Library file
    ... I have never worked with LOADLIBRARY and GETPROCADDRESS. ... The DLL will go in the TARGET folder of your BSP and also in the ... <apellerin AT adeneo DOT adetelgroup DOT ...
    (microsoft.public.windowsce.embedded)