Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I deployed my website in asp.net. now i lost my original project of that web-site because of hard disk got corrupted.but i still having deployed package folder with me(i took in pen drive luckily). I extract the zip file of deployed package and add it to newly created web-site. I add all forms but .cs files are not there. Is there any way to get that .cs file of forms retrieve from package created for deployment. plz help its urgent. thanks in advance.
Posted
Comments
Kornfeld Eliyahu Peter 3-Aug-15 6:16am    
Decompile your DLLs...
And do backups!!!
ven.in 3-Aug-15 7:26am    
which .dll i have to decompile plz mention where it is located. yes i will keep backup,actually this is my senior project handover me before two days.
thanks for reply @Kornfeld. is dotpeek good for decompile.
Kornfeld Eliyahu Peter 3-Aug-15 7:28am    
All the DLLs from your bin directory that no belong to the system or 3rd party...
(and you may try ILSpy too)
ven.in 3-Aug-15 8:00am    
i tried in bin there are three .dll ajax n all and one is website_name.dll , but i not get the .cs file of all forms.. there is only one .cs file. I want .cs files of all forms...how to do this plz guid if i goes wrong@kornfeld
Kornfeld Eliyahu Peter 3-Aug-15 8:02am    
It seems you have no idea what cs files are for!!!
cs files got compiled into DLLs (IL code), by decompiling the DLLs you can get back the content of those files, but re-organized by namespaces...It is you responsibility to separate them according the ASPX files you already have...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900