How to create asp.net web application using sqlite

I want to develop small application in asp.net using sqlite, actually I don’t know how to use sqlite in application. Can anybody provide a link for step by step process to create a application in asp.net code behind c#. Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers … Read more

Change I make to code behind not updating when I publish my web application

I have an ASP.net that I built in VS2010 running in iis7 however when I go back into VS and make updates to the code behind file and re-publish the application still acts as it has before I made the changes. I have tried deleting and republishing all the files and restarting the app pool but it still doesn’t affect how the application behaves.