How do I Deploy a single HTML file that is part of a project without redeploying the project?

We have an HTNL file that we load dynamically into our web page.  This file contains ToolTips and by making it an external file to the build it allows us to modify the tool-tips as the processes the tooltips describe change (government processes that
are being re-designed under the PPACA).
Since the file is integral to our project, it is checked into our VS Online repository under source code control and gets automatically redeployed when the whole package gets redeployed.   And this works fine
But if we check out the file, make some edits and try to deploy ONLY this file, we get a prompt for a password.   And I have no idea what password it wants.
What is the correct way to do this?

I am the project owner and have not only admin rights but full admin rights to create admin rights  - and I am being prompted for a password.  so that's not the issue..
And the link you sent me to suggests you did not read what I had posted:
I have no problems doing a full build and a full deployment.  That works fine.
 I DO NOT WANT TO DO A FULL DEPLOYMENT.
I want to make a single change to a single resource file that we have under source control since it is a critical component of the solution.   And I want to publish ONLY THAT FILE. 
So I
make the change in VS 2013 to the file (to a project that is already linked to Azure services and which we have done publishing from before)
Check in the file
Right cliick on the file
Choose "Publish XXXX.html"
And I get a prompt to lot onto the FTP server
ftp://waws-prod-blu-005.azurewebstes.windows.net/site/wwwroot
HUH!!! I don't have any service or server remotely with that URL anywhere my system.   see attached image below

Similar Messages

  • How do i export a single video file that also contains ac3 audio

    Hi Guys,
    Is it possible to export a single video file that also contains ac3 5.1 surround audio?
    I can create seperate audio and video files ok, but not a single file?
    Please help...
    Regards
    Andy

    You won't be able to do this with just FCPX by itself. You should be able to use Compressor to do this, or you can use Quicktime Pro to create a single .mov file from the separate video/audio files exported from FCPX.
    If you use Compressor, you can save the preset and make it available inside FCPX for future use.

  • How to open an HTML page that is part of my project using Captivate 6

    I'm looking to create an HTML page that will use some javascript to extract information from Captivate and then render it to the browser window as a report.
    I see how you can Open a  URL webpage from Captivate (by putting in an explicit address ie www.abc.com   or http://www.abc.com/myReport.html)
    but I'm curious what address I can use if the html file is in the SAME folder at the index.html that launches the captivate project  (or perhaps one folder down)..    I'm wanting to do this so it works whether I've published the project to a webserver or not.
    I was thinking I could use a relative reference (ie  something like .\myReport.html), but I haven't had any luck thus far

    Thanks Seth.
    I just tried that, but when I run it in preview mode (by simply hitting F12), it gives me an error because it can't  find the file in the temporary preview folder it creates (ie:
    C:\Users\Tom\AppData\Local\Temp\CP2840464090993Session\CPTrustFolder2840464091009\Captivat ePreviewLoader\
    I'm hoping to find a place to put it so that it works when running F12 and when running in regular 'published' mode
    I was thinking I could put it in the 'C:\Program Files\Adobe\Adobe Captivate 6 (32 Bit)\Templates\Publish' folder, but when I do that, it doesn't seem to gete copied to the .\CaptivatePreviewLoader folder when running F12

  • How do I read from a text file that is longer than 65536 lines and write the data to an Excel spreadshee​t and have the data write to a new column once the 65536 cells are filled in a column?

    I have data that is in basic generic text file format that needs to be converted into Excel spreadsheet format.  The data is much longer than 65536 lines, and in my code I haven't been able to figure out how to carry over the data into the next column.  Currently the conversion is done manually and generates an Excel file that has a total of 30-40 full columns of data.  Any suggestions would be greatly appreciated.
    Thanks,
    Darrick 
    Solved!
    Go to Solution.

    No need to use nested For loops. No need for any loop anyway. You just have to use a reshape array function. The picture below shows how to proceed.
    However, there may be an issue if your element number is not a multiple of the number of columns : zero value elements will be added at the end of the last column in the generated 2D array. Now the issue depends on the way you intend store the data in the Excel spreadsheet : you could convert the data as strings, replace the last zero values with empty strings, and write the whole 2D array to a file (with the .xls extension ) using the write to spreadsheet function. Only one (minimal) problem : define the number of decimal digits to be used;
    or you could write the numeric array directly to a true Excel spreadsheet, using either the NI report generation tools or ActiveX commands, then replace the last elements with empty strings.
    We need more input from you to decide how to solve these last questions. 
    Message Edité par chilly charly le 01-13-2009 09:29 PM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Example_VI.png ‏10 KB

  • How can I join/merge my AVCHD files that I tape with my camcorder without re-encoding the files?

    I have a lot of tapes that cut in the middle while recording more than 12 minutes. I would like to join/merge my files. What should I do? Which softwares should I use?

    Because I don't have any of Sony's softwares, or softwares that they use, I can't help much on that side of things, but programs that I use are
    Freemake Video Converter to convert it into a format that VirtualDub can read, then use VirtualDub to load up the first file, then use the Amend AVI to add the next file that you want to merge, and keep going until you're ready.
    Then I check the video and audio compression, make sure they're on full compression, choose the codec and video bitrate, and audio bitrate that I want, and save.
    I'm sure Sony's programs, or the ones they use, make it much easier. Try PlayMemories and Sony Vegas, they'll work with the AVCHD files without too much extra converting (and if it does convert, it's all in-program so should be much easier)

  • Deploying a single JSP file

    Hi All,
    I have installed weblogic server 9.2 on production environment . I have deployed a web application in exploded way, where i will be updated the JSP files frequently.
    Whenever a JSP file is updated , the changed are not taking place.
    Please suggest me , after changing a jsp file do i need to update the deployemnt or there is any to deploy a single JSP file using wenlogic.deployer utility.
    Please guide me on this issue.
    Regards,
    Krikar

    Hi,
    As you have mentioned that your WLS92 Server is running on Production mode. In production mode we dont change our JSPs frequently. The JSPs are Automatically updated within 1-Second in Development environment (PRODUCTION_MODE=false if this is mentioned in your serverSatrtScript).
    In Production Environment if you want that your JSPs whould be updated then Please specify the *<page-check-seconds>* Tag in *"weblogic.xml"* file.
    NOTE: The value <page-check-seconds>1</page-check-seconds> means check the pages every second. This is the default value in a development environment*.
    For more informations...Please refer to http://download.oracle.com/docs/cd/E11035_01/wls100/webapp/weblogic_xml.html#wp1038491
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Is Wonderful...Proofs are here)
    Edited by: Jay SenSharma on Dec 16, 2009 3:24 PM

  • Deploying a single jsp file in weblogic 9.2

    Hi All,
    I have installed weblogic server 9.2 on production environment . I have deployed a web application in exploded way, where i will be updated the JSP files frequently.
    Whenever a JSP file is updated , the changed are not taking place.
    Please suggest me , after changing a jsp file do i need to update the deployemnt or there is any to deploy a single JSP file using wenlogic.deployer utility.
    Please suggest where to find documents for the same.
    Please guide me on this issue.
    Regards,
    Krikar

    Hi Kirkar,
    As you have mentioned that your WLS92 Server is running on Production mode. In production mode we dont change our JSPs frequently. The JSPs are Automatically updated within 1-Second in Development environment (PRODUCTION_MODE=false if this is mentioned in your serverSatrtScript).
    In Production Environment if you want that your JSPs whould be updated then Please specify the *<page-check-seconds> Tag in "weblogic.xml" file*.
    NOTE: The value <page-check-seconds>1</page-check-seconds> means check the pages every second. This is the default value in a development environment.
    For more informations...Please refer to http://download.oracle.com/docs/cd/E11035_01/wls100/webapp/weblogic_xml.html#wp1038491
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Is Wonderful...Proofs are here)

  • How can I get a single jar file with NetBeans?

    How can I get a single jar file with NetBeans?
    When I create the project I get these files:
    dist/lib/libreria1.jar
    dist/lib/libreria2.jar
    dist/software.jar
    The libraries that have been imported to create the project are in separate folders:
    libreria1/libreria1.jar
    libreria2/libreria2.jar
    libreria1, libreria2, dist folders are all located inside the project folder.
    I added the following code to the build.xml:
    <target name="-post-jar">
    <jar jarfile="dist/software.jar">
    <zipfileset src="${dist.jar}" excludes="META-INF/*" />
    <zipfileset src="dist/lib/libreria1.jar" excludes="META-INF/*" />
    <zipfileset src="dist/lib/libreria2.jar" excludes="META-INF/*" />
    <manifest>
    <attribute name="Main-Class" value="pacco.classeprincipale"/>
    </manifest>
    </jar>
    </target>
    Of course there is also the project folder:
    src/pacco/classeprincipale.form
    src/pacco/classeprincipale.java
    Can you tell me what is wrong? The error message I get is as follows:
    C:...\build.xml:75: Problem creating jar: archive is not a ZIP archive BUILD FAILED (total time: 2 seconds)

    This is not a NetBeans forum, it is a JDeveloper forum. You might want to try http://forums.netbeans.org/. I also saw your other question - try looking in the New to Java forum: New To Java

  • How to add css styles in html file generated from Report builder?

    Hi,
    I schedule report in web browser,but the generated report html file looks very simple and doesn't correspond with the other html files which have css styles.So I want to add css styles to the generated html file from *.rdf in report builder.That is to say I should integrate css style with myReport.rdf.Can anybody tell me how to do that?
    thanks in advance.
    Regards
    jungle

    hello,
    i am not quite sure, what you want to achieve. did you try the DESFORMAT=HTMLCSS which generates inline-style-information.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                               

  • How do I download and saves html files off my website to store and save using Dreamweaver CS3?

    How do I download and saves html files off my website to store and save using Dreamweaver CS3?
    I need to save all files from web and store onto a drive to reupload to a new domain name.  I use Dreamweaver CS3.

    First define your Local Site folder in Dreamweaver.  DW will use this folder to store your site files.
    Go to Manage Sites > New or Edit site.  See screenshots.
    Servers:  Enter your remote server's log-in details.  When complete, hit TEST to see if the connection is working.  If all is well, hit SAVE.
    From the Files Panel (F8), click on Remote Server to show the files that are currently there.  Click the green Down Arrow to GET files from remote server to your local site folder.
    Nancy O.

  • How load swf file (flash 8) with adobe captivate 3 without enter the HTML?

    How load swf file (flash 8) with adobe captivate 3 without enter the HTML?

    Hi SaSQuaCh69247,
    Issue 1 :- Select the SWF file in library, right click, and
    select update.
    Issue 2 :- Actually it could be valid for Issue 1 also. It
    seems like SWF file you are trying to import, does some action
    like, importing another swf or connecting to server on the first
    frame itself. Captivate will try to play the first frame of SWF
    when you import them. Try creating a keyframe with the stop action
    as the first frame in your SWF, and see if you still have the
    issue.
    Issue 3 :- The approach I am mentioning over here is
    generally the last approach which I will take in such scenerios,
    but since you have already experimented a little, so try this.
    Go to C:\Documents and Settings\<user name>\Application
    Data\Adobe\Adobe Captivate
    Rename captivate_v20.dat as captivate_v20_org.dat.
    Restart Captivate Application.
    thanks

  • CS3: How to generate PDF from multiple HTML files using CSS?

    I have a set of static HTML files. They are nicely formatted using a single style sheet. They interlink. I would like a way to generate a single PDF file from that set of HTML files that preserves the links (of course, they would all link within the single generated PDF because they would not longer be separate files as a PDF). I would also like to preserve the formatting from the CSS so it doesn't look generic. I own CS3 but don't know which tool to use for this, if any. Which tool would I use for this?

    Acrobat Pro

  • How do I deploy an external JAR file

    Hello,
    How do I deploy an external JAR file?
    I am grateful for every hint.

    Hi Manuel,
      If you read my blog mentioned in the beginning of the thread, you will note that such solution is not supported in our engine due to number of reasons.
      Please, read the blog and use application library shared among these two applications. You will achieve the same effect. Please note that the using application will need run and deploy-time dependencies to the shared library.
      You should not add files to any of the folders manually or manipulate engine's classpath in such situations.
    Best Regards,
    Georgi

  • How to display a multiple-page html file

    My program has a multiple-page help file, which is an html file, that I would like to display page by page.
    My code presently doesn't even display anything, even though I put my "help.html" into two places, where I have my .java files and where I have my project file. Here it is:
    try
            JDialog dialog = new JDialog(AnanyaCurves.this, true);
            dialog.setTitle("Ananya Curves Help");
            JEditorPane editorPane = new JEditorPane();
            editorPane.setEditable(false);
            java.net.URL helpURL = JFrame.class.getResource("help.html");
            editorPane.setPage(helpURL);
            dialog.getContentPane().add(editorPane);
            dialog.setLocationRelativeTo(AnanyaCurves.this);
            dialog.setVisible(true);
    catch (IOException e)
    }AnanyaCurves is my main class, which extends JFrame, and the code above is the code for the method of a JMenuItem.
    Please help with my help! Thanks a lot!

    Hi,
    BrigitAnanya wrote:
    My code presently doesn't even display anything, even though I put my "help.html" into two places, where I have my .java files and where I have my project file. It has to be where the CLASS files are.
    Here it is:
    java.net.URL helpURL = JFrame.class.getResource("help.html");
    This might be in the path where the JFrame.class file is.
    You should better use
             java.net.URL helpURL = YourMainClass.class.getResource("help.html");greetings
    Axel

  • How can i open a downloaded mp4 file that is zipped?  Witch will not open.   And, Convert that mp4 to play on my iMac with Maverick osx ?   I there an app or apps i need to buy ?

    how can i open a downloaded mp4 file that is zipped?  Witch will not open.   And, Convert that mp4 to play on my iMac with Maverick osx ?   I there an app or apps i need to buy ?

    You should be able to open the zipped file by double clicking on it.
    http://www.videolan.org/vlc/index.html
    This link is for a VLC Player it can play just about everything.
    Cheers
    Don

Maybe you are looking for

  • Deactivate Goods Receipt in PO

    How we can deactivate (only display should be allowed) Goods Receipt , Invoice Receipt, Non valuated GR in Purchase Order ?

  • Iphone will not come up on computer (itunes) when plugged in?

    I got my iphone a week ago. I was able to sync my iphone about 3 times with my computer. But now when I plug it into itunes it will stay charging on the iphone itself but NOTHING comes up on itunes. itunes does not pop up itself like it used to.  I h

  • Another Aperture and iPhoto problem i am having

    I today imported 5 photos into aperture, i done keywords and other metadata pictures are all jpeg large 12 MP images. I then go-to the new iphoto 09 and again select show Aperture library find the pictures and drag them into a album on iphoto for eas

  • Create type problem

    I want to create a simple (not composite) data type using CREATE TYPE CREATE TYPE mytype under number (number(9)); Obviously it was wrong. Am I trying in vain? I mean CREATE TYPE can be used just to create composite types.

  • Booklet Printing from CS6 freezes software (Windows)

    I am using CS6 in Windows and have just started having printing problems. I created a booklet and last week I could print the booklet only as a .XPS document (not as a .pdf). I could then export that document to a .pdf (my end goal). Today, I cannot