473,472 Members | 2,173 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

IE / Firefox Authentication on client-side

jrs85
11 New Member
hi.. currently im developing system by VB.net with ASPX.

i got this problem which to build solution / run from development PC (- under Administrator account.) is running just find. But since last week, i can't connect to my system thru LAN / intranet client-side browser both Firefox or even IE.

the Windows Authentication dialog box are appear to let user enter user name and password

i have going thru all standard procedure in web.config

Expand|Select|Wrap|Line Numbers
  1. <authentication mode="Windows"/> 
  2. <authorization>
  3. <allow users="*"/>
  4. </authorization>
i have also check "Anonymous Access" and "Allow IIS to control password" for user name "IUSR_'computername'"

i have also make sure the folder and file permission are open to IUSR_'computername'..

i did not want the Windows Authentication dialog box appear...

pls help me!!
Mar 3 '08 #1
7 1604
Plater
7,872 Recognized Expert Expert
If your computer does not supply valid credentials automatically then it will popup the dialog box. You would need to be running under a valid domain in your LAN for that to work.
Mar 3 '08 #2
jrs85
11 New Member
do you mean by the "valid domain"... pls help me how to do that so... tq
Mar 4 '08 #3
Plater
7,872 Recognized Expert Expert
In order for you to use windows authentication without having the box popup, you really need to be on a domain with a domain controller.
So there is someone to validate the computer/user.
Otherwise when the box pops up, you will have to validate with a legit user on the computer that is serving the application.
Mar 4 '08 #4
jrs85
11 New Member
hi thanks again for the reply..

yes i notice that all the authentication needs have been fulfill.. im tried..

i have done the
1) authentication of web.config to "Windows" and allow to all user ('*").....
2) IIS anonymous user to IUSR_"machinename"
3) full NTFS permission's to the folder and file to IUSR_"machinename"

the box only shown up only LAN client browser, not on the development comp.

so im tired... then i found it!!!
i currently just doing system doesn't need high security. so what i have done was
1) run LLS - Local Security Settings << under Administrative tools
2) Expand Local Policies
3) Expand User Rights Assgnments
4) The 1st policy >> "Acess this computer from the network"
5) Add user af IUSR_"machinename" << same as in the IIS setting..

huhhhhhh... complete... my LAN client may access the system without any prob....

thank to replies >> Plater TQTQ
Mar 4 '08 #5
Plater
7,872 Recognized Expert Expert
Why did you even turn authentication on in the first place then though?
Mar 4 '08 #6
jrs85
11 New Member
i have try to change authentication of web.config from 'Windows" to "None" but the dialog still come up on client side..

beside in IIS setting allow anonymous user to login with IUSR_"machine name"... the method that i show above just confirm on LSS to use IUSR_"machine name" to access from network....

above method that i have done is the only way so client can get into system without the dialog came-up..
Mar 5 '08 #7
Plater
7,872 Recognized Expert Expert
Well I never got the dialogbox using this:
Expand|Select|Wrap|Line Numbers
  1. <authentication mode="Windows">
  2. </authentication>
  3. <authorization>
  4.    <allow users="*"/>
  5. </authorization>
  6.  
Mar 5 '08 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Mike | last post by:
Hey! Im using a derived HTTP socket server, the base class in python. I've got a modified version of the implementation, right now I want to introduce authentication of users in my server. What...
7
by: Michael Foord | last post by:
#!/usr/bin/python -u # 15-09-04 # v1.0.0 # auth_example.py # A simple script manually demonstrating basic authentication. # Copyright Michael Foord # Free to use, modify and relicense. #...
3
by: ~~~ .NET Ed ~~~ | last post by:
This is a strange problem and I wonder if anybody has experienced this annoying anomaly. I created a new ASP.NET project with its web-shared directory on my WinXP Pro/IIS machine. I compile the...
2
by: Buddy Ackerman | last post by:
If my web site is setup for NTLM authentication and the user is using IE the context.user.identity.name property is the domain user that is currently logged into the local client workstation. Wehen...
3
by: Patrick Fogarty | last post by:
I am programming what is to be a web service client that will use an HTTP-POST to request and retrieve data. The remote server (written in java for what it's worth) requires basic authentication...
1
by: o0JoeCool0o | last post by:
I currently have forms authentication set up for my application, I have 2 different projects in the solution and I have one single login page residing in solution #1 My web.config is the same in...
2
by: o0JoeCool0o | last post by:
Has anyone else tried this? I have been messing with this for a week and cant figure it out, for some reason firefox will not read an authentication cookie unless it was set by the applciation...
18
by: troywalker | last post by:
I am new to LDAP and Directory Services, and I have a project that requires me to authenticate users against a Sun Java System Directory Server in order to access the application. I have found...
2
by: Frank Swarbrick | last post by:
I am trying to understand "client authentication" works. My environment is DB2/UDB LUW 8.2 on zSeries SLES9 as the database server and DB2 for VSE 7.4 as the client. We currently have DB2/LUW set...
4
by: peteh | last post by:
Hi All; On a DB2 v9.1 (DPF) - RH Linux server, we have a local userid EXECMSTR that has dbadm privileges and executes all batch processing to load and maintain a large data warehouse application....
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
1
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,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
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...
0
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...

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.