I’m copying in some new and modified files (aspx, css, dlls++) to a project of mine and I’m experiencing some issues.
Do I have to restart the web server thru the IIS manager GUI? When is restart necessary?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you make changes to css files sometimes your browser will store a cache of that file and you need to force refresh the browser or clear your cookies. I do believe when I worked on IIS I noticed that even if I cleared my cache my server still held a cache but in a little while it would refresh. There may be a setting somewhere to not cache files (which I don’t recommend for a production server) but I’m not sure how to do that.