Problem when publishing a site iis 7

Asked

Viewed 308 times

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?

  • Yes, I restarted @Hiagosouza

  • After you change, close and open the file again. Your changes are still there?

  • What kind of change? is in your files or IIS settings?

  • 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.

1 answer

1


You are using a non-standard procedure to publish. So there is no guarantee that the site is up to date.

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

  • i gave a visual studio Publish tals, did the right procedure and nothing ..

  • Now the problem is the following, the application opens but when I click enter after entering the login and password, the page opens blank.

  • What appears in Event Viewer windows?

  • How do you test that ?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.