Questions tagged [publishing]

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.

1242 questions
0
votes
1 answer

change supported / unsupported device list after publishing in play store

is it possible to change the list with unsupported devices even after the app is published? Can I exclude a specific device first and later include it again or will it stay excluded once it got removed from the supported list? Thanks!
0
votes
1 answer

Publish WCF service application using File system publish method in visual studio 2012

I want to publish WCF service in my local system using File system publish method. In Publish method i have given "File system", Target location as "C:\inetpub\wwroot\wcfpublish" and destination url as "https://wcf.publish.net:11096/Default.html". …
Anusha.G
  • 73
  • 1
  • 1
  • 7
0
votes
1 answer

Crystal Reports + VS2010 deploy to remote webserver

I made an web application using Crystal Reports for .NET + VS2010 + ASP.NET In the local IIS, the application works fine. In the remote server, the page comes blank. If I display the source of the page, the content of the crystal components is in…
0
votes
1 answer

Publish a specific revision using CruiseControl.Net

I am setting up a CruiseControl.Net server. So far, it only builds a project (.Net website), and I kind-of know how to set up unit testing, code coverage, etc in the future. What I will need to have soon is this: The developers commit changes to…
thomasb
  • 5,816
  • 10
  • 57
  • 92
0
votes
1 answer

Signing application in cmd with jarsigner

I've been following this tutorial on How to sign your app before publishing and everything works fine until the last step, number 6. When I enter my pass, i get this error jarsigner error: java.lang.RuntimeException: keystore load:…
Vladimir
  • 1,243
  • 5
  • 19
  • 23
0
votes
1 answer

Is It Safe and Secure To Enable WebDav on Production IIS 7.5 Website?

We are looking for a way to securely publish new website updates to a production website, hosted on IIS 7.5. We've considered FTP, VPN, and now looking at WebDav since it seems to be the easiest to turn up, configure, and use. One of our concerns,…
Swisher Sweet
  • 769
  • 11
  • 33
0
votes
2 answers

Date based publishing ASP.NET MVC

I am building a custom CMS in ASP.NET MVC and one of the requirements is that the content has a start and end date that dictates whether or not the page appears on the site. What is the best approach to this? Should I run some sort of chron job to…
kayluhb
  • 648
  • 7
  • 21
0
votes
1 answer

Juice UI: Publishing my web site - where have the controls gone?

I've created a site using ASP.NET with Juice UI in Visual Studio 2012. When I publish to my local machine's web server (Windows 7 64-bit, running IIS 7.5) everything behaves as it should. However, when I publish to the company web server (Windows…
0
votes
1 answer

app recently published "has stopped"

I recently published my app on Google Play, but when I install it and run it simply don't run and message me "app has stopped". On my device and emulator it runs normally, and I don't know what to do. Anyone had this problem and can help me??!!
0
votes
1 answer

publish vs 2010 website to local iis

I struggling on hours to accomplish this. I have created a web site in VS 2010. Now I need to host this on my local IIS(My development PC) for the testing. I created a web site on inetmgr and publish the web site using VS. Now I can access it. It…
New Developer
  • 3,245
  • 10
  • 41
  • 78
0
votes
1 answer

ASP.NET MVC - NHaml issue on web.config file

I'm trying to implement NHaml views on my application, and it's all working well. But strangely I'm getting some warnings on web.config files when publishing the application. My nhaml parameters are: ...
zanona
  • 12,345
  • 25
  • 86
  • 141
0
votes
1 answer

Facing an error on treeview control when code is transferred from one machine to another

I am facing an error on the tree view control. Image is shown below. What could be the potential reasons for it. I have transferred published code from one PC to another. The target machine is having windows 2008 server. Everything is fine except…
user1884709
  • 145
  • 1
  • 3
  • 14
0
votes
1 answer

How to publish Windows Form Application with Entity Framework

Hi All I have created a windows form application using VS 2010, Entity Framework and MYSQL database. Database is hosted at some hosting company and is accessible from every where. Now when I create an step up of my application and install on other…
Lv 1986
  • 1
  • 3
0
votes
1 answer

Publishing WCF RIA Domain Services under IIS 7.0 and Silverlight 5.0

I have some simple questions regarding the publishing of WCF RIA domain services under IIS 7.0: 1.) Do I need a *.svc file to publish a WCF RIA domain service under IIS 7.0? Yes/No? 2.) If 1.) is yes, is there any way to generate this *.svc file…
Michael
  • 938
  • 1
  • 10
  • 34
0
votes
1 answer

Compatability issue

I'm new to publishing apps in android. I just recently published my app. But after I did, the list of compatible devices shows that the only two devices that I ran my app on, during development, are not compatible! This is puzzling. I understand…
Rameez Hussain
  • 6,414
  • 10
  • 56
  • 85