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


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
>
>


Relevant Pages

  • Re: Newbie Needs Help!
    ... >> based authentication via SQL Server for a section of our corporate web ... >> I know classic ASP quite well, but the ASP .NET world is very different. ... >> Will IIS 5.0 support ASP .Net's built in methods for the integrated form ... > You can map the aspnet ISAPI dll to these other file extensions in IIS, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Windows Authentication Access Denied Error
    ... It confirms that the issue has nothing to do with IIS and is specific ... or at least apply different group policies for servers. ... using Windows Authentication. ...
    (microsoft.public.inetserver.iis.security)
  • Re: IIS 5.0 Windows Authenticion/NT Challenge Response
    ... And so IIS returned 400, which says absolutely nothing about your question ... concerning authentication ... "Windows Authentication" works but not Basic or Anonymous. ... to auto-login to the web server, ...
    (microsoft.public.inetserver.iis.security)
  • Re: Directory security - how do I log off a site
    ... This only applies to Basic authentication. ... Tom Kaminski IIS MVP ... "Bernard" wrote in message ... It uses Windows authentication to verify ...
    (microsoft.public.inetserver.iis.security)
  • Re: Newbie Needs Help!
    ... based authentication via SQL Server for a section of our corporate web site. ... I know classic ASP quite well, but the ASP .NET world is very different. ... our corporate web server is IIS 5.0 on a Win2K Pro Server in our ...
    (microsoft.public.dotnet.framework.aspnet)

Loading