Multiple projects in one web role using Azure cloud?

How to run One webrole with multiple projects using azure?
In my solution One WCF service and ane website i want run both on one solution,
How to run both in one domain?
anilbabu

Thanks for replying,
I want to this type of output,
In my project one solution two projects(one website and one WCF service)
what i am asking is 
this type 
running both projects single service
http://postimg.org/image/oijwkbn7h/
After
i a hosting into azure that url's like this
How can i get this type of output
EX: http://multliplehos.cloudapp.net/ 
Service url: http://multliplehos.cloudapp.net/Service1.svc
anilbabu

Similar Messages

  • Diagnostics not working in web role for Azure SDK 2.5.1

    I am working with Azure SDK 2.5.1, mainly on the new designed diagnostics stuffs. However, I found I cannot get it run for my web role.
    So, I created a cloud service project, added a web role. Then, I appended one Trace message at the end of Application_Start in Global.asax.cs:
    Trace.TraceInformaction("Application_Start end.");
    After that, I right clicked the WebRole and opened the Properties tab.
    In the diagnostics config window:
    General: I choose 'Custom
    plan', also specified the storage account, keep the 'Disk
    Quota in MB' as default '4096'
    Application Logs: 'Log
    level' switch to 'All',
    others kept as default
    Other tabs are in default config settings
    After I deployed the project to cloud, I found some unexpected things:
    There is no WADLogsTable exists
    in Table storage. That's very strange, if I use a Worker Role, it would work as expected. So in web role, I just cannot find the Trace logging?
    For the performance counters, since I am using the default config with 8 counters, I can only see 8 in WADPerformanceCountersTable table
    storage. In my assumption, over time, there would be more and more values of this 8 counters transferred to this table. But it was just not happened, after several hours, it still had that 8 counter values.
    I just thought the diagnostics for Web Role just crashed or not working at all. Meanwhile, I checked the logs located at "C:\Logs\Plugins\Microsoft.Azure.Diagnostics.PaaSDiagnostics\1.4.0.0\DiagnosticsPlugin.log" in
    server, at the end of this file there is an exception said some diagnostics process exit:
    DiagnosticsPlugin.exe Error: 0 : [4/25/2015 5:38:21 AM] System.ArgumentException: An item with the same key has already been added.
    at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
    at Microsoft.Azure.Plugins.Diagnostics.dll.PluginConfigurationSettingsProvider.LoadWadXMLConfig(String fullConfig)
    DiagnosticsPlugin.exe Error: 0 : [4/25/2015 5:38:21 AM] Failed to load configuration file
    DiagnosticsPlugin.exe Information: 0 : [4/25/2015 5:38:21 AM] DiagnosticPlugin.exe exit with code -105
    From MSDN,
    the code -105 means:
    The Diagnostics plugin cannot open the Diagnostics configuration file.
    This is an internal error that should only happen if the Diagnostics plugin is manually invoked, incorrectly, on the VM.
    It doesn't make sense, I did nothing to the VM.
    As I said above, I just did very tiny changes to the scaffold code generated by Visual Studio 2013. Did I do something wrong or it's a bug for Azure SDK 2.5?
    By the way, it seems everything is ok for Worker Role.

    Hi,
      This issue could be an internal issue, I do not have any update on this as of now. There was a similar issue due to a regression last month that has been resolved, however i dont think this issue is related.
      Please follow the below article on how to enable Diagnostics and let us know if it works.
    http://azure.microsoft.com/en-in/documentation/articles/cloud-services-dotnet-diagnostics/
      I will let you know if I have any update on this issue from my side.
    Regards,
    Nithin Rathnakar.

  • Making multiple projects into one SCORM

    I have made multiple Captivate 5 projects that need to transform into one SCORM Module on my moodle LMS website, and count as one SCORM Quiz/Test. I've tried to even load multiple projects in one zip, but it failed to jump to the other projects when I had them all linked together leaving only this: "loading..." when I click the button to open project on the SCORM package. Please Help... Thanks...

    I'm assuming here that your questions are related to the fields in the Quiz Preferences in Captivate.
    The Objective ID is the same for all reporting elements in a given module. The Interaction ID Prefix just helps to distinguish which particular module your question data came from if you happen to be viewing it on drilldown inside your LMS.  As long as it's not the same prefix as for other modules, it should be fine.
    In the Multi-SCORM Packager dialog, the information you add to the fields will be written to the imsmanifest.xml file for the overall package:
    Identifier is to provide an ID for your course that will be unique in your LMS. This will also be used to generate the filename of the final zip file.
    Title is the name of the course.
    Description may or may not be required by your LMS.  Test and see.  In some LMSs this info gets displayed to the user when viewing a synopsis of the course.
    Version is the version of the package.  I actually use the date reversed for my versioning (20110520a) with a letter on the end in case I output more than one version on a given day.
    Duration is important to add. Some LMSs won't regard your package as compliant without this.
    Subject is not something I've generally worried about, but it doesn't hurt to put a brief phrase on what the course topic material is about (e.g. Health and Safety)

  • Azure Web Apps (Web Sites) vs Azure Cloud Services (Web Roles)

    Hi All,
    Need some help in choosing between the Web App or a Web Role for a MVC5 application that we are going to build. We are planning to build an MVC5 application which will consume a Web API (hosted on Azure). The MVC5 application would be an external site and
    it needs to be load balanced and it would be hosted on Azure.
    We are not able to decide on the hosting options for the same ... between Azure Web Apps and a Web Role. We didnt come across anything which will help us to make a choice as to where the Web Apps fall short or which one should one go for etc.
    Any help on this front would be highly appreciated.
    Regards,
    Saurabh

    To make your life easier you should start by using Web Apps, they have many more features than Web Roles (git deployment, backup, free sku, webjobs, continuous integration and many more).
    There are some scenarios that are not supported like remote desktop to the VM.
    But the reason you should start with them is that unlike Web Roles you won't have any special code relying on the environment you are running on so you will be able to easily move to web roles in case you find a scenario that is not supported by Web Apps.

  • Multiple NLS in one web server

    Hello all ,
    currently i have the following:
    DB1 ,ar8mswin1256 characterset , accessed from web application with nls = ar8mswin1256 .
    DB2 , WE8ISO8859P1 characterset , accessed from web application with nls = WE8ISO8859P1.
    i want to consolidate the two database into one utf8 , and put the two web applications into one web server (Microsoft IIS ).
    Question1:
    Now , for the two applications , what characterset should i use ( in the client side)? utf8,ar8mswin1256, WE8ISO8859P1.
    Question2:
    In Microsoft IIS web server how can i set a different Charaterset for each web applications? the entry for the NLS is in the registry and shared by whols applications in the server and there is no option in the command "ALTER SESSION" to set the characterset.
    Thanx for your help
    null

    If you use Oracle9i (at least) database and client, then both the database and the NLS_LANG should be AL32UTF8.
    Microsoft IIS by itself does not read NLS_LANG. It has to use some Oracle interface to get to the database. Anyway, the recommendation is to use whatever Microsoft IIS and your programming environment have available to work in Unicode UTF-8. You do not need two separate NLS_LANG values.
    -- Sergiusz

  • How to embed multiple queries in one web template

    Hi,
    I've a requirement wherein I need to embed two queries in one web template. The first query displays order quantity from a particular customer and the second query displays other information for that customer. Most of my web templates i've contains only one query which i've created using 0ADHOC template saving this as diff template and modifying it. But this is the first time I have got this type of requirement wherein the user drills down on a particular customer for order quantity and then goes for other information from other query.
    Does anyone out there has any idea or suggestion as to how to do this ? One more thing I need to pass the values from one query to another which is akin to RRI concept while staying in the same web template.
    Your suggestions/advices are highly appreciated.
    Thanks in Advance,
    Rash.

    Hi Rash,
    You can do this by including 2 table web items in your template and assiging the 2 different queries as different dataproviders to each. You can try to create a drop down box to filter the customer and in its properties set DataProvider1 and DataProvider2 as the affected data targets.
    Hope this helps...

  • How do I scan multiple pages into one pdf file using the PIXMA MG7520 on Windows 8.0? Please help!

    I recently received a PIXMA MG7520 for a gift.  It works great with my lenovo laptop/tablet running on Windos 8.0.  The one drawback to the HP all-in-one that it replaced is it does not have an ADF.  That being said, there must be some way to scan multiple pages into one pdf file.  I need help figuring thing out.  Thanks in advance!
    Solved!
    Go to Solution.

    Hi mdtolbert54,
    There is a program that comes with the printer called the IJ Scan Utility that can assist you with scanning multiple pages into a single PDF document.  To do this, please follow these steps:
    1. On your keyboard, press the Windows key.
    2. Start typing IJ SCAN UTILITY. The search window opens as you type. Once the IJ SCAN UTILITY is displayed, please select and open it.
    3. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears.
    4. Click the DOCUMENT SCAN option on the left pane of the window.
    5. In the SAVE SETTINGS section of the window, you will select the save format and location of the document you are about to scan.
    a.) In the FILE NAME field, specify the name you would like to give the file. By default the filename will begin with IMG; you can remove IMG and change it to whatever you would like to name the file.
    b.) In the DATA FORMAT field, use the drop-down arrow to select the PDF (Multiple Pages) option. 
    c.) In the SAVE IN field, please navigate to the area where you would like the file to be saved once it is scanned in. By default, the file will be saved in the MY DOCUMENTS folder.
    6. Once all settings have been selected, click the OK button at the bottom of the window to save the changes. The IJ Scan Utility main screen appears.
    7. Click the DOCUMENT button. Scanning starts. Click the CANCEL button to cancel scanning if needed. Scanned items are saved in previously selected folder location specified in the SETTINGS... window.
    If you find that you need advanced scanning options such as adjusting resolution, brightness, contrast, saturation, color balance, etc. in addition to the options selected above, please click on the SCANGEAR button on the IJ Scan Utility Main screen, then adjust the items as necessary.
    Once the items above are set for document scanning, in the future, you will only need to launch the IJ Scan Utility, then press the DOCUMENT button to perform the scan (unless you want to make changes to the settings).
    Hope this helps!
    This didn't answer your question or issue? Please call or email us using one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • VS2013 Community Edition : How to add multiple projects in one solution?

    I am an experienced .Net developer. I am using Visual Studio since 2005.
    Yesterday, I just installed “Visual Studio 2013 Community Edition”. Suddenly I came to know that I can’t add multiple projects to a solution. Even a project does not have
    solution !!
    I had also tried to create a blank Visual Studio solution and then tried to add projects to that solution. But after creation of project, it will not be added to that solution.
    Infact it even doesn’t have solution !!
    How can I add multiple projects to a solution in VS2013 Community Edition?

    Glad to see the problem was resolved. Thank you for sharing the solution here.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Multiple servlets in one web app?

    Is this possible?
    what I want is to have different servlets handling different parts of the app and control to be passed via <form> tag in embeded html.
    If this is possible do I need to deploy each of them on their own or can I have multiple entries in the web.xml file.
    Alternatively am I going about this the wrong way?
    Thanks

    You should have a look at web.xml documentation. You would find out a lot more features you could use and get a better understanding how this all works and what all could be done. If you have tomcat, have a look at it's documentation or even better get the free pdf at pdf.coreservlets.com!

  • Storing multiple passwords for one web site

    I go to one web site that I have over 30 different user accounts that I access. Is there a way to have Firefox remember all of the user account login and passwords?

    You may be able to do that with the LastPass add-on https://addons.mozilla.org/en-US/firefox/addon/lastpass-password-manager/
    I don't know about the maximum but it does support multiple info for the same domain / URL. Please note that the app is basically a secure online backup solution for passwords and whatever is created is mirrored to an online backup site.

  • Attach multiple emails to one master email using Java mail API

    Java version: JDK 1.5.0_15
    Hi,
    I am using Java API to send email using our corporate microsoft exchange server. Everything is working fine, now I have a requirement to attach multiple emails to one master email and send.
    Question:
    Using JAVA API is it possible to attach multiple emails to one email?
    Regards,
    Arup

    The beginning of this FAQ entry tells you how to attach one message to another message:
    http://www.oracle.com/technetwork/java/javamail/faq/index.html#forward

  • Combining multiple projects into one?

    from a recent vacation i have imovie projects for each city, 6 in all, each being between 2:45 and 5 minutes long. i did each in its own project to keep clips organized better, but when the final project plays, i want the cities to run one after the other, without kicking out to the menu everytime. basically what im asking is is there a way to merge these seperate projects into one, or do i have to compress each and then make a totally new imovie from that?

    welcome phiphika to the  board…
    in terms of convenience, I would indeed export/share all 6 movies.
    to tape, or as Quicktime/FullQuality…
    both methods create a lossless copy of your final movie(s).
    in step II, import all 6 project into a new iM project, as said above, you don't loose ay quality with that back'n forth copying... only some time ;-)… you can set then chapter markers etc....
    besides, your workflow is as mine on larger projects: not 678 clips into one monstrous project of some dozends Gigabytes, just segments…

  • How to deploy worker role to Azure cloud via portal

    Hi
    I have two worker roles in my VS Project and I need them to be running on Azure cloud. I have created the storage accounts, the worker roles are using Queues, that I created using c# code.
    I looked up some articles and they say I have to create a hosted services from top left corner, but I don't see any hosted service link on my portal. (I am thinking the new version of Azure Portal does not have hosted service link, probably been replaced
    with something else but I don't know what it is)
    Can someone please help me what to do after I create a package and have the config and package files in app.publish folder. How to deploy the  worker roles in cloud using the Portal
    Thanks
    -Sarah

    Hi,
    >>I looked up some articles and they say I have to create a hosted services from top left corner
    As far as I know, cloud service was called hosted service in old azure platform, see below old platform screenshot.
    About deploy your application to cloud service, please refer to
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-how-to-create-deploy/ for more detail information.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Multiple projects, yet one flash file launched from browser

    Hello everyone, I glad to be a part of this wonderful community.  I have a really sticky Captivate 4 problem, and I wanted to get my feelers out there now before I really need to get this done before the end of the week.  This question has to do with publishing.  I have 7 project files, and I created a "menu" slide at the end of each of them that look exactly the same.  In this particular slide, there are 7 'click boxes' spread throughout the page that launch all the other projects.  If you are wondering why I did this, it's because I'm trying to cut back on load time when a user click on any individual project.  Now, my programmer can only launch one .swf file from our webpage to get the first project started.  So, does this mean Captivate will dynamically handle launching all of the other projects(assuming multiple flash files are created) when they are launched from these "menu" slides?  I'm a bit confused.  I'm likely confusing some of you as well.  It is hard to put the problem into writing.  Please help!

    Okay, so lets look at the problem, shall we?
    You created seven projects. But you later asked:
    So, does this mean Captivate will dynamically handle launching all of the other projects (assuming multiple flash files are created) when they are launched from these "menu" slides?
    First off, with seven different projects, you end up with seven different outputs. Assuming you are using Captivate in the basic form, you will end up with seven different SWF files and seven different HTM files that need to be factored into things. You may have more files than that, depending on your options used.
    When you create the links using the Click Boxes, hopefully you used the option: Open other project. This means that when the user clicks, the other SWF/HTM or EXE (depending on output) will be launched.
    I'm sure you will have other questions. So just post back either in threads of their own or by replying to this thread.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Advice on "merging" multiple projects into one

    RH9 webhelp.
    We currently run as merged help, but for maintenance and other reasons, I would like to merge these into a single project. This is mostly due to the variety of style sheets and folder structures that resulted from many of our older topics being added using the import Word feature in earlier versions of RH. I've done this in the past with a few smaller projects, but it ended up requiring a fair amount of manual per-topic work that I'd like to avoid if possible, give the # of these that would be affected by this.
    My initial questions are:
    1. Is it recommended to use the import feature to add the child files into the parent? Or create a brand new project and add both parent and children files into that? Or to use some other method of adding/recreating the current files into an existing/new single project? Especially in terms of the questions below (i.e. folder structures, old/new styles, associated image files, etc.).
    2. Is there a way of importing that won't replicate the original folder structure? For example, in the projects I've created from scratch, all topics are under the basic folder for that project, while in older ones - which were mostly updated by importing Word documents - many topics reside in their own sub-folders, or in what were apparently early attempts to organize topics by subject. I would like to get rid of these sub-folders and have all topics in the same basic folder.
    3. Is there a way of importing images that can auto-update image file names if an existing one already uses it? Many of our older images were created using simple numbering (e.g. 1.jpg, 2.jpg, etc.). Between the various projects and the various subfolders in each project, we have a lot of shared file names, and in my initial experimenting it required a lot of manual work to avoid overwriting. Is there a way in RH (or even outside, I guess) to somehow automate renaming these images during the import process?
    4. Is there advice on mass-updating styles via style-sheets? I'm noticing a lot of weird display and control issues if I import a bunch of old topics and then try to apply our current style sheet to them. For example, RH will show that the new style is now associated with them, but they continue to display using the old style, or the wrong options (usually font styles and font sizes) are enforced with the update (for example RH seems to always default to want to use Times New Roman, even when neither the old nor new styles uses this font), or options (most commonly the font styles we use in the new style) will disappear from drop downs and the like. It just feels very buggy and not consistent or correct in being applied, and I'm worried about having to manually update or recreate a lot of individual topics because of this. Given we have some very ancient topics that have 'survived' 4 or 5 (or more) versions of RH, I guess I'm wondering if there's any old html code or similar that might be the culprit, and if so, how best to sort it out.
    Essentially, we're kind of unique perhaps in that we don't really want to retain the existing folder structures or style guides, but my experience with the previous go-through was that RH did what it could to retain those. Which is understandable, but for us it'd be nice to avoid that and especially if there's a way of doing so without having to manually move and edit each topic and image file as they're imported into the target project.
    Thanks for any tips or suggestions!

    Hi there TWnKC
    Personally, I'd copy the existing master, then begin importing the child topics in order to create a new project that is a combination of the former. And I do think it will be helpful moving forward to describe this as "Combining" as opposed to "Merging". Just so everyone is aware of the difference.
    As for the structure, it may be whatever you like and all you have to do is ensure you import the topics into the correct folder.
    Not sure about the images. That one will require a bit of testing. I might expect that if nothing is done you do run the risk of having them overwritten. So here is what I would probably do. Before importing, move images to a folder that is rather unique. That way they will be out of the way and won't get overwritten. By moving them inside RoboHelp, all references to them are updated as well.
    As for the style sheets, only picking apart what is happening will truly reveal the issues. My own guess here is that you are probably seeing some inline or embedded styling that is causing things to run amok. But once you sort what is happening, it shouldn't be a big deal to fix.
    I'm sure others will pop in and offer other additional advice.
    Best of luck to you! Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for