I am working on a site with a publishing profile that pushes the site to a remote host. After publishing I get a new browser window that navigates to the newly published site. This is ok in most circumstances but I am in a situation where I can't allow that last step to occur, I simply want to tell visual studio not to show me the website after publishing. I've checked all the publishing settings that I can find but haven't found any option to control this. Anyone have any ideas?
How do I prevent Visual Studio 2015 from launching a browser after publishing an asp.net application?
2.8k Views Asked by Necromancer At
2
There are 2 best solutions below
Related Questions in BROWSER
- Why does Angular send Http Request Method: Options before POST?
- Trick browser into resizing the viewport dimensions by 1px
- Why is it so hard to style <select> and <option> elements?
- Change writing language at browser
- Selenium stops running after click() function runs
- Are there any debugging tools for the Opera Mini mobile browser?
- place 1 label top, 1 input bottom and 2 buttons left
- Why clear cache does not work with all browsers?
- Opening Browser Instances from different Vendors
- Browser's not displaying images correctly
- Open a html document with php
- How to run a .jar inside browser?
- Why/how does the browser decide ☃.net goes to xn--n3h.net
- How do you invoke another app from a child browser
- Firefox and SSL pages - takes very long on certain sites
Related Questions in VISUAL-STUDIO-2015
- Tools for Apache Cordova - Installed Plugins are skipped in build
- Intellisense on Visual Studio 2015 RC for bower.json file is not working properly.
- ASP.NET 5 Class Library - Nuget package Web.Config transform
- Visual Studio 2015 RC - Cant add virtual directory
- How do I add an XML Doc Comment to a ClassDeclarationSyntax in Roslyn?
- NuGet throws "Unable to satisfy package dependency constraints" but no dependency is required in the package description
- Visual C++ - Virtual method is not overriden
- Where is memset Hiding In VS 2015?
- Tools for Apache Cordova - TypeScript debugger jumps to wrong line
- Visual Studio 2015 RC Cordova Tools - Plugin Fails to Launch
- Convert/downgrade visual studio 2015 solution file to 2013
- Issues using Visual Studio 2015 with Visual Studio Online Git project
- Can't build JavaScript universal Windows app
- Visual Studio 2015 Ignoring New Folders & Files
- How to add Project Reference in asp.net 5 application
Related Questions in WEB-DEPLOYMENT
- How to make Unity Web Player work on offline?
- Change context-root inside WAR file
- Deploye two wars with different domain name but same context-path in same jboss-4.0.3
- calculate the day of my Birtday
- Python/Flask deployment without pip
- Change assets urls to cdn adding absolute path in Grunt
- Can I render and display Markdown from Github into MEAN stack website dynamically?
- I'm not getting Release Debug Option in Visual Studio
- How to test java server without deployment?
- uninitialized constant ActionController::Routing (NameError)
- Tomcat in Intellij IDEA 14 : war exploded: Server is not connected. Deploy is not available
- rsync exclude folder contents but still create folder
- Heroku: string without NULL bytes with several requirements files
- What is difference between versions of eclipse like juno, kepler etc.? Which version to choose for web development?
- Mcrypt PHP extension required in laravel 4.2 in shared hosting
Related Questions in ONE-CLICK-WEB-PUBLISHING
- UAC prompt while installing from internet explorer
- Why does my signed, click-once application say it has an unknown publisher
- Visual Studio 2012 Web Deploy publish preview shows all files as changed
- One-click publish in vs 2012: how to remove _ConnectionStringsToInsert?
- Visual Studio Web Publish causes VPN connection to disconnect
- Recycling app pool when publishing WCF service
- How to deploy my website with one click using Git Bash on windows and a scripted command
- One-Click Web Deploy failing: "This method is not supported by this class."
- How do I prevent Visual Studio 2015 from launching a browser after publishing an asp.net application?
- VSTO OneClick Add Trusted Publisher
- Can't get Visual Studio's "Publish Web Application" to work
- Visual Web Developer 2010 Express Web.config transform question
- Make Debug/Release Build Configuration with 1 Click Publish dependent on the selected Publish Profile
- Folder not uploading with VS Publish / Web Deploy
- allowDefinition='MachineToApplication' error when publishing from VS2010 (but only after a previous build)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Does this information from Visual Studio 2013 still hold true for 2015?
http://www.asp.net/mvc/overview/deployment/visual-studio-web-deployment/deploying-to-iis
I can't check it myself, but essentially it says that in the 'connection' tab of the deploy dialog, the Destination URL setting isn't required. When Visual Studio finishes deploying the application, it automatically opens your default browser to this URL. If you don't want the browser to open automatically after deployment, leave this box blank.
Do you want to try that?