Reputation: 61729
I have a dev server, and a live server. I make a change to the code behind on the dev server, and upload the files to the live server, but nothing changes.
I know I'm being dense, but what do I need to do? I've tried restarting the app pool, restarting the website etc but no luck!
If I make changes to the aspx file, this works, but any changes in the cs file and nothing happens.
Upvotes: 0
Views: 332
Reputation: 61729
Publish the website in VS, and upload the published folder including the DLL in the bin folder.
Upvotes: 1