asp.net sub folders + bin

liunx

Guest
The aspx files that are in the main directory work fine. However if i create a sub directory and put more aspx files in it, those files are unable to access the bin directory.

I found that if i copied the bin directory and wacked it into the sub directory, then it works. This isn't a solution, but it does show me what the problem is.

The problem is in the "Inherits=", if i take out that part the program runs, but the page is useless because it will never have the code behind file.

Any ideas on how i could go about fixing this?http://www.theserverside.net/articles/showarticle.tss?id=FormAuthentication

For anyone else interested
 
Back
Top