How do I copy a visual studio publishing profile?
Publish profile files are named <profilename>. pubxml and are located in the PublishProfiles folder. The PublishProfiles folder is under Properties in a C# web application project, under My Project in a VB web application project, or under App_Data in a web site project.
From the Solution Explorer, I right-click the Project node and click "Publish..." In the Publish dialog, I select "Publish to File System". This will create a . WSP file in the folder listed in "Target Location".
The only solution I found is to copy/paste/rename the publish settings file (.pubxml) in the Properties\PublishProfiles
directory.
When you create a new publish profile, two files are created : .pubxml and .pubxml.user. The .pubxml.user file contains only a few settings that apply to a specific user, such as an encrypted password.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With