Part 29 Hosting wcf service in iis

Поділитися
Вставка
  • Опубліковано 9 лют 2025

КОМЕНТАРІ • 47

  • @strahinja1107
    @strahinja1107 6 років тому +5

    I really hope you're making some money on UA-cam with your tutorials because what you do is literally a charity work. You are awesome!

  • @omostan
    @omostan 6 років тому

    Like lasmini rightly said, all your videos are excellently done and your teaching style has no match compared to the numerous tutorials all over UA-cam . Thank you very much!

  • @iasminigomes
    @iasminigomes 11 років тому +6

    I liked all the videos very much. You are an excellent teacher, explains very well and detailed.

  • @zipovimg
    @zipovimg 6 років тому

    Your videos are awesome. I just face a web service situation with the WFC and now I have better understanding

  • @worldcrafter
    @worldcrafter 6 років тому

    thank you for making this as straightforward as possible. you are an incredible teacher.

  • @TheCycl0ps
    @TheCycl0ps 5 років тому

    Thank you for your tutorials. Great job!

  • @leiyang7739
    @leiyang7739 10 років тому +1

    Hi Venkat
    Previous in Part 3 , when you host web service in console application, you specify the metadata exchange endpoint, is it required also to specify the metadata exchange endpoint here?
    in the web.config file, the endpoint address is localhost:8080 as the base address, if deploy the web service to IIS, can i get access that web service through localhost:8080/HelloService url ? since we can access that using localhost/ Virtual directory / servicename.svc, why do we still need to specify endpoint here ?
    Thanks for that video, it is a great help

  • @swarnasudheerkumar4915
    @swarnasudheerkumar4915 10 років тому

    concept is crystal clear

  • @hammadshah2072
    @hammadshah2072 8 років тому +1

    This is very helpful. Thanks for providing such tutorials. Can you please elaborate; how to host a WCF Rest service in IIS?

  • @bertilsigfrid327
    @bertilsigfrid327 3 роки тому

    It is so very strange. I have followed this tutorials from the start since I am new to this. When I started it was because I need to develop a client running on local PC that need to access data from a central part. Thus selfhosting a service will not work out. I need to have a server running on the internet running this service. And then the idea is to get and store information on that server. Much like when a ticket booking agent need to access ticket information from a server on the internet to use on their local computers.
    Simple.
    No, first I asked my domain provider if they support WCF and they do not. So I have been searching on the internet for domain providers that could give me WCF functionality. (Windows Activation Services (WAS) and/or Internet Information Services (IIS)).
    But I have found none so far.
    And all the tutorials so far have been about self-hosting so when I came to this tutorial I thought that now finally I would get an example of not having the service on my own computer. What I thought was selfhosting but alas no! The "website" used in this tutorial is on the C:drive!
    C:\HelloService . . .
    What is it that I fail to understand?
    Well, perhaps it will clear up in some of the remaining tutorials.

  • @WorkOffTheBooks
    @WorkOffTheBooks 11 років тому

    Hi Venkat, What is the best way to create a service in which many different applications can access it like php, asp.net, java, etc?

  • @Thaizer
    @Thaizer 10 років тому

    Thank you so much for this channel.

  • @matthewfleck8776
    @matthewfleck8776 6 років тому

    I love your videos and find that I come back to them when I need something new; like now. My problem is that I do not have the menu option to Add New Website only Add Existing Website. I cannot find any references to how to add this option. Any ideas? Thanks.

  • @MohammedDawoodAnsari
    @MohammedDawoodAnsari 10 років тому +1

    It seems it has been changed totally by VS 2013, I followed all the steps I have svc file available in my project as well by it contains Interface code of the service instead of Service Host directive shown in this video 2:24

  • @AutomaticDancer
    @AutomaticDancer 10 років тому

    Can you please provide full source code for these examples? Following your instructions, I can see the service and add the reference in the client, however all operations on the service fail with timeout exceptions. Do you know why this could be?

  • @miguel70178
    @miguel70178 10 років тому +5

    I got an error: HTTP Error 500.19 - Internal Server Error, Error Code 0x80070005
    Config Error Cannot read configuration file due to insufficient permissions. how can solve this, and msdn its not helping me thank you

    • @antonkoposov9858
      @antonkoposov9858 8 років тому +1

      I fix that on my Windows 10:
      1.Go to Control Panel - Programs and Features - Turn Windows features on or off.
      2.Select .NET Framework 4.6 Advanced Services - WCF Services
      3.Check HTTP Activation.
      4.OK done.

    • @danielcadena868
      @danielcadena868 6 років тому +1

      Thank you..

  • @semikolon4229
    @semikolon4229 6 років тому

    Thanks, a lot.

  • @matthewfleck8776
    @matthewfleck8776 6 років тому

    Looks like I spoke too soon. After doing even more searching I found this info: File > New Project > Visual C# > Web > Previous Versions
    Then I can see the previous dialog options for Site, Razor, etc...

  • @pavankumar-ef7ol
    @pavankumar-ef7ol 10 років тому +1

    I got an error. Can you please help me to resolve the issue. Below is the error details.
    The document was understood, but it could not be processed.
    - The WSDL document contains links that could not be resolved.
    - There was an error downloading 'pavan-pc/HelloService/HelloService.svc?xsd=xsd0'.
    - The underlying connection was closed: An unexpected error occurred on a receive.

  • @sonuuniyal502
    @sonuuniyal502 6 років тому

    i got an error
    The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
    Please help me out

    • @vigneshnaik5134
      @vigneshnaik5134 6 років тому

      Install wcf services in ur pc or server...error will get solved ..check on internet as how to install wcf services ...it is just a checkbox we have to check and install

  • @ReddragoA612
    @ReddragoA612 7 років тому +2

    HTTP Error 500.19 - Internal Server Error - HRESULT: 0x80070005
    Solution is here: support.microsoft.com/en-us/help/942055/-http-error-500.19-error-when-you-open-an-iis-7.0-webpage

    • @ReddragoA612
      @ReddragoA612 7 років тому +1

      I had to add read and execute permission to the computername\IIS_IUSRS user on the project folder.
      I posted a link to the solution :).

  • @siciidh
    @siciidh 11 років тому

    Thanks a lot

  • @saagarsoni3
    @saagarsoni3 11 років тому +1

    thnx a lot sir

  • @ArtenyRU
    @ArtenyRU 10 років тому +3

    Same problem with HTTP Error 500.19 - Internal Server Error.
    Does anybody has a solution?

    • @antonkoposov9858
      @antonkoposov9858 8 років тому

      I fix that on my Windows 10:
      1.Go to Control Panel - Programs and Features - Turn Windows features on or off.
      2.Select .NET Framework 4.6 Advanced Services - WCF Services
      3.Check HTTP Activation.
      4.OK done.

    • @Friendstwist
      @Friendstwist 7 років тому

      Thank you Worked For me!!!!

    • @OmarAdnan1988
      @OmarAdnan1988 6 років тому

      I think this tutorial can give hand www.c-sharpcorner.com/article/hosting-wcf-service-on-iis/ , I am using Windows 10 , VS 2017 , IIS 10 , and I got same error

  • @kevintshepo8822
    @kevintshepo8822 10 років тому

    I get an error message when trying to open the browser - HTTP Error 500.19 - Internal Server Error
    The requested page cannot be accessed because the related configuration data for the page is invalid

    • @charleskangai4618
      @charleskangai4618 10 років тому

      Make sure to have the ASP.NET file open when you click the green button within Visual Studio to open the browser.

    • @ArtenyRU
      @ArtenyRU 10 років тому +1

      Charles Kangai What do you mean? There is no problem to run service from VS. This problem is when click Browse service from IIS Console.

    • @resulovciraq5086
      @resulovciraq5086 6 років тому

      1.Go to Control Panel - Programs and Features - Turn Windows features on or off.
      2.Select .NET Framework 4.6 Advanced Services - WCF Services
      3.Check HTTP Activation.

  • @kndrao
    @kndrao 11 років тому

    Thanks

  • @aanchalsharma2666
    @aanchalsharma2666 6 років тому

    Plz provide .svc or wcf service application video

  • @nadiahristova3527
    @nadiahristova3527 8 років тому

    Thank you :)

  • @LebanonJihad
    @LebanonJihad 9 років тому

    keep the good work up

  • @shadowtm
    @shadowtm 9 років тому +1

    To all people getting HTTP Error 500.19 - Internal Server Error :
    I fixed mine by right clicking the entire sollution folder=>properties=>security and adding user group called IIS_IUSRS with all entitlements.
    I hope it solves your problems aswell :)

    • @preetiagrawal796
      @preetiagrawal796 7 років тому

      Thanks this worked for me too

    • @nayanamtanuj
      @nayanamtanuj 7 років тому

      Thank you so much. It worked for me.

    • @aaqibdar2109
      @aaqibdar2109 7 років тому

      Do we need to click the entire solution folder with in .net framework, i mean i did the same but didn't find the security option

  • @RabiaDaud_95
    @RabiaDaud_95 8 років тому

    why you teacher not come to lowest level and then teach??? i dont know how will i do my project...