G
Gawelek
In order to deploy my server I do the following :
regsvcs /fc MyServer.dll
gacutil /i MyServer.dll
.... and I don't have to know where actually my dll is placed.
It is advantage of GAC. But I want to place config file in the same
location, how I can do it, any ideas ?
Gawel
regsvcs /fc MyServer.dll
gacutil /i MyServer.dll
.... and I don't have to know where actually my dll is placed.
It is advantage of GAC. But I want to place config file in the same
location, how I can do it, any ideas ?
Gawel