Ask a Question related to ASP.NET General, Design and Development.
-
Temp #1
ACCESS DENIED 404 -- Simple Question
I have created a webservice that currently exists on my localhost. I have no
trouble creating an instance of the service in my ASP application, but
everything blows up when I try to instantiate one of the public methods. The
error returned tells me that access is denied.
Is there a setting either in the web.config file or IIS that I need to
adjust in order for the service to be made public?
Thanks ,
Ron
--
_____________________________
Ron Rodenberg
Lead Software Engineer
Razorvision Technology, Inc.
(214) 207-1688
Temp Guest
-
Need Simple Answer to Simple Contribute/Firefox question
Hello all; I've tried the Adobe help in CS3, tech support, phone support, this forum, other forums, Mozilla, and nowhere can I get a straight... -
Web Service + Anon Access, but getting 401 Access Denied Error
I have a simple webservice that just returns a string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous... -
Forms Auth Redirect on Access Denied - Question/Help
If a web app uses forms authentication and a specific aspx page has a role authorization, where should a browser be directed if a user is not in... -
Access denied when creating Access application object
In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the... -
access denied on data access pages
I have created data access pages that worked well when I tried them on two separate computer simutaneously, but when we went into production we got... -
Ken Cox [Microsoft MVP] #2
Re: ACCESS DENIED 404 -- Simple Question
Is it possible that you have switched off Anonymous access in IIS or have some
other type of ASP.NET authentication running?
You might want to try stepping through with a debugger to see more detail about
the failure point.
"Temp" <tempmail@temp.com> wrote in message
news:bh6peq$lgk@library1.airnews.net...
I have created a webservice that currently exists on my localhost. I have no
trouble creating an instance of the service in my ASP application, but
everything blows up when I try to instantiate one of the public methods. The
error returned tells me that access is denied.
Is there a setting either in the web.config file or IIS that I need to
adjust in order for the service to be made public?
Thanks ,
Ron
--
_____________________________
Ron Rodenberg
Lead Software Engineer
Razorvision Technology, Inc.
(214) 207-1688
Ken Cox [Microsoft MVP] Guest



Reply With Quote

