L
Leo Violette
This used to work, but today, it no longer works and I'm not sure why.
I'm running Visual Studio 2005 SP1 with Vista Update to SP1.
I'm on Vista x64.
I created an ASP.NET Web Application and ASP.NET Web Service.
When running my web-site in the debugger, a login dialog pops up when the
web-site attempts to access the Web Service.
In VS, when I go to my application->Web references and attempt to update the
reference it has to my Web Service, it takes a long time and then eventually
says:
[BEGIN MESSAGE]
There was an error download:
'http://localhost/DashboardWebService/BuildManagement.asmx'
The underlying connection was closed: An unexpected error occurred on a
receive.
Unable to read data from the transport connection: An existing connection
was forcibly closed by the remote host.
[END MESSAGE]
I must have some sort of permission issue, but I can't seem to resolve it.
It's like my Virtual Folder permissions got screwed up.
Also, in both my Web App and Web Service web.config, I have the following:
<authentication mode="Windows" />
<authorization>
<deny users="?" />
<!-- Deny anonymous users access -->
</authorization>
Any thoughts????
I'm running Visual Studio 2005 SP1 with Vista Update to SP1.
I'm on Vista x64.
I created an ASP.NET Web Application and ASP.NET Web Service.
When running my web-site in the debugger, a login dialog pops up when the
web-site attempts to access the Web Service.
In VS, when I go to my application->Web references and attempt to update the
reference it has to my Web Service, it takes a long time and then eventually
says:
[BEGIN MESSAGE]
There was an error download:
'http://localhost/DashboardWebService/BuildManagement.asmx'
The underlying connection was closed: An unexpected error occurred on a
receive.
Unable to read data from the transport connection: An existing connection
was forcibly closed by the remote host.
[END MESSAGE]
I must have some sort of permission issue, but I can't seem to resolve it.
It's like my Virtual Folder permissions got screwed up.
Also, in both my Web App and Web Service web.config, I have the following:
<authentication mode="Windows" />
<authorization>
<deny users="?" />
<!-- Deny anonymous users access -->
</authorization>
Any thoughts????