dear all;
i have already created a console application that does some tasks for my application
the error is the validationkey attribute (in machinekey element is NOT getting read from app.config) using the following statement
machineKey = (MachineKeySection)cfg.GetSection("system.web/machineKey"); --- in oraclememebershipprovide class
it takes the default value (AutoGenerate,isolated)
how to let the oracle provider takes the generated validationkey from app.config file
Go to the complete details ...