Hi All,
Based on info I've found, I've got a /bin folder in the root of my site. Also in the root are a global.asax and web.config. Per what I read, this should allow me to place .aspx pages anywhere below this root and they will find the /bin folder.
This works for pages placed one folder below, but if you place a page two folders below, it fails complaining that it "could not load type 'project.webform1'". Placing a /bin folder in the same folder as the page solves the problem but I don't want bin folders everywhere.
I've verified that there is only one weg.config and globl.asax.
Has anyone come across a solution for this?
Thanks!!!
Scott
Based on info I've found, I've got a /bin folder in the root of my site. Also in the root are a global.asax and web.config. Per what I read, this should allow me to place .aspx pages anywhere below this root and they will find the /bin folder.
This works for pages placed one folder below, but if you place a page two folders below, it fails complaining that it "could not load type 'project.webform1'". Placing a /bin folder in the same folder as the page solves the problem but I don't want bin folders everywhere.
I've verified that there is only one weg.config and globl.asax.
Has anyone come across a solution for this?
Thanks!!!
Scott