473,803 Members | 3,833 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

can't login! - authentication prob.

Hi,
Can anyone help.
I have a folder on my website that has 'anonymous access' and 'basic
authentication' disabled, and requires 'intergrated Windows authentication' .
This used to work fine, but all of a sudden it won't let me in! . The login
box appears, I have checked the username, password and domain are fine (I
can still log directly in to the server with them) but I can't get access!
and after I've tried 3 times I just get redirected to the: 'You are not
authorized to view this page' page. Same thing happens even if I try using
basic authentication.
Does anyone know why this is happening? (running windows 2000 server if this
helps)
Thanks,
Nicky
Jul 19 '05 #1
2 1958
Did NTFS permissions change on the directory on the webserver, and you are
denied permissions? Can you access this path on the server when just
browsing the file system in Windows Explorer or a command prompt?

Ray at work

"NickyW" <ni***@replytog roup.com> wrote in message
news:ud******** ******@TK2MSFTN GP10.phx.gbl...
Hi,
Can anyone help.
I have a folder on my website that has 'anonymous access' and 'basic
authentication' disabled, and requires 'intergrated Windows authentication' . This used to work fine, but all of a sudden it won't let me in! . The login box appears, I have checked the username, password and domain are fine (I
can still log directly in to the server with them) but I can't get access!
and after I've tried 3 times I just get redirected to the: 'You are not
authorized to view this page' page. Same thing happens even if I try using
basic authentication.
Does anyone know why this is happening? (running windows 2000 server if this helps)
Thanks,
Nicky

Jul 19 '05 #2
The permissions are fine, I've even tried giving everyone access and logging
on as Administrator and it still doesn't work. I have no problem accessing
this path through Windows Explorer.
"Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message
news:#Q******** ******@TK2MSFTN GP09.phx.gbl...
Did NTFS permissions change on the directory on the webserver, and you are
denied permissions? Can you access this path on the server when just
browsing the file system in Windows Explorer or a command prompt?

Ray at work

"NickyW" <ni***@replytog roup.com> wrote in message
news:ud******** ******@TK2MSFTN GP10.phx.gbl...
Hi,
Can anyone help.
I have a folder on my website that has 'anonymous access' and 'basic
authentication' disabled, and requires 'intergrated Windows

authentication' .
This used to work fine, but all of a sudden it won't let me in! . The

login
box appears, I have checked the username, password and domain are fine (I can still log directly in to the server with them) but I can't get access! and after I've tried 3 times I just get redirected to the: 'You are not
authorized to view this page' page. Same thing happens even if I try using basic authentication.
Does anyone know why this is happening? (running windows 2000 server if

this
helps)
Thanks,
Nicky


Jul 19 '05 #3

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

Similar topics

1
2794
by: RT | last post by:
I have followed the step by step instructions in the login manual Created login page Use LSC01 This works - login and get redirected to the proper page My problem is the cookie variables don¹t show up (created setsessions.php page and readsessions.php to test - works)
1
2147
by: John Davis | last post by:
I put a little login (username and password textfields) in a web page, and once the user able to login, I want the username and password textfields will disappear, and replace with text " has Login!]" in the same position. My question is how to make the username and password textfields disappear and replace with " has Login!]" in the same position? This is the code I have done so far, but it has another problem: Even I first check if...
18
4355
by: Jen | last post by:
I'm using Microsoft's own VB.NET FTP Example: http://support.microsoft.com/default.aspx?scid=kb;en-us;832679 I can get the program to create directories, change directories, etc., but I can't get it to upload a file to the FTP server. I just get a "Cannot connect to remote server" error after this TRY: s = New Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp)
2
2902
by: dennist685 | last post by:
Can't open Northwind I remembered doing walkthrough using Northwind. However it wasn't an http project but a file project using the development server. Northwind allowed me to add, edit and insert, and the web page looked fine. I opened a simple project just to see whether I could get my sqlserver on the internet. (vs studio 2005, sqlserver 2005)
8
3535
by: chris_fieldhouse | last post by:
Hi fairly new to php, but picking it up quite well. the question I have, is it possible for a php script which is used to validate values submitted in a form, to then post these values onto another script/page or even back to the calling form? i.e. the application I have in question is a login.htm page with a verify.php script The login.htm has a Form which captures login_id and password which are posted to verify.php
2
4245
by: Sasquatch | last post by:
I'm having trouble creating a simple login page using the asp:login control. I followed some instructions in a WROX book, "Beginning ASP.NET 2.0," and the instructions are very straight forward, but it won't work for me. Here's what I did. 1. Created a new folder named "testlogin" 2. Turned that folder into an application using the IIS properties 3. Created two new web form pages, /testlogin/default.aspx and /testlogin/login.aspx...
2
4517
by: IdleBrain | last post by:
Hello All: I used a Login control to authenticate a user to login. The problem is that when I login with good username & password, the login view would say that the login was successful. But for some reason the login control does not redirect the control to DestinationPageUrl. Even when I hardcoded to redirect to another page, it still remains in the same page on successful login.
0
1290
by: jobs | last post by:
This code works at setting my login failure message, but does not set the color for some reason. Protected Overrides Sub OnLoad(ByVal e As EventArgs) If IsPostBack Then If Login.FailureText <"" Then Login.FailureTextStyle.ForeColor = Drawing.Color.Red Login.FailureText = "Unsuccessful Login. Try Again" End If
0
1339
by: daokfella | last post by:
I have a Login.aspx page that takes care of all my login procedures (validation, lockouts, password change requirements, password retrieval, etc.) It works like a charm. However, now I'd like a "quick login" control to appear in the banner at the top of my master page. This control will just have a username and password textbox and login button. I want to reuse all the same code. Plus, if the credentials are incorrect, or additional...
21
3879
by: tvnaidu | last post by:
This is the Java script I am using fo rlogin page, but cursor not pointing to login box, any idea how can I point cursor to login box when this page loaded?. here admin login take to control page and user login take to status page, if I give direct path without goto login, both pages display, can I add a check if user didn't login, then redirect to login page for both control.htm and status.htm, let me know. thanks in advance. <script...
0
9699
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
9562
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10542
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10289
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
9119
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
6840
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
5496
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...
1
4274
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2968
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.