I'm trying to connect my application with a web service located on my own web
server(localhos t).
I guess when the solution/proect is built it makes a file called 'Web
References\loca lhost\Reference s.vb'
In this file a line of code reports the following error:
Line of code:
Dim results() As Object = Me.Invoke("GetC ustomers", New Object() {Country})
Error:
An unhandled exception of type 'System.Web.Ser vices.Protocols .SoapException'
occurred in system.web.serv ices.dll
Additional information: Server was unable to process request. --> Login
failed for user 'myserver\ASPNE T'.
My WebService is trying to connect and execute a query on MS SQL Server
database.
What is causing this error?
Login failed for user '......
Where is the 'ASPNET' comming from in the login failed for user
'myserver\ASPNE T'?
--
Sincerely,
Keith
server(localhos t).
I guess when the solution/proect is built it makes a file called 'Web
References\loca lhost\Reference s.vb'
In this file a line of code reports the following error:
Line of code:
Dim results() As Object = Me.Invoke("GetC ustomers", New Object() {Country})
Error:
An unhandled exception of type 'System.Web.Ser vices.Protocols .SoapException'
occurred in system.web.serv ices.dll
Additional information: Server was unable to process request. --> Login
failed for user 'myserver\ASPNE T'.
My WebService is trying to connect and execute a query on MS SQL Server
database.
What is causing this error?
Login failed for user '......
Where is the 'ASPNET' comming from in the login failed for user
'myserver\ASPNE T'?
--
Sincerely,
Keith
Comment