Data Service error - dataservice

http://dynamicshell.com/dataservice/DataService.svc
I dont have any idea what should i do.
I only follow same steps in this video. then publish DataService to my hosting.
http://www.youtube.com/watch?v=OM5j4t6-3_4&index=2&list=PL8h4jt35t1wjGvgflbHEH_e3b23AA30-z
Please help me

Are you sure that the application is correctly configured on IIS?
This could be the possible solution: Error to use a section registered as allowDefinition='MachineToApplication' beyond application level
Hope it can help.

Related

I've installing with Paytm production API details in my laravel project but still throwing on staging gateway

I've integrated paytm payment API in my laravel project, And I using the staging API details in the project and it's running perfectly with Test Kit. But when I'm using the production kit it still throwing me on staging payment gateway. Why does it happen? please help me
Thanks in advance
Can you please elaborate your issue, please mention which kit you are using? In the kit please make sure that this https://securegw.paytm.in/ baseurl is being used

Any great tutorials on hosting a Laravel API on Azure? Or does anyone know how to on here?

I am getting the run around on the net and would like to know if anyone has found a great walk through for deploying a Laravel API to Azure?
This might not answer directly your question and you may not be using/paying for forge...
But, if you use Laravel Forge. you can follow this set up and forge will do most of the deployment for you. Most of it...
https://medium.com/#piesse/laravel-forge-on-azure-d429a6cba6d4
if you never used forge, i would certainly recommend to pay at least the first month just to see what it is and to make your deployment easier. i hope this is not seen as spam, since im not trying to sell a product, im recommending a way for your deployment to be done.

Unable to call CudafyTranslator.Cudafy from Web API

I'm trying to use CUDAfy.NET in a web application which will be further called from a web form.
When it tries to initiate a CudafyModule it gives the error as shown in pic below:
Code was working perfectly in console application.
Is there anyway to get rid of this problem?
It seems like your web application is unable to talk to the hardware. There is a great deal of abstraction and security in between the IIS and your .NET based assembly. It probably an issue of translation. Depends on how your web application is configured.
There can be several reasons for a process being unable to find the dll.
Try registering the dll in GAC. Or edit your web.config and add a reference to the dll's path
This might resolve the issue.

Build simple Vertx web server in multi Server

I'm a newbie in Vert.x and have many issue with it. There is a litle document and tutorial about it
I want to build an web service running in multi server by Vert.x. And if I do that, do I need to config anything, such as DNS...? Anyone has document about Vert.x, please share
This is a very broad and vague question, not really suited to stack exchange. However there are website tutorials available for a number of languages at http://vertxio-hornmicro.rhcloud.com/tutorials.html.
Regarding, DNS etc. I would need to know more about your setup, if you just want to develop something locally try one of the tutorials on the above link.

Wcf visual studio tutorial

I am completely new to WCF ... I would like to read a tutorial on how to create a simple wcf service and create a console application to use the service. I saw some tutorials online, but they arent properly written ...It would be great if someone can help me . Thanks
Edit: I tried to implement a wcf example, but i get the following error "There was no endpoint listening at http://localhost:8000/Reverse" ... The full code is here
http://pastebin.com/NUazyyD8
Please take a look
See "How to Consume a Web Service".

Resources