After different suggestion tried from Internet search I found the following 2 options worked for me.
1) Follow the article steps
http://www.codeproject.com/Articles/515677/MyplusFirstplusSharepoint-HostedplusAppplusinplus2
and reset your IIS. It will work
2) This is a security feature in the SharePoint 2013 that you cannot deploy an app using System Account. So what is the alternative?
Create another account and give permissions, so that it is NOT the system account.
So I did the following: •Created a new account in AD as “admin1”
•Added “admin1” account into Farm Administrator’s group in Central Admin
•Added “admin1” account as Site Collection administrator to the target developer site
•Added “admin1” account into local administrators group
Ref:
To "Run as different user" using Context Menu
1. Press and hold the
Shift key
and right click on the program's shortcut or BAT, CMD, EXE, MSC, or MSI file,
then click/tap on
Run as different user. (See screenshot below…
Comments