Hello.
I have simple web folders structure:
-ROOT
- BIN
WebService.dll
WebService.asmx
I need to use my WebService.dll not in bin folder - for example, in ROOT.
How do i this?
How can i do this without .config file only with some configuration
object/class? I need this for prevent access locally to text file - i want
to do this only in binary! How is it possible?
Where can i get information about this with examples?
Thank you.
I have simple web folders structure:
-ROOT
- BIN
WebService.dll
WebService.asmx
I need to use my WebService.dll not in bin folder - for example, in ROOT.
How do i this?
How can i do this without .config file only with some configuration
object/class? I need this for prevent access locally to text file - i want
to do this only in binary! How is it possible?
Where can i get information about this with examples?
Thank you.
Comment