User-1024418729 posted
I faced pg_dump problem after release asp.net application
I found the solution for pg_dump after releasing the asp.net application.
Need to set environment variable in code.
like System.Environment.SetEnvironmentVariable("PGPASSWORD", ViewState["password"].ToString());
Now you can execute pg_dump command it will work.
Regards,
Venugopal