Not been able to log into SharePoint site after deploying new WSP
-
Hi, I am running a SharePoint site. It was working perfectly from months, i recently made some changes in solution and deployed the new WSP on server using the Timer job. I am not been able to log in to site after that deployment, i have deployed the solution again and again but not gain :(. It opens the login page but when i enter the login credentials it does nothing but just refreshed the page and empty the password field. I really need help in this matter. Thanks in Advance. Ahmad
-
Hi, I am running a SharePoint site. It was working perfectly from months, i recently made some changes in solution and deployed the new WSP on server using the Timer job. I am not been able to log in to site after that deployment, i have deployed the solution again and again but not gain :(. It opens the login page but when i enter the login credentials it does nothing but just refreshed the page and empty the password field. I really need help in this matter. Thanks in Advance. Ahmad
Perhaps it would be good to remove the solution by using PS:
Uninstall-SPSolution –Identity yoursolution.wsp
Remove-SPSolution –Identity yoursolution.wsp------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
-
Hi, I am running a SharePoint site. It was working perfectly from months, i recently made some changes in solution and deployed the new WSP on server using the Timer job. I am not been able to log in to site after that deployment, i have deployed the solution again and again but not gain :(. It opens the login page but when i enter the login credentials it does nothing but just refreshed the page and empty the password field. I really need help in this matter. Thanks in Advance. Ahmad
So, Are you getting any errors on the page? What kind of tasks are you doing with the custom timer job? Have you deployed the solution using Visual Studio 2010? Is it a web or site or web application scoped feature?
Thanks, Arun Kumar Asirvatham