| re: IIS Configuration Problem and WCF Service
In the continuing saga of the above post... I haven't been sussessful in getting Visual Studio to communicate with the site on IIS6 to use it for WCF service.
I have a working version on IIS7 local with Visual Studio.
I set up another machine remotely from the dev machine with Vista and IIS7. I have installed the frontpage server extensions (FPSE). Everything checks out with one major problem, I can't login to any FPSE extended site with the FPSE admin tool or Visual Studio. I gives the same symptom that you have on IIS6 when there is no metadata for NTLM. That is it will display the login screen and you can login until you die but no error and no login. In IIS6 to fix that problem you must use the metadata editor tool from the IIS resource tool kit (which I have always thought was a pain) and manually add metadata for the NTLM login support.
The question is: Do you have to have a similar tool in IIS7 for the FPSE to authenticate a connection? If so where do you get such a tool? Or what is the recommended workaround?
Stumped for days now!
Larry
Note the reason for all this fuss in the first place is that I can't get my WCF client application in Visual Studio to be able to add a WCF service reference that is running on an IIS installation. It all works just fine in the localhost. For you long time die-hard coders with an anger management problem, you will understand that this three day old issue has already cost me a new keyboard.
|