1
I need to publish a site that is on Asp.net mvc and when I publish and change the files in the existing folder in iis 6, the changes I made in the project do not appear when I open the site by iis. I have a folder inside Models that has a scroll and in the folder files when I publish, this scroll does not appear. Will that be the problem or publish the whole project ?
you restarted the IIS after making the changes?
– Hiago Souza
Yes, I restarted @Hiagosouza
– AndreeH
After you change, close and open the file again. Your changes are still there?
– Hiago Souza
What kind of change? is in your files or IIS settings?
– Hiago Souza
In the project that is in Asp.net mvc. I made a change to a cshtml page and I need to move that change up to iis, but those changes are not showing up there. I’ve published a bunch of times and nothing.
– AndreeH