Releasing software to users. This may include releasing compiled binaries on a hardware medium, for download, or permitting access to a non-development web service.
Questions tagged [publishing]
1242 questions
0
votes
1 answer
Struts2 and Dojo (double?) publish
I am publishing with dojo topics:
dojo.event.topic.publish("publishThisTarget");
And in JSP I have listenTopics:

Trick
- 3,779
- 12
- 49
- 76
0
votes
0 answers
What's the difference between publishing and building an Mvc 4 app with respect to unsafe code?
I have an asp.net mvc 4 app that references a c# project which uses the unsafe keyword and this is allowed for in the project properties. The problem is when I publish the web app and I get the unsafe errors. In another post (Publish web application…

R Swasey
- 307
- 3
- 7
0
votes
1 answer
Design to custom list in sharepoint
I have created a feature, a publishing site, in Visual Studio to MOSS - this feature contains a masterpage, some pages, some site columns (grouped to match each page) etc. I have also created a site collection, some sites and pages based on my…

keysersoze
- 777
- 3
- 12
- 27
0
votes
1 answer
Publish Web from vs2010e completely replaces target web.config - how to have more control?
When I publish my site the web.config of the dev version replaces the version on my target IIS 7 site. I need to release the same project to ~10 different sites with custom configs such as connection strings and log4net settings. Some of the sites…

Joel Peltonen
- 13,025
- 6
- 64
- 100
0
votes
1 answer
Submitted .cod files on BlackBerry app world has error (...attempts to acces a secure API)
We submit a .zip file on Blackberry app world for publishing. But they return it because they said that there is an error: Error starting MyApp: Module 'MyApp' attempts to access a secure API. I searched about this error and it all said that this…

Jj Tuibeo
- 773
- 4
- 18
0
votes
1 answer
Bulk publishing Issue in Fatwire
Currently performing a Bulk publish using Mirror Queue for around 11000 assets.
Have tried the same in lower environments and was successful.
No error logged @ source and destination futuretense logs. The asset update got logged at destination for…
0
votes
1 answer
"File in use" error while publishing JAR on Windows 8
I am publishing a JAR directly into a folder that SmartfoxServer uses for extensions. If the extension is not in use, it works, but if the extension is in use I get a file in use error.
Here's the kicker: there is a setting in SmartfoxServer to…

ktamlyn
- 4,519
- 2
- 30
- 41
0
votes
2 answers
Getting a "Access to the path ... is denied" when trying to publish my ASP.NET app
I'm trying to publish an old ASP.NET WebForms app we have. I'm publishing it to a folder on my development box (a Windows 7 Ultimate box, 32-bit). When I try to publish it, I get the following error message:
Access to the path…

Rod
- 4,107
- 12
- 57
- 81
0
votes
1 answer
Exporting flash cs6 to flash player 11.8
When we press ctrl + enter to export flash movie, I want it to export it to latest flash player installed in my computer. But in publishing options of flash cs6, 11.8 version is not available. The latest option is 11.4.
The reason I want to do that…

Netrus
- 79
- 10
0
votes
3 answers
I created an App for Iphone, but i dont want to publish for everybody
How can i publish an app at app store, that only a few people (my clients) could download. Or is there another way to install it direct to their iPhone? Force them to jailbreak its not an option.
thanks.

Pierre Benazzi
- 31
- 5
0
votes
1 answer
How to move a WCF service layer from Azure to on-premises
Due to some (insane) limitation at my customer, I built up a WCF layer using Azure, just as a proof of concept. Now, what is a smooth way to re-deploy it to their on-premises server? Is there such a way?
I understand that the publishing of my…

Konrad Viltersten
- 36,151
- 76
- 250
- 438
0
votes
2 answers
Why is a published website referencing my machine?
I have a website that I publish in Visual Studio 2008 and then send off to other people. One of the pages needs to alter a few configuration files, so an action is executed using WindowsImpersonationContext inside a class library referenced by the…

Brandon
- 68,708
- 30
- 194
- 223
0
votes
0 answers
Tableau v 8.0.0 Date format yyyy-mm-dd not changing to mm/dd/yyyy in different servers
In tableau 8.0.0 i have kept the date format as mm/dd/yyyy . In one Tableau server 1(Live) (8.0.0) i am getting date in the format mm/dd/yyyy but in the other Tableau server 2 (Beta) i am getting the format yyyy-mm-dd . Recently i uninstalled the…

Gautam Seshadri
- 155
- 2
- 3
- 10
0
votes
2 answers
how to build asp.net mvc application with single assembly dll
A.O.A
I have a web application in Asp.net MVC which has 2 my own created Assemblies and 2 other classes. The problem is that I want to create just 2 dlls each for my assembly but it creates for my project and other 2.
When I publish it, it…

Fahad
- 21
- 4
0
votes
1 answer
Deploying a wcf web service
I am new to web services. I have successfully created my WCF web service, now I want to consume it. The client to consume this is on a different machine. I am using Visual Studio 2012. The service that executes a stored procedure in SQL Server…

SMR
- 3
- 4