Re: I need to write an ASP that requires a user to give a User Name and Password to run it.
From: clintonG (csgallagher_at_REMOVETHISTEXTmetromilwaukee.com)
Date: 12/17/04
- Next message: Chris: "cURL in ASP.NET"
- Previous message: Steve C. Orr [MVP, MCSD]: "Re: How to declare a variable in the global scope?"
- In reply to: Zachary Hilbun: "I need to write an ASP that requires a user to give a User Name and Password to run it."
- Next in thread: subramanian.iyer_at_nospam.kla-tencor.com: "I need to write an ASP that requires a user to give a User Name and Password to run it."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 16 Dec 2004 19:57:51 -0600
It sounds like IIS is configured for Windows authentication. For websites we
almost always use anonymous authentication. I suggest you go to MSDN and
read some articles about form based authentication but start with this [1]
document and check out the IIS FAQ [2].
C# is used to develop ASP.NET applications (Web Forms) and can be used for
Windows Forms (desktop) applications. VBScript is used for ASP.
--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
[1] http://support.microsoft.com/default.aspx?scid=kb;en-us;Q305140
[2] http://www.iisfaq.com/
"Zachary Hilbun" <gunner@vianova.com> wrote in message
news:bqowd.786$iC4.25@newssvr30.news.prodigy.com...
> I need to write an ASP that requires a user to give a User Name and
Password
> to run it. Whenever I've used this on the Web it displays a standard
dialog
> and then offers to save the User Name and Password on my computer so that
I
> don't have to enter it again. How is it that this standard dialog is
> displayed? Does the ASP (in my case C#) do this or does the Web Server do
> this and the ASP never knows about it?
>
> ===================================================
> Zachary Hilbun
> Software Consultant http://www.vianova.com
> Via Nova OpenGL, Open Inventor 3D products, Windows 95/NT
> Dallas, Texas VC++, C#, embedded systems, VxD's
> 1977 SSII SRX31185
> Glock 30
>
>
- Next message: Chris: "cURL in ASP.NET"
- Previous message: Steve C. Orr [MVP, MCSD]: "Re: How to declare a variable in the global scope?"
- In reply to: Zachary Hilbun: "I need to write an ASP that requires a user to give a User Name and Password to run it."
- Next in thread: subramanian.iyer_at_nospam.kla-tencor.com: "I need to write an ASP that requires a user to give a User Name and Password to run it."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading