Hello,

If you are not able to login to your frontpage with the same password with which you are able to login to your cpanel then there may have problem with the frontpage password configuration to get that sorted out just apply following step.

grep CpanelUsername /etc/shadow

which will show you your cpanel username and the second field with the encrypted password then

cat /home/CpanelUsername/_vti_pvt/service.pwd

you can see that there will be something like

# -FrontPage-
user:selWTwZ..3Wss

If the second field here do not match with the one in the /etc/shadow then you need to reset your fromtpage password. Just take th ebackup of the file /home/CpanelUsername/_vti_pvt/service.pwd. and then copy the sncrypted password from shadow file to hear.

Try to publish your site now. It should solve your problem.

Enjoy..