R
R.A.M.
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/
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/