我asp.net mvc开发了一个项目,把它部署到服务器上面后,访问首页时要刷新一次才能正常显示,什么原因!!
展开全部
应该是你的ie本身的缓存,清空ie的缓存就ok,或者在页面代码加上如下代码:
Response.CacheControl = "no-cache";
Response.CacheControl = "no-cache";
追问
不是缓存问题,Response.CacheControl = "no-cache"; 这个代码具体加在哪个位置!
追答
public class AccountController : Controller
{
protected override void OnActionExecuting(ActionExecutingContext filterContext)
{
HttpContext.Response.CacheControl = "No-Cache";
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询