Most voted "publish" questions
26 questions
Sort by count of
-
5
votes1
answer1413
viewsHow to make visual studio 2015 publish only the files that are most current?
I put a project in visual studio 2015 to try the tool. It is an Asp.net mvc application, I publish it directly to the server by FTP. Right click on the project, Publish, then I created an FTP…
-
3
votes2
answers404
viewsPublication of ASP.NET MVC Project
Good morning gentlemen, I work in systems development, but until then I never had to publish on the internet an application of mine, because I have always worked with projects ready, what is the…
-
3
votes2
answers2369
viewsDelay in publishing APP - Play store
Good morning, I’m in doubt about publishing my first public APP in the google store. I published on 15/08 and until today (20/08) the APP is still with status of 'Draft'. My impression is that this…
-
2
votes1
answer94
viewsAuto-update of Publish in Visual Studio zeroing the database
Soon I had to create an installer for desktop application in c#, and as in visual studio 2013 there was Publish that already created Setup and Auto-Update I ended up using it for convenience, but…
-
2
votes0
answers125
viewsPublish specific files by visual studio
Through this question Visual Studio Publishing Methods I figured out how to publish specific files through Visual Studio. I can select the files I want to publish, right-click and select "Publish…
-
2
votes1
answer95
viewsPublish of WPF applications
I made a Publish of a WPF application with the CD-ROM option. Well, I noticed that it creates some folders, an Autorun.inf, a setup.exe and a Nome_Programa.Application. I was doing some tests,…
-
2
votes1
answer1150
viewsC# MVC - Error after Publish on VS015. 404 Not Found
I did a "Publish" by VS2015 of the Web MVC type, but in the "Publish Method" I put "File System". The problem is that I published it on IIS and run the views, but when I click on the buttons it…
-
2
votes1
answer392
viewsHow to leave the relative folder path?
I developed a project in ASP.NET MVC and now I’m going up to the server. Turns out on my local machine, it takes the localhost address, something like this: http://127.0.0.1:8080/ But when…
-
1
votes1
answer1105
viewsFind the app by searching the play store
I first published a Google Play Store app, more for testing anyway, the google that goes directly to the app page. The link works, but I wanted to find it by searching and I can’t. Can anyone tell…
-
1
votes1
answer99
viewsPublishing site on IIS gives debug error
I have a little strange problem. I’m developing a website MVC on VS2013, I have a website IIS configured for my project. So I make Publish of my website for the IIS, then when I launch the debug…
-
1
votes0
answers14
viewsMulti-server publishing (VS/Publish)
Is it possible to publish an application through Visual Studio 2015 on multiple servers at once? How could this be done?
-
1
votes1
answer235
viewsGenerate Ionic Site Publish
Good morning, I need to publish a site with structure of Ionic (I know the main idea of it is to generate app, but we have this app and it has to be a site and an app at the same time), what is the…
-
1
votes1
answer48
viewsProblem when trying to publish multiple Apks in Google Play Store
Good morning, everyone. I developed an application with Ionic using the crosswalk plugin. When compiling, two . apk files are generated, one for Arm7 architecture and one for x86 architecture. So…
-
1
votes2
answers248
viewsVisual Studio - Managing Locally Registered Dll Publication of Homologation and Production Environment
I am working with a Dll from Itaú bank(itauCripto.dll), the documentation requires it to be registered locally on the machine running the application. So I put the Dll inside the folder %systemroot%…
-
0
votes1
answer459
viewsVisual Studio Publishing Methods
Is there any way to publish specific files through Visual Studio 2013? In the publications I performed, Visual Studio deleted all the files in the destination and imported the new ones. Note: I use…
-
0
votes1
answer345
viewsPublish Visual Studio does not connect to remote computer (Web Deploy)
When trying to publish my application via Visual Studio (Publish...), have as return an error message stating that it was not possible to connect to the remote computer. The Web Deploy the server is…
-
0
votes1
answer224
viewsPublished iOS, Rejected: Guideline 2.3.3 - Performance - Accurate Metadata
Guys, I’m with this rejection of iTunes Apple 3 Performance: Accurate Metadata 3 Design: Spam and Spam but from what I understand are the prints I added, the app is just a link to the site, there is…
-
0
votes0
answers13
viewsHow can I publish a website?
I created a site with PHP and Mysql in Xampp. I created htmls as well. The site is local and working. How can I upload to the web address?
-
0
votes1
answer52
viewsAPI error published in Azure
I have an error in an ASP.Net API with Entity Framework and Mysql, on my machine the application runs smoothly access the database and shows the results, however when I publish in Azure the…
mysql entity-framework windows-azure publishasked 8 years, 6 months ago Eduardo Barbosa Oliveira da Si 45 -
0
votes1
answer197
viewsHow I publish my application Xamarin.Forms
How do I distribute mine App that I just created? Like, I go to the customer to install a version on the two or three person smartphone to test. What I take to deploy on this device, my app? How do…
-
0
votes1
answer130
viewsProblem when publishing site in iis done in Angularjs
I’m trying to publish a site in Angularjs in iis but after the publication, when I access it, it returns me on the console the following error : In development this error does not occur... My…
-
0
votes0
answers97
viewsAdd deleted files when publishing ASP.NET Core
In my Asp.Net Core project I have some deleted files from the project. Only when I publish these files do not appear in the wwwroot folder of the project. <ItemGroup> <None…
-
0
votes0
answers29
viewsHow do I publish a process-dependent application together?
Is there any way to publish an Aplication console with dependency on other consoles ? Today I have a screen of Windowns Form that is my login screen, I select which console application should be…
-
0
votes0
answers40
viewsAPI in . NET Core - api does not find connection string from appsettings.json
I did all the development on a windows machine but after almost a week I was able to deploy on a Ubuntu 18.04 machine and set the settings to access via https. But now I came across the following…
-
0
votes1
answer89
viewsWhen publishing the project on IIS no script and css appears, what can it be?
When publishing the project to the server and configure the iis it does not recognize the css and script, it does not from the error, finds the address no longer loads the css and js code. I checked…
-
0
votes0
answers133
viewsPublishing App in Apple Store with Webview
The company I work for is developing an app for Android and IOS for a client. The app has several query screens, 2 registration screens, notifications. Now the need to integrate with another…