I'm deciding whether to add a file to version control. It's name ends with .pubxml.user
. Can anyone tell me what it is? The fill name of the file is <name of our web server>.pubxml.user
. It is evidently related to the publishing configuration.
The project is in ASP.NET MVC and C#, using Visual Studio 2013. the file is in the PublishProfiles
folder.
For each .pubxml file there is a .pubxml.user file. The .pubxml.user file contains the encrypted password if you selected the Save password option, and by default it is excluded from the project.
located at asp.net/mvc/tutorials/deployment/visual-studio-web-deployment/… – Prothesis