I am trying to execute the IBuyAdventure module of Wrox( Professional ASP.NET 1.0).
When I execute the URL
http://localhost/IBuyAdventure/, I get mutiple definition problem for the dll files and it starts picking up the definition from inside Temporary ASP.NET Files folder.
I have tried giving the application the desired permissions, used /nostdlib option in the compiler option section(though I feel, this option is not required here).
The dll files are present only in the bin folder of the IBuyAdventure Application and in the Temporary ASP.NET Files folder where they get created dynamically.
Is there any solution to this problem with anybody?