(not sure if this is the right forum...)
I am new to VB.NET and I am setting up a new ASP.NET Web Service Project. I create the project and then go to IIS and set the web service's authentication to "Integrated Windows Authentication" and also disable Anonymous Access. Now when I close my project and try to open it again I get some generic error message:
The Web server reported the following error when attempting to create or open the Web project located at the following URL: ' 'The server returned an invalid or unrecognized response'.
So basically, the error message is no use to me. I can only open the project again when I enable Anonymous Access again. I tried to enable impersonation on the .config file, but that didn't seem to help either.
Has anyone experienced this? How do I disable Anonymous Access correctly? Thanks!
I am new to VB.NET and I am setting up a new ASP.NET Web Service Project. I create the project and then go to IIS and set the web service's authentication to "Integrated Windows Authentication" and also disable Anonymous Access. Now when I close my project and try to open it again I get some generic error message:
The Web server reported the following error when attempting to create or open the Web project located at the following URL: ' 'The server returned an invalid or unrecognized response'.
So basically, the error message is no use to me. I can only open the project again when I enable Anonymous Access again. I tried to enable impersonation on the .config file, but that didn't seem to help either.
Has anyone experienced this? How do I disable Anonymous Access correctly? Thanks!