Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET/VB.NET On IIS Access denied?

Status
Not open for further replies.

other3

Programmer
Jul 30, 2002
92
US
I'm a newbee trying to use a Web Service that I developed as a separate project in another project and am getting the following:

The request failed with HTTP status 401: Access Denied.

Source File: D:\Inetpub\ References\localhost\Reference.vb Line: 60

Line 58: <System.Web.Services.Protocols.SoapDocumentMethodAttribute(" RequestNamespace:=" ResponseNamespace:=" Use:=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle:=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)> _
Line 59: Public Function DaysUntilHalloween() As Integer
Line 60: Dim results() As Object = Me.Invoke("DaysUntilHalloween", New Object(-1) {})
Line 61: Return CType(results(0),Integer)
Line 62: End Function

Any help would be appreciated. Thanks in advance.


Everything I know I learned from The Grateful Dead and Buffy The Vampire Slayer
Charlie
 
Never mind I found the answer else wheres on this site.
Thanks much "Skittle".

Everything I know I learned from The Grateful Dead and Buffy The Vampire Slayer
Charlie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top