John Are you able to create a web service using the same settings without using the designer. For example if you drag a WebService shape on to the application designer and the property for Project Location Type is set to HTTP can you go to the file menu and select Add New Web Site and select ASP.Net Web Service with location set to HTTP. If this fails then the issue is not with the designer. Also if you are selecting HTTP for the location what happens if you select File System?
Also it appears from the error that the wizard is trying to use an IP address for the host. If you create a WebApplication in the designer the change the project location type to HTTP the host for the Project will be localhost for example: http://localhost/wsSecurity
So are you changing the URL in the Project Property for the WebApplication shape? What happens if you have the probject propery be localhost or your machine name(like http://JohnsBox/wsSecurity) and not an IP address.
Thanks Brian [MSFT] Microsoft Developer Support This posting is provided "AS IS" with no warranties, and confers no rights.
|