i created virtual directory in IIS + Windows 7 for my MVC application, most of the pages are fine. However for example, I have Page A has action link to Page B, after I update/save detail in Page B it redirect to Page A. When I go to Page B again it still shows the old data, I need to refresh the page to show the updated data.
This issue doesn't happen when i debug the application. please help.