|
Home > Archive > MS Access and Internet > December 2005 > Login required for DAP?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Login required for DAP?
|
|
| N Aguiar 2005-11-19, 11:23 am |
| I have created data access pages that are connected to an mdb file using JET
and placed them on the web server using RDS over the internet. When I try to
access the page, I am required to authenticate to the Win2003 server. After
authenticating, I can use the page with no problems.
Since this page is for general viewing, is there a way to get past this
authentication screen? I have a generic username and password with limited
rights that can be used to access this page. Is there any way to code this
username and password directly into the page so that the prompt is avoided?
Thanks.
| |
| Sylvain Lafontaine 2005-11-20, 8:24 pm |
| First, RDS is a security hole that has been deprecated by MS many years ago;
see:
http://www.microsoft.com/technet/se...n/ms99-025.mspx
Second, maybe you will find a solution to your problem in the following
references:
http://msdn.microsoft.com/library/d...l/deploydap.asp
http://support.microsoft.com/defaul...Product=acc2000
--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: http://cerbermail.com/?QugbLEWINF
"N Aguiar" <NAguiar@discussions.microsoft.com> wrote in message
news:DD6B7DA8-0CC6-4E90-A410- 81E5A34D884B@microso
ft.com...
>I have created data access pages that are connected to an mdb file using
>JET
> and placed them on the web server using RDS over the internet. When I try
> to
> access the page, I am required to authenticate to the Win2003 server.
> After
> authenticating, I can use the page with no problems.
>
> Since this page is for general viewing, is there a way to get past this
> authentication screen? I have a generic username and password with
> limited
> rights that can be used to access this page. Is there any way to code
> this
> username and password directly into the page so that the prompt is
> avoided?
>
> Thanks.
>
| |
|
|
| Sylvain Lafontaine 2005-12-02, 3:25 am |
| IMHO (but I might be wrong), DAP are going down the bowl since two or three
years ago and should now be considered as part of the history.
Somebody might find them useful for some quick and simple tasks that will
run on a LAN but beyond that, you will have to forget about DAP and use
something (or anything) else - like ASP.NET for example - and this is
especially true if you want to go over the Internet.
--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: http://cerbermail.com/?QugbLEWINF
"N Aguiar" <NAguiar@discussions.microsoft.com> wrote in message
news:58051333-17D1-4AE1-BF71- 3D83AF589A6A@microso
ft.com...[color=darkred]
> Since MS had deprecated RDS, what is the alternative?
>
> I have followed the instructions on the documents you cited which left me
> with the authentication issue.
>
> Any suggestions?
>
> Newman
>
> "Sylvain Lafontaine" wrote:
>
|
|
|
|
|