Encrypt Web service URL in app.config Windows Application Using C#
Windows Forms
1
Posts
1
Posters
4
Views
1
Watching
-
I am referencing a web Service in my windows application I have to encrypt Webservice URL, Username and Password. I followed aspnet_regiis.exe -pef appSettings "C:\myfolder" aspnet_regiis.exe -pef applicationSettings/Encrypt.App "C:\myfolder" in command prompt to encrypt the app.config file. in my application. Though encryption is successful i am unable to receive any values from the Web service. When i build the application i get error saying " This Application Configuration is InCorrect." How do i solve this?