How to nest a WCF service into a virtual directory off the Default Web Site

I have a service called PdfCreator. I want it installed on my servers in this directory for QA: "Default Web Site/QA/PdfCreator/PdfCreator.svc". I want it installed in this directory for DEV: "Default Web Site/DEV/PdfCreator/PdfCreator.svc".
If I specify QA/PdfCreator in the project's "Web service virtual directory name" field PB complains about invalid characters (the "/"). Is there any way to get around this? The only work around I can think of is adding "qa" or "dev" as a suffix/prefix to the virtual directory name ("Default Web Site/QAPdfCreator/PdfCreator.svc") which doesn't really give me what I want.
This isn't a big deal with only a few services but could become one as more are created.
Thanks,
Mark
PB 12.5.2.5006

Antonio, Thanks! That seems to have worked for Safari. However, we like Firefox too, and I tried to set that up the same way, but was told "can't find a manifest for that app". I wonder if I can copy the Safari list then alter and rename it?
...Tom

Similar Messages

  • How to set the default web site for WGM users

    Hi,
    In Tiger server there was a place to input the URL of the default web page for all browsers when users logged into network home folders. This was really helpful and saved a bunch of bandwidth and class time. Is there any way to do this in Leopard server? If so, please point me in the right direction.
    Thanks,
    ..Tom

    Antonio, Thanks! That seems to have worked for Safari. However, we like Firefox too, and I tried to set that up the same way, but was told "can't find a manifest for that app". I wonder if I can copy the Safari list then alter and rename it?
    ...Tom

  • How to integrate EBS(OracleApps11i)users into Oracle Virtual Directory(OVD)

    Hi Experts,
    We are using Oracle Virtual directory (OVD).
    We have a requirement to integrate EBS (Oracle Application 11i) users into OVD. For this purpose we are using the Database adapter in OVD to do the same.
    (Note: we could able to see the existing tables, but we don’t know how to integrate EBS users into OVD).
    Are we following the correct approach? If not please give us your suggestions.
    Thanks,
    Parker

    Clarify your requirements.
    OVD - as the name suggests is a virtual directory. What is your underlying directory? OID / Database?
    If your integration need is limited to User Identity data level integration i.e provisioning / synch then you can use native services from OID.
    If you are planning to do SSO - eBiz integration with an OVD ... not sure that is supported yet. because SSO - eBiz - OID is certified / supported ...and then you can do 3rd party SSO / Directory integration.
    I would like Oracle to support eBiz - SSO/OVD integration so that we can have underlying directories ... but that may be a tall order --- for now.
    Does this help?
    Regards,
    Rajiv Grover

  • How do I get Elements 11 to download part 2 from the Adobe web site?

    I purchased an upgrade from the Adobe web site to take my Photoshop Elements form 9 to 11. I could not find any instructions, so I decided to download the alternate method consisting of two parts. I got part one downloaded. Then I tried to download part two. The download no longer did anything. I noticed on the bottom of the screen where the part one progress bar had been, there was now a note that said there were local updates to be done. I said OK and the updates ran as four parts. When they were done, I again tried to download part two. Nothing. I then decided to try the Akamai (sp?) Download manager program. It would not download either. Should I wipe out part one and start over? Or, is there another solution?  I am using Windows 7. Thank you.

    Download it from http://prodesigntools.com/photoshop-elements-11-direct-download-links-pse-premiere-pre.htm l
    Make sure you follow the Very Important Instructions before proceeding to the actual download.

  • How to design a wcf service for specific requirement

    i have 2 question on wcf.
    1) suppose some one develop a bus booking service using wcf and expose the same service over 2 different endpoint like tcp and http but i like to know what would be the advantage of having 2 or more endpoint for single service ? in what kind of situation
    people use this trick? discuss in details.
     2) how can i offer some extra functionality for tcp client. suppose my service has 5 function but http client can call only 2 and tcp client can call all. how do i design wcf service in this way. any idea would be appreciated. thanks

    Hi Mou_kolkata,
    >> 1)what would be the advantage of having 2 or more endpoint for single service ? in what kind of situation people use this trick? discuss in details.
    In my mind the advantage of providing different endpoints for a single service is that each endpoint could use different binding and we would use different endpoints for logical grouping by function, we could also apply different levels of security
    in the binding for each endpoint. For example you can expose an interoperable endpoint for Java, PHP, ... clients and a proprietary binary endpoint which could be faster but only for .NET clients.
    Besides, please also try to check this similar thread:
    http://stackoverflow.com/questions/6033788/when-why-would-i-use-multiple-endpoints-vs-a-single-endpoint-in-a-wcf-service .
    >> 2) how can i offer some extra functionality for tcp client. suppose my service has 5 function but http client can call only 2 and tcp client can call all. how do i design wcf service in this way. any idea would be appreciated.
    An esay way is to create two services. One service is for http client with 2 functions and the other service is for tcp client with 5 functions.
    Or maybe you need do some authentication, for more information, please try to refer to:
    http://stackoverflow.com/questions/11566182/how-do-i-restrict-access-to-some-methods-in-wcf .
    Best Regards,
    Amy Peng
    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.

  • HT1473 When downloading a CD album, if it contains different artists, the album is split up into separate albums/icons. How do I get all songs into one album (just like the original CD)?

    When downloading a CD album, if it contains different artists, the album is split up into separate albums/icons. How do I get all songs into one album (just like the original CD)?

    Generally, in iTunes, all you need to do is fill in an appropriate Album Artist to keep things together. For older iPods each track from the same album should have the same artist, or be marked as a compilation where appropriate. For iOS devices you may need to go to Settings > Music > Group By Album Artist > On.
    For more details see my article on Grouping Tracks Into Albums, in particular the topic One album, too many covers.
    tt2

  • Hi, I accidentally deleted a project in trash. How do I get it back into final cut pro X. It is still sitting in trash,

    Hi, I accidentally deleted a project in trash. How do I get it back into final cut pro X. It is still sitting in trash.

    If your working on an external hard drive, just drag/drop back in the Final Cut Projects folder, and re-open FCPX

  • How secure is the default web services?

    Just curious how secure the default web services configuration is.
    Would mod_security need to be installed?
    The server would only host 2 sites but I am concerned about basic security.

    Your question is too vague to be answerable.
    Any web server security depends largely on what you're doing.
    If you're just serving static pages then its pretty secure - there isn't much anyone can do to compromise your server.
    If you're running any kind of dynamic content then your security depends on a) the server-side engine you use (e.g. PHP, Java, Ruby, etc.) and b) the competency of whoever's writing your code.
    If you're using any kind of database-driven content then your security also depends on your database engine, and your ability to secure your database.
    The upshot is that the software as delivered is only as good as how you configure and run it. mod_security (if you take the time to configure it) offers some protection, but it doesn't beat taking the time to code your application correctly.

  • How to  pass a variable value into a custom planning function via a web

    Can some one tell me
    How to  pass a variable value into a custom planning function via a web template?
    What are the different types of Planning function parameters available and what is the difference between them?
    Thanks
    babu

    Hi Sutrtha,
    Yeah I got the pop up asking to select the variables used, I have selected ENTITY_ID that was used by the interfaces, but on execution of the package the Scenario did not work as the passeed variable #ENTITY_ID is set to 0 instead of the value I am passing.
    Am I missing something?
    Regards
    B

  • I have just downloaded an alternative keyboard (Fast Keyboard)How do I get my Ipad2 to use it instead of the default keyboard, please?

    I have just downloaded an alternative keyboard (Fast Keyboard).
    How do I get my Ipad2 to use it instead of the default keyboard, please?
    Thanks for your help

    First, please don't shout.
    Second, don't post personal information.
    Third, restore, if iTunes will let you.  Everything except the password will be restored.  Connect via cable to the computer that you use for sync.  Be forewarned that it takes a long time.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

  • How do i download 5.0? i cant open the fasfa web site for school

    how do i download 5.0? i cant open the fasfa web site for school

    1) I suggest you download the given version of Firefox.  See my post above.  This version  will probably work on your machine.
    2) Change the identity of Safari. See:
    http://www.alanwood.net/demos/browser-identification.html
    3) User agent switcher for firefox
    https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/
    4) Download iCab.  It let's you set any web identity you wish.
    http://icab.de/
    Try going to the library.
    So, lie about what browser you were using.  I thought it was a nineties thing.
    This appears to be a real 'Nineties' web site software.  When IE came out in '95, IE would claim to be Netscape so as to fool the web site into letting it into the site.  Web sites in those days checked for a particular version and type of the web browser. The site would only let that version and type grace the site ( interact with).  The site software is supposed to check for the capabilities of the browser and act accordingly.
    Robert

  • HT1208 Where do I find a tutorial about how to use the new iTunes? I have version 11.1.3 (8). I looked on the Apple web site but only found info extolling the virtues of iTunes, not how to use it.

    Where do I find a tutorial about how to use the new iTunes? I have version 11.1.3 (8). I looked on the Apple web site but only found info extolling the virtues of iTunes, not how to use it.

    Use it the same way as previously.
    ctrl B shows the menus.
    ctrl S shows the sidebar.
    What else do you need help with?

  • How can I add a column to show the website (web site) of an rss feed?

    I've got a lot of rss feeds coming into thunderbird. I organized some into folders, but also have a folder for several rss feeds as they adress the same topics and I prefer not to browse through 25 separate folders. However, the sender doesn't always make it clear which blog it's from, so I'd like to add a column which shows the website of the rss feed. (sender is often: [email protected], and there are different writers for a single blog who themselve have their own blog as well, so can't sort on sender name either).
    When opening an rss feed, it displays in the header: web site (with the space) and then the web adress. This is what I'd like to be able to see in my columns.
    I didn't see an option yet to customize columns, nor did I find an addon that does this.
    Does anyone know a solution?

    Thanks, that seems to work. I'm struggling to place the lightbox at the top of the page however - when I click the trigger I want the menu image to display anchored to the top of the page, but there's always a gap as it centers the image. Help is appreciated!

  • How to install adobe X or XI in a directory other than default.

    Please,
    I need install Adobe reader in a diferent directory of default.
    How to install adobe X or XI in a directory other than default.
    best Regards.

    What OS? Why are you trying to install i a different directory. No matter what directory you install in, quite a bit must be installed on the boot drive. If you are running out of hard drive space, it is time to get a new hard drive.

  • How do I disable "this connection is untrusted" I visit the same web site mutiple times in a day visit I get this same error, these are trusted sites within my work

    How do I disable "this connection is untrusted" I visit the same web site mutiple times in a day and every visit I get this same dam error, these are trusted sites within my work environment. This is getting really old, and I am thinking that I should just uninstall, which is a pity becuase I do like firefox

    Okay, before you copy 'n paste canned responses, you should read the post first.
    '''The date & time on my computer is correct''' I've already checked this.
    '''I don't give a damn why the site is untrusted''', I probably know why in fact (behind corporate proxy server).
    As for exporting a known good certificate from another browser, sure good idea, but it doesn't seem to work. I tried exporting from IE, Firefox did the import without complaint, but it still complains. At any rate, I don't care about that. '''I just want to permanent disable it for ALL SITES for ALL TIME'''. Is that too much to ask for?
    Judging by the number of posts on this topic, apparently I am not the only one complaining about this.

Maybe you are looking for