Microsoft
Software
Hardware
Network
Question : Silverlight app (IIS6) is unable to serve my .svc file
Hi, I Have been googling and trying all kind of stuff all day but now I give up and request some help here.
I have a silverlight application using wcf web service. It run fine in visual studio (of course). The problem arise when I try to deploy it to a webserver.
I must have read close to 200 posts with similar problems, but none of the proposed solutions work.
My problem is that I am unable to acces my wcf service (.svc file). I can access my main page just fine, but the first call to the webservice generate some "Unhandled Error in Silverlight Application [Async_ExceptionOccurred]"
.
What I have done:
-Configured the ip in the .xap package (ServiceReference.clientco
nfig)
-I can confirm the ip is ok from SL side (seeing in fiddler, my server returns a 404 notfound error)
-I am unable to access "
http://myserverip:myport/
Service.sv
c
(404 notfound)
-I added the MIME types (if there is a MIME type for .svc files I wans't able to find it)
-I changed web.config file, I tryied a few different things:
(VS default)
,
And there is probably other stuff I tryied without success. This is really driving me crazy.
Answer : Silverlight app (IIS6) is unable to serve my .svc file
as usual right when I do a post I found the solution.
start->run->inetmgr->local computer->web service extensions then enable asp.net
wow..!
Random Solutions
How to change open directory in msoFileDialogOpen (Excel Vba)
How do you automatically detect proxy settings for a VB.NET applciation using IWebProxy
MS Access 2003 ... Add customized code to form created by Wizard
How can i hide root level of TreeView in Silverlight?
how to create a TreeView and Bind its nodes to a DataTable?
Can't save Access 2003 report with specific printer under Access 2007
Create report out of crosstab where column name changes
Migration from NT4 PDC to 2003 AD... NT4 SP6 AWOL!
Inserting XML data int an nText field in SQL 2005
The data types nvarchar and uniqueidentifier are incompatible in the add operator.