asp.net mvc 4 - Push Notification Error in Amazon EC2 -


i getting following error on sending push notification, think there permission access problem.

i using following link code. iphone push notification problem c#

getting error on line:

sslstream.authenticateasclient(apshost, certs, sslprotocols.default, false);  system.componentmodel.win32exception (0x80004005): credentials supplied package not recognized\r\n @ system.net.sspiwrapper.acquirecredentialshandle(sspiinterface secmodule, string package, credentialuse intent, securecredential scc) 

please start service services.msc:  1) click on run command , enter services.msc or open services . 2) start service , stratup type automatic mode below services :     a)  cryptographic services     b) asp.net state service     c) credential manager     d) health key , certificate management 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -