PDA

View Full Version : WCF on Sandbox...Proper URL?


trioadvisor
02-05-2010, 12:43 AM
My sandbox is located at:

http://user439.netfx4lab.discountasp.net

I put the WCF dll files in the user439/bin directory and the SVC files in the user439 directory.

When I type

http://user439.netfx4lab.discountasp.net/Access342Services.UserAuthentication.svc

in the browser it comes up "not found."

What is the proper format for the URL so I can see the WSDL request?

bruce
02-09-2010, 07:26 PM
the error indicated that you have not properly setup a http handler in your web.confgi.

trioadvisor
02-11-2010, 12:44 PM
Same web.config as my production site....please explain further.