I have a ASP.Net web application developed on visual studio 2010 and it is working fine on local machine. When i hosted it to IIS 7.5 with pipeline mode= Integrated, the css is not applying on the Web pages. I had gone through Control Panel -> Program and features ->Turns Windows feature on and off -> iis -> www ->common Http features and enabled the static content also but still the css is not applying.
Please help me to fix this issue and thanks in advance for the solution .
I have a ASP.Net web application developed on visual studio 2010 and it is
Share
I had added user Everyone to the css folder and given him permission and then it is working fine for me now.