Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an issue that is occurring with one specific solution. Everything works fine for the others.

When you right-click on a web project to publish, it asks you to specify information before you publish. I choose File System, tell it to delete all files, and specify a path. After I publish and shut down the solution, I will open it later again to do another publish. After I do this, I have to set everything back up. This means browsing to the folder every time to point to the publish location.

No other projects in any other solutions have this issue. Does anyone know what could be causing this?

share|improve this question

1 Answer

up vote 3 down vote accepted

The simplest thing to check is that the local storage file where the web publish settings go isn't read-only. For example, make sure you haven't accidentally checked it in to source control.

The publishing profiles file will be in the same location as the project file, named $(ProjectName).Publish.xml.

share|improve this answer
You're right! I thought checking if the .suo file was read-only would help, but I didn't even know about that XML file. It was indeed read-only. I changed it and now my publish settings are saving. Thx. Will mark yours as best answer as soon as I am allowed – oscilatingcretin Apr 29 '11 at 20:13
What if there is no $(ProjectName).Publish.xml file? Are the publish profiles maybe stored somewhere else? – East of Nowhere Aug 14 '12 at 14:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.