Every time I rebuild my project, Visual Studio automatically deploy it to server through FTP. How can I disable it?
Asked
Active
Viewed 405 times
1
-
What type of project is it? – Alex Filipovici Jun 04 '13 at 06:13
-
Web project using MVC3 – Doan Cuong Jun 04 '13 at 06:13
-
Do you use MSBuild for building your project? – Alex Filipovici Jun 04 '13 at 06:25
-
I'm using MS Web Deploy – Doan Cuong Jun 04 '13 at 06:29
-
1Check if you have some post build actions? Is not a built in feature. – Irvin Dominin Jun 04 '13 at 06:30
-
No, I don't install any post build action. I just set up a deploy profile and deploy my website once. Now every time I rebuild my project, it automatically deploy – Doan Cuong Jun 04 '13 at 06:39
-
Take a look at the answers for this question: [How to automatically publish a website on build in Visual Studio 2008?](http://stackoverflow.com/q/2262478/674700). Have you implemented any of the solutions suggested in the answers? – Alex Filipovici Jun 04 '13 at 06:50
-
No, I'm not. Just publish my project once via Web Deploy – Doan Cuong Jun 04 '13 at 06:57