hi all I am new in asp.net. my company got a big asp project for updation. and it is a published website so that the source code is not available. how can i retrive the source code from the published? Is there any chance? If not what i do for the updation of the site. also i want to no how can we understand the published site is updatable thank you
it depends on how the application was compiled. If the original developer didn't obfusicate the build, you should be able to decompile it using one of many .net decompiler. I've use http://www.reflector.net/ my self. you can google ".net decompiler", you'll find many.