I am working on an ASP.NET
project which is published to a configured IIS in the same machine.
I have made changes in one of the forms and than published it.
But while the changes on the web from file (.aspx
) are being updated - other changes which reside in the code behind file (.aspx.cs
) are not being updated.
My aim is to search addresses from a database and to display markers on google map.
Everything is working fine from my VS-IDE execution but after publishing it to the local IIS:
The front end is working fine while the back-end (the related .aspx.cs
) does not work.
I tried those steps to remedy the situation:
- I have deleted app directory from
windows/frameworks/4.0/temp files
. - I have even made new profile in publish wizard and published the project from a new folder.
- I have deleted pool from IIS and made new one and mapped it to new ddl files folder.
- I have also gone to project
/properties/publish web/items
to deploy and set to all files in the project.
But none of that solved the problem........
I am using
- VS 2012
- SQL Server 2012
- EF 4.5