Just installed Vista on my workstation (I previously ran XP).
I'm trying to connect from my workstation (within visual studio 2005), to my half finished VB web service that's on a IIS web server together with my SQL database. I do not think the server have been touched since the last time I was developing my plugin.
I've tried to open up the web service in Visual Studio and I get prompted for a login and password.
First I shut down any firewalls. Then I tried with all my Administrator accounts, local and domain.
Also tried the IUSR_Servername and a few passwords. Changed the passwords for the IIS users, but still no connection.
Tried to set the Web service virual directory as unsecure I could, just to test. Allowing Write, scripts and executables etc.
Create a new web service too, but the connection problem is still there. That makes me think the logins for IIS are screwd up.
The anonymous access obviously works, as my plugin who uses the web service works as it's supposed to.
Are there any obvious things I've missed here? I find this problem rather strange.
If I can'f fix this, what are the steps I have to take to reset the whole thing, without having to code my web service agian?