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!
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
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.
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.
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
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?
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
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.
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...
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.
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
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
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.
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
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
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.
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 :)
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!
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!
I liked all the videos very much. You are an excellent teacher, explains very well and detailed.
Same here.
Your videos are awesome. I just face a web service situation with the WFC and now I have better understanding
thank you for making this as straightforward as possible. you are an incredible teacher.
Thank you for your tutorials. Great job!
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
concept is crystal clear
This is very helpful. Thanks for providing such tutorials. Can you please elaborate; how to host a WCF Rest service in IIS?
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.
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?
Thank you so much for this channel.
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.
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
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?
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
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.
Thank you..
Thanks, a lot.
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...
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.
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
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
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
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 :).
Thanks a lot
thnx a lot sir
Same problem with HTTP Error 500.19 - Internal Server Error.
Does anybody has a solution?
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.
Thank you Worked For me!!!!
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
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
Make sure to have the ASP.NET file open when you click the green button within Visual Studio to open the browser.
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.
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.
Thanks
Plz provide .svc or wcf service application video
Thank you :)
keep the good work up
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 :)
Thanks this worked for me too
Thank you so much. It worked for me.
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
why you teacher not come to lowest level and then teach??? i dont know how will i do my project...