WCF .NET 4.0 Web.config
it works on localhost.But not on server. I've put 4.0 instead of 2.0 on IIS. What do i have to change ? What kind of error did you get when you type your Service URL in a browser? You should not have...
View ArticleWCF .NET 4.0 Web.config
it works on localhost.But not on server. I've put 4.0 instead of 2.0 on IIS. What do i have to change ?
View ArticleWCF .NET 4.0 Web.config
Did you test your service first by type the Service URL in a browser? What do you get?
View ArticleWCF .NET 4.0 Web.config
Maybe i got to create a seperate pool for the webservice and the silverlight 4 application ? (i'm not convinced at all ..)
View ArticleWCF .NET 4.0 Web.config
Already done. It was not the problem. Do i have to change something else ? I havn't see anything else on IIS 6. That's why i think the problem came from the web.config file.Have you published a...
View ArticleWCF .NET 4.0 Web.config
Hi. If your wcf service was compiled for .net framework 4, you need to change asp.net version of application pool in which service is running. Change version from 2.0.20727 to 4.0.30319.
View ArticleWCF .NET 4.0 Web.config
Hi ! I try to deploy a wcf web service on a server. Till now, my web service worked in 3.5 but when i moved to 4.0, my service can't be shown in my browser anymore. I would like to know if someone...
View Article