473,657 Members | 2,458 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

windows authentication login

xke
I have windows authentication mode enabled on my application.

If I access the website with localhost/mywebsite I get logged in
directly and LoginView control will display my account name.

When I access my application from another machine (ipaddress/
mywebsite) a login screen will pop up. Everything is fine if I enter
correct credentials but I would like users to be able to automaticaly
login from within the network without the login screen.

Any way to do that?
Thanks

Mar 8 '07 #1
3 2029
How are you going to transmit your credentials to the remote Web server?
How does it know who you are unless you log in?
Peter
"xke" <xk****@gmail.c omwrote in message
news:11******** **************@ h3g2000cwc.goog legroups.com...
>I have windows authentication mode enabled on my application.

If I access the website with localhost/mywebsite I get logged in
directly and LoginView control will display my account name.

When I access my application from another machine (ipaddress/
mywebsite) a login screen will pop up. Everything is fine if I enter
correct credentials but I would like users to be able to automaticaly
login from within the network without the login screen.

Any way to do that?
Thanks

Mar 9 '07 #2
xke
Hi Peter,

I thought there may be a way once you're logged in into the network it
shouldn't check for your credentials again.

Thanks
On Mar 9, 2:55 am, "Peter Bradley" <pbrad...@uwic. ac.ukwrote:
How are you going to transmit your credentials to the remote Web server?
How does it know who you are unless you log in?

Peter

"xke" <xke...@gmail.c omwrote in message

news:11******** **************@ h3g2000cwc.goog legroups.com...
I have windows authentication mode enabled on my application.
If I access the website with localhost/mywebsite I get logged in
directly and LoginView control will display my account name.
When I access my application from another machine (ipaddress/
mywebsite) a login screen will pop up. Everything is fine if I enter
correct credentials but I would like users to be able to automaticaly
login from within the network without the login screen.
Any way to do that?
Thanks- Hide quoted text -

- Show quoted text -

Mar 9 '07 #3
Don't think so.

When you send a request for a page to a Web server, you do just that - you
send an HTTP request. What Windows authentication does for you, if I
understand it correctly, is to authenticate against Windows ACLs once the
required credentials have been supplied.

I'm not sure why it works on your local machine - possibly because the Web
server is allowing all calls from the local host. It would be interesting
to see what happens if a non-privileged user accessed the application
locally.

You might find this useful:

http://www.authenticationtutorial.com/tutorial/ntlm.htm
Peter
"xke" <xk****@gmail.c omwrote in message
news:11******** *************@8 g2000cwh.google groups.com...
Hi Peter,

I thought there may be a way once you're logged in into the network it
shouldn't check for your credentials again.

Thanks
On Mar 9, 2:55 am, "Peter Bradley" <pbrad...@uwic. ac.ukwrote:
>How are you going to transmit your credentials to the remote Web server?
How does it know who you are unless you log in?

Peter

"xke" <xke...@gmail.c omwrote in message

news:11******* *************** @h3g2000cwc.goo glegroups.com.. .
>I have windows authentication mode enabled on my application.
If I access the website with localhost/mywebsite I get logged in
directly and LoginView control will display my account name.
When I access my application from another machine (ipaddress/
mywebsite) a login screen will pop up. Everything is fine if I enter
correct credentials but I would like users to be able to automaticaly
login from within the network without the login screen.
Any way to do that?
Thanks- Hide quoted text -

- Show quoted text -


Mar 9 '07 #4

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

Similar topics

8
3694
by: Bob Everland | last post by:
I have an application that is ISAPI and the only way to secure it is through NT permissions. I need to have a way to login to windows authentication so that when I get to the ISAPI application no boxes come up. I want an ASP page to sit between the user and the ISAPI application. The rest of my application is using authentication that is database driven and wouldn't want the users to know the userid and password. Is this possible? If so...
1
2125
by: sherkozmo | last post by:
I have my SQL 7.0 server set for Mixed security. I see now (finally) the advantages of having windows authentication security for windows groups. I do most of my developing in Access Projects which require a login of some type. I have been using my SQL login to develop with SQL and then when I give it to the user, I set the project to use Windows authentication. I want to be able to have Windows authentication on my domain account but...
4
4825
by: Dave | last post by:
Hi, Is there anyway to mimic forms authentication's loginUrl and RedirectFromLoginPage functionality using Windows authentication? We are developing intranet sites using basic authentication and we want to always redirect a user to a default 'splash' or welcome page that is set to anonymous if they are not logged in. This page would have
7
2610
by: Wade Wegner | last post by:
Hello, I have been desperately trying to programmatically authenticate a windows user, create their credentials, and then redirect them to a different server while passing the credentials at the same time so that they don't have to login again. Specifically, I have two webservers in the same domain. When I have a user go to Webserver A (which uses basic authentication) I programmatically create either a user credential or impersonate...
4
6799
by: Andrew | last post by:
Hey all, I would like to preface my question by stating I am still learning ASP.net and while I am confident in the basics and foundation, the more advanced stuff is still a challenge. Ok. :)
6
7542
by: Kevin Yu | last post by:
is it possible to for user to click a logout button to logout and when the user want to get into the system again, the user have to login again? Kevin
3
2400
by: serge calderara | last post by:
Dear all, I clearly underdand the advantage of both type of authentification but is it allowed or possible to set the Authentication mode to Windows and then handle a login form for defined users in Credential section like as follow : <authentication mode="Windows" > <forms loginUrl="Login.aspx"> <credentials passwordFormat="Clear"> <user name="Jessee" password="JuneBug"/>
8
16508
by: Keith H | last post by:
I'm looking for a way to force the user to re-authenticate with their Windows username/password/domain after clicking the submit button on an ASP.NET page. This is for an internal application. Does anyone know if/how this can be done?
3
3493
by: Evan Camilleri | last post by:
I have a problem for a Windows Service to login on an SQL server (different machine) - neither Windows Authentication nor SQL Authentication worked. LOGIN FAILED FOR USER sa (for example). If SQL Server is on the same PC of the Windows Service the connection works OK. The same code works in a Windows Form using same user and authentication methods to the SQL Server on a different machine.
6
9881
by: =?Utf-8?B?UGFyYWcgR2Fpa3dhZA==?= | last post by:
Hi All, We have a requirement where we have to develop a custom Login Page which will accept user's NT credentials ( Username , password, domain name). This then needs to be passed to a website which uses Windows Authentication Now my question is how do we pass these credentials to IIS in classic ASP? Would appreciate any help/pointers on this. Thanks in advance.
0
8420
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8740
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8516
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8617
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7353
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.