Need help making web.config file please!!

enon8727

Member
Apr 6, 2006
163
0
0
Is anyone familiar with making a web.config file? Specifically, I need to register COM DLLs on our Windows server and also set the permissions for the DLLs once they're registered. I'm not extremely familiar with .NET or web.config files so any help would be greatly appreciated.

Thanks,
Ian
 

Oyster

Member
Nov 20, 2008
151
0
0
Registering a COM DLL has nothing to do with a web.config file, dude. Unless you're dealing with a DCOM server?

Some additional info about your application will help us better understand the problem.