473,396 Members | 2,010 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

I need to write an ASP that requires a user to give a User Name and Password to run it.

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
Nov 19 '05 #1
4 2296
Zachary Hilbun..
Are u interested in implementiing Authentication?
Patrick

"Zachary Hilbun" wrote:
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

Nov 19 '05 #2
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...;en-us;Q305140
[2] http://www.iisfaq.com/
"Zachary Hilbun" <gu****@vianova.com> wrote in message
news:bq**************@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

Nov 19 '05 #3
This setting is as part of the client side ie browser
settings.
ie browser->Tools->Internet Options->Content[tab]->Press
Autocomplete Button-> Disable the promt to save check box-
Press Ok Button regards
Subramanian-----Original Message-----
I need to write an ASP that requires a user to give a User Name and Passwordto run it. Whenever I've used this on the Web it displays a standard dialogand then offers to save the User Name and Password on my computer so that Idon't have to enter it again. How is it that this standard dialog isdisplayed? Does the ASP (in my case C#) do this or does the Web Server dothis and the ASP never knows about it?

================================================= ==
Zachary Hilbun
Software Consultant http://www.vianova.com
Via Nova OpenGL, Open Inventor 3D products, Windows 95/NTDallas, Texas VC++, C#, embedded systems, VxD's
1977 SSII SRX31185
Glock 30
.

Nov 19 '05 #4
The part of this I don't understand is what has to happen to make sure the
standard browser dialog gets poped up that asks them for name and password.
I may want to store a name and password myself and check it rather than
using something like Windows authentication, but have the browser pop up
it's dialog to ask for it and offer to store in on the users computer.
================================================== =
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
"Patrick.O.Ige" <Pa*********@discussions.microsoft.com> wrote in message
news:E5**********************************@microsof t.com...
Zachary Hilbun..
Are u interested in implementiing Authentication?
Patrick

"Zachary Hilbun" wrote:
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

Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: FLOTServer | last post by:
Here's my problem: I run a gameserver that runs the game "Medal of Honor". On the game server is log file which contains all of the data from the players for that day (kills, deaths, etc...). I...
2
by: Bobby | last post by:
Hello everyone I have a question. The school I am working for is in the beginning process of having a webpage that will direct students to download there homework and be able to view there info...
0
by: Dan McCoy | last post by:
I'm new to MYSQL, having just finished my website. I have 1 thing left to try and do to make the site experiance as seemless as possable, but to do it I figure I need to do some sort of mysql...
15
by: carr4895 | last post by:
Hello. I was wondering if someone could help me too with a login form. Upon startup, I have to display a password screen and it should accept a user name and password. User name can be anything...
4
by: motis | last post by:
Hi all I try to send email by smtp server. But, my smtp server need authentication ! How can I do it? with thanks Motis
5
by: Learner | last post by:
Hello, Here is the code snippet I got strucked at. I am unable to convert the below line of code to its equavalent vb.net code. could some one please help me with this? static public...
3
by: sunbeam | last post by:
Short Description of the Project: we developed a e-learning system for our students. each student has a unique username/password to view the modules he/she should view and nothing more. since we...
1
by: karizmatrix22 | last post by:
Hi, I need a programmer who can write 3 programs for following questions below.Programs need to be ready before nextweek.thank you. Person who help me these 3 questions will be get paid.. I am...
5
eragon
by: eragon | last post by:
I am making a password script, i have most of it done, ill show you, but i hit a brick wall.... lol, I have it so when you log in it takes you to your main page, that works, but when you enter the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.