tags:

views:

35

answers:

0

My web page has two injected properties referring to the same object type but I wish to create to different instances. Although I set the singleton="false" on object definition the two properties points to the same memory space. My question is whether web application context in Spring.Net allows prototype scope?