C# code not take changes on server in asp.net MVC 4 ?

Posted by Anirudha on Geeks with Blogs See other posts from Geeks with Blogs or by Anirudha
Published on Fri, 28 Jun 2013 12:25:05 GMT Indexed on 2013/06/28 22:22 UTC
Read the original article Hit count: 122

Filed under:

Originally posted on: http://geekswithblogs.net/anirugu/archive/2013/06/28/c-code-not-take-changes-on-server-in-asp.net-mvc.aspx

Today I got a problem that When I make changes to My c# code and put them on FTP. The site still don’t take changes. I check the filesize of compile dll of my project in bin. Yes, File is uploaded but it’s not what my new code do.

 

If you ran into this problem Then I suggest you to delete old .pdb and .dll file of your project. for example your project namespace is xyz. delete the xyz.pdb and xyz.dll now upload your dll from bin to project bin on server.

it will work Smile

© Geeks with Blogs or respective owner