tags:

views:

295

answers:

1

I am unable to browser the service which is hosted on the IIS 7 windows server 2008

When I hit the url http://myservice/service1.svc it throws an error Can anybody help me in this

Its urgent.

Thank You in advance

Selwyn.

+1  A: 

Check to make sure you have framework 3.5 sp1 installed, after this go to Programs, add remove windows features, then make sure you have:

Microsoft .net framework 3.5.1 under that make sure both options are checked: WCF HTTP activation, and WCF Non HTTP Activation....

If this still doesn't work update post a comment here....

JL
it worked for me Thank You
Selwyn