calling wcf from asp.net mvc - authorization error

Posted by niao on Stack Overflow See other posts from Stack Overflow or by niao
Published on 2010-03-18T07:18:50Z Indexed on 2010/03/18 7:21 UTC
Read the original article Hit count: 466

Filed under:
|
|

Greetings, My asp.net mvc application calls WCF service. Everything is ok on my localhost (WinXP, IIS6). When I moved on production server where Win2008 Server and IIS7 are used my application gets authorization error while connecting to WCF service. ASP.NET MVC works ok but when it calls some methods on my WCF Service an error is thrown. The funny thing is that when I calls the same WCF Production service from the same ASP.NET MVC application hosted on my localhost it works ok. Can someone please help me with this. I think it's authorization problem which can be fixed on IIS7. Am I right?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc