The one-click-web-publishing tag has no wiki summary.
1
vote
1answer
29 views
Cannot find File Location after Publishing
So I have an application that works great on my own personal computer in debug mode and release mode. The issue is that after I publish it to a oneClick Application it can no longer find the specified ...
0
votes
0answers
26 views
How to debug publishing a WCF application into Azure when hung?
I am currently trying to publish a WCF application into the Azure cloud from Visual Studio 2010.
The publishing wizard builds the solution, but hangs visual studio (not responding), as soon as ...
0
votes
1answer
97 views
Visual Studio One-Click Deployment “succeeds”, but no files publish
Here is the output after the build/web.config transformation:
Copying all files to temporary location below for package/publish:
obj\Release\Package\PackageTmp.
Publishing folder /...
Site was ...
0
votes
0answers
79 views
Can Visual Studio be forced to publish files modified after a particular time?
In a web project, when determining what files to publish (over the local filesystem), Visual Studio (2010 Pro) appears to publish only those files that have changed, based on a comparison of the ...
0
votes
0answers
17 views
JANRAIN one click sharing
I'm trying to integrate the janrain "one click sharing widget" using following link
http://developers.janrain.com/documentation/widgets/one-click-sharing-widget/
I integrated this but while clicking ...
1
vote
0answers
366 views
When precompiling ASP.NET MVC 4 project in Visual Studio 2012, does it try to resolve the entire config chain locally?
Can someone please confirm or deny my assumption below and/or offer any alternatives?
My Goal
I'd like to be able to precompile and merge my ASP.NET MVC 4 application (as documented here and here) ...
1
vote
1answer
314 views
Web Deploy: How to keep files on a specific destination folder
Scenario
Visual Studio 2012 web publishing: web Deploy method.
"Remove additional files at destination" option selected.
MVC3 website with a "upload" folder
Question
How to keep the existing ...
1
vote
0answers
325 views
Why could “update database” be missing in visual studio 2012 when publishing?
I'm trying to deploy an application to my webserver and everything works, except that it does not update the remote database.
With a new demo MVC project you have the option "Update database" when ...
2
votes
0answers
107 views
WebDeploy and SetACL - too slow in case of lots of files/folders
We have an ASP.Net MVC3 site which we're publishing on IIS using web deploy.
Under the site root we have a "Data" folder which we're using to store uploaded files and the result of their processing.
...
1
vote
0answers
189 views
Recycling app pool when publishing WCF service
I've developed a WCF web service that contains a dependency on an unmanaged DLL. When I attempt to publish the Web application to a running server (either local or remote) via Visual Studio 2010's ...
0
votes
2answers
1k views
One-click publish in vs 2012: how to remove _ConnectionStringsToInsert?
I usually put my connection string to a separate file, adding something like this in web.config:
<connectionStrings configSource="WebConnection.config" />
I've just installed VS 2012 and it ...
7
votes
1answer
572 views
Can I retain folder permissions during one-click web publishing?
Disclaimer: I know that I can retain folder permissions if i check the "Leave extra files on destination" checkbox but I don't want to do that.
That said, is there any way to have one-click web ...
25
votes
2answers
4k views
Make Debug/Release Build Configuration with 1 Click Publish dependent on the selected Publish Profile
This is almost a duplicate of Link build configuration to a publish profile, but that question was not answered...
I have 2 1 Click Publish configurations for my Web Application:
Test Server
...
2
votes
2answers
709 views
Visual Web Developer 2010 Express Web.config transform question
I cannot for the life of me figure out how to force Visual Web Developer 2010 Express to use my Web.Release.config when I'm publishing my web application. I'm using FTP to publish my webapp to a ...
2
votes
1answer
2k views
Folder not uploading with VS Publish / Web Deploy
I am using the Publish / Web Deploy option within VS 2010 to publish my ASP.NET MVC3 website.
However it does not by default publish my "files" folder that I have highlighted below.
Any ideas how ...
6
votes
4answers
905 views
ASP.NET Web Application (MVC) Deployment Automation and Subversion
We are trying to automate the build process to our staging servers but have run into a snag, albeit fairly minor. We are using the Publish functionality built into VS2010, committing to Subversion, ...
1
vote
1answer
312 views
How to tell VS10 One-click deployment to copy certain files and folders
I'm trying to use the Web One Click Publish feature in VS10 to push my asp.net app to IIS. I have some .resx files and another folder for uploaded images, none of these got copied to IIS. How do I ...
1
vote
1answer
495 views
Can't get Visual Studio's “Publish Web Application” to work
I converted a small Web Project to a Web Application in Visual Studio 2010.
When I publish the application via FTP it will delete everything at the destination. And thats it...none of my files get ...
4
votes
2answers
1k views
How to backup existing database and website as part of a MSDeploy package?
I am researching one-click deployment with Visual Studio 2010, the current deployment process involves zipping up the contents of the IIS folder and taking a backup of the current database before ...
76
votes
8answers
13k views
allowDefinition='MachineToApplication' error when publishing from VS2010 (but only after a previous build)
I can run my Asp.Net MVC 2 application without an issue on my local computer. Just Run / Debug.
But if I have already built it, I can't publish it! I have to clean the solution and publish it again. ...
1
vote
1answer
82 views
Publish to Url the old way VS 2010
Anyone know if you can simply publish to a url? I don't know what the heck the new publish to web is but I don't like it. I want to be able to just publish to a url like I was able to in VS 2008 and ...
1
vote
1answer
412 views
Sharing VS 2010 One-Click Web Publishing Settings
Anybody know where the VS 2010 One-Click Web Publishing settings are stored?
It would be awesome it a team could share the settings so a quick deployment to a test system is always a button click ...
