missing .cs files in precompiled website with c# in asp.net

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-05-16T09:16:55Z Indexed on 2010/05/16 9:20 UTC
Read the original article Hit count: 350

Filed under:
|
|
|
|

Hi,

I need to change the code of some asp.net application but the application is missing its .cs files, there are only .aspx files. As I read in google, I understand that the application is a precompiled website. I am not too familiar with it so the question is, can I somehow retrieve the code-behind .cs files of this application because I need to change some functions there. Surely there is a way I can access them or retrieve them somehow?

Thanks in advance,

Greg

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET