Ask a Question related to ASP.NET Web Services, Design and Development.
-
Ganesh Ramamurthy #1
WebService Authentication
Hi Experts,
I have a ASP.Net application which consumes a ASP.Net WebService. In both
these applications I have enabled Anonymous access and Integrated windows is
off for both these cases. I dont want the windwos login dialog box to appear
both the applications. I am not getting the login dialog box when I try to
access the application in all the pages except the one whcih calls this web
service. There I get the login dialog box. I dont want that to appear. Even
If I cancel the dialog box, I can move to the page.
Another thing which I am surprised is that when I try to access the
webservice (.asmx) directly, I am not getting the login dialog box. I also
tried to put an aspx page in the same virtual directory as the webservices
but I am not getting the login dialog box when trying to acces the page even
through Internet. The Login dialog box comes only when I try to acces the
page which consumes the webservice.
I have the same settings for both these sites.
Someone Please help me solve this Issue
Thanking you in advance.
Regards
Ganesh
Ganesh Ramamurthy Guest
-
MSSQL2005 Endpoint (Webservice) Authentication
Hello, I am trying to fetch data from SQL Server 2005, bypassing IIS, SQL 2005 Endpoints require a username and password and don't support... -
WebService custom authentication
I have a .NET web service that allows access to various levels of resources (data) depending on what user logs into IIS using Basic authentication. ... -
windows authentication (webservice security)
I'm using a lan with domain server under win200, and, in the same network, but in an other machine, i've installed a webservice. This second server... -
ASP.NET Site/Webservice and Windows/Form authentication
Hi All I have an ASP.NET site which runs using Windows(NTLM) authentication over SSL. I have a webservice where a vendor is only able to call... -
Basic Authentication, WebService
I did the following to add http basic authentication for calling a webservice: chz11086.HelloAuthTestService service = new...



Reply With Quote

