1
I have a little strange problem. I’m developing a website MVC
on VS2013, I have a website IIS configured for my project.
So I make Publish of my website for the IIS, then when I launch the debug site (in VS) I get an error (500) from IIS in the Visual Studio (can’t find the . dll’s Web.Helpers
). As soon as I deleted everything in the folder of IIS I can run in debug without any problem.
Has anyone experienced anything like this? How can I resolve this conflict to have a compiled version of the site running on IIS, but at the same time can make changes to the project and test them in debug?
How are you doing the Publish thing?
– Jéf Bueno
@jbueno click on the right side of the mouse on top of my project -> Publish (for a folder configured for a website on my IIS)
– ihavenokia