Home All Groups Group Topic Archive Search About
Author
5 Mar 2006 11:43 PM
sewkar
Hi thanks for you quick answer
Authorization failed by an ISAPI/CGI application.
The error i am getting is authorization error
What i want to do is the following
I have 2003 advanced server SP1 running with IIS6
I have set up a website and enabled anonymous access.
Every html page is shown normal ( is accesible from anywhere from the
internet)
I have a specific ASP page that should be run by anyone on the internet and
that should post the results into a database.
example http://xxx.xxx.xxx.xxx:8080/script.asp
But before running it asks for a password
i tried to put a test asp script in the website but even that asks me for
user name and password in order to show it.

How can i run the asp script from the internet with or without username?
I tried http://user:p***@xxx.xxx.xxx.xxx:8080/script.asp

but that doesnt work either
Thanks

Author
6 Mar 2006 6:56 AM
David Wang [Msft]
Please do not multi-post.

Answered in microsoft.public.inetserver.iis

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//

Show quoteHide quote
"sewkar" <sew***@hotmail.com> wrote in message
news:%23gVmy5KQGHA.224@TK2MSFTNGP10.phx.gbl...
> Hi thanks for you quick answer
> Authorization failed by an ISAPI/CGI application.
> The error i am getting is authorization error
> What i want to do is the following
> I have 2003 advanced server SP1 running with IIS6
> I have set up a website and enabled anonymous access.
> Every html page is shown normal ( is accesible from anywhere from the
> internet)
> I have a specific ASP page that should be run by anyone on the internet
> and
> that should post the results into a database.
> example http://xxx.xxx.xxx.xxx:8080/script.asp
> But before running it asks for a password
> i tried to put a test asp script in the website but even that asks me for
> user name and password in order to show it.
>
> How can i run the asp script from the internet with or without username?
> I tried http://user:p***@xxx.xxx.xxx.xxx:8080/script.asp
>
> but that doesnt work either
> Thanks
>
>