Problem when posting a site iis 7

1

I need to publish a site that is in asp.net mvc and when I publish and change the files in the existing folder in iis 6, the changes I made to the project do not appear when I open the site through iis. I have a folder inside Models that has a role and in the files of the folder when I publish, this role does not appear. Is that the problem or does it publish the whole project?

    
asked by anonymous 30.06.2015 / 16:14

1 answer

1

You are using a nonstandard procedure to publish. So there's no guarantee that the site will be up to date.

Use the Publish command to publish your project to the IIS directory.

    
30.06.2015 / 20:54