I am now taking over an existing sharepoint project which has been developing in a VM enviroment .
I have to enter into the VM enviroment under a specified account. Because there is no one know the .snk file password now. (The creator had left)
I am worry about that if we have to move the develop enviroment into another VM , I couldn't continue develop it .
So I wonder can I recover the .snk file password ? or any other way I can try .
I know may be I could create a new key file , but all the aspx files are stored in SharePoint content database.
If I build a new dll , I have to update the PublicTokenKey of every aspx file in db. It might be make an big impact on my website.
Anyone could give me a safety way to solve this problem?
Thanks in advance.