we have an application in production and the code is in Pre-Compiled form. And I could'nt reach any source code. I searched a few web site, they suggest Reflector so used Reflector to get code behind files. I reached cs files and add them by changing the asp.cs. But I do not reached aspx.degigner.cs files. And when I build my project Dll files do not compile. Their modify date seen old date. I make a mistake I know but I could not solve this problem. Have any ideas on this issue?
Decompile Asp.Net web site Project
2.2k Views Asked by Tuğba At
2
There are 2 best solutions below
0

You can find the compiled binaries in the ASP.NET Temporary Files location.
%SystemRoot%\Microsoft.NET\Framework\versionNumber\Temporary ASP.NET Files
You can easily recreate your designer files by right-clicking on your Web Application Project and choosing "Convert to web Application"