Hi All!
How can I determine the actual filename (App_Code_xxx.dll) of the types (classes) which is being built by my build provider.
For instance I have a build provider which injects classes based on some configuration. Say MyNameSpace.MyClass. When this build provider is consumed by the Web App. I just want to know the actual file(.dll) which was compiled on the disk by asp_net.dll in temporary files.
In true sense I even want to control the naming for this file.
Thanks in Advance.
Mohammed