473,466 Members | 3,167 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

URGENT - Very Puzzled - IIS Authentication

Hi All

My appologies for the URGENT shout but I need to get this sorted by 06:00
GMT otherwise I am going to have 150 screaming intranet users moaning at me.

Win 2k Server
ASP.NET 2

I have just deployed our shiny new ASP.NET 2 Intranet app and want to use
Integrated windows authentication at IIS level with "windows" authentication
in web.config.

I have put the tick in "Integrated Windows Authentication" in the directory
security tab of the website in IIS and taken the tick out of the "Anonymous
Access"

As part of our Group Policy all client XP PCs have thier IE home page set to
http://intranet.ourdomain.com which is the URL to our intranet.

The win2k intranet server is called sguk-web1 with an IP of 192.168.0.9

Users log onto the local area network as normal using thier windows logon,
authenticating against active directory.

The problem I am getting is as follows:
When a user opens up IE which takes them to the URL stated they get a log on
dialogue to enter thier network username and password again, which I don't
want to happen I just want it to go straight to the intranet and have
windows handle all authentication and authorization in the background.

To puzzle matters further if the user types in http://sguk-web1 then
everything works as it should do and windows does everything in the
backgroud.

But if the user types in http://192.168.0.9 then we get the same issue as if
they had gone to the URL http://intranet.ourdomain.com .

Any suggestions?

Best Regards
Bren

--
Why do I climb mountains? Simple! because they are there
www.3peakschallenge.co.uk
Aug 24 '06 #1
5 1350
Given that it's an intranet app, and that all your clients are within your
network, instruct your users to go to http://sguk-web1 to enter the intranet.

While you sort things out regarding the naming issue, that will cover your *ss.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Bren" <mwrote in message news:uX**************@TK2MSFTNGP03.phx.gbl...
Hi All

My appologies for the URGENT shout but I need to get this sorted by 06:00 GMT otherwise I am going
to have 150 screaming intranet users moaning at me.

Win 2k Server
ASP.NET 2

I have just deployed our shiny new ASP.NET 2 Intranet app and want to use Integrated windows
authentication at IIS level with "windows" authentication in web.config.

I have put the tick in "Integrated Windows Authentication" in the directory security tab of the
website in IIS and taken the tick out of the "Anonymous Access"

As part of our Group Policy all client XP PCs have thier IE home page set to
http://intranet.ourdomain.com which is the URL to our intranet.

The win2k intranet server is called sguk-web1 with an IP of 192.168.0.9

Users log onto the local area network as normal using thier windows logon, authenticating against
active directory.

The problem I am getting is as follows:
When a user opens up IE which takes them to the URL stated they get a log on dialogue to enter
thier network username and password again, which I don't want to happen I just want it to go
straight to the intranet and have windows handle all authentication and authorization in the
background.

To puzzle matters further if the user types in http://sguk-web1 then everything works as it should
do and windows does everything in the backgroud.

But if the user types in http://192.168.0.9 then we get the same issue as if they had gone to the
URL http://intranet.ourdomain.com .

Any suggestions?

Aug 24 '06 #2
And if you read his post it says:
>As part of our Group Policy all client XP PCs have thier IE home
page set to
>http://intranet.ourdomain.com which is the URL to our intranet.
so when they open their browser it will go there by default!

Juan T. Llibre wrote:
Given that it's an intranet app, and that all your clients are within your
network, instruct your users to go to http://sguk-web1 to enter the intranet.

While you sort things out regarding the naming issue, that will cover your *ss.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Bren" <mwrote in message news:uX**************@TK2MSFTNGP03.phx.gbl...
>Hi All

My appologies for the URGENT shout but I need to get this sorted by 06:00 GMT otherwise I am going
to have 150 screaming intranet users moaning at me.

Win 2k Server
ASP.NET 2

I have just deployed our shiny new ASP.NET 2 Intranet app and want to use Integrated windows
authentication at IIS level with "windows" authentication in web.config.

I have put the tick in "Integrated Windows Authentication" in the directory security tab of the
website in IIS and taken the tick out of the "Anonymous Access"

As part of our Group Policy all client XP PCs have thier IE home page set to
http://intranet.ourdomain.com which is the URL to our intranet.

The win2k intranet server is called sguk-web1 with an IP of 192.168.0.9

Users log onto the local area network as normal using thier windows logon, authenticating against
active directory.

The problem I am getting is as follows:
When a user opens up IE which takes them to the URL stated they get a log on dialogue to enter
thier network username and password again, which I don't want to happen I just want it to go
straight to the intranet and have windows handle all authentication and authorization in the
background.

To puzzle matters further if the user types in http://sguk-web1 then everything works as it should
do and windows does everything in the backgroud.

But if the user types in http://192.168.0.9 then we get the same issue as if they had gone to the
URL http://intranet.ourdomain.com .

Any suggestions?

Aug 24 '06 #3
Cheers for your replies guys.

I have sorted it now.
It was an issue with the security settings within IE
IE settingsInternet OptionsSecurity TabTrusted Sites iconCustom
level
button, scroll all the way to bottom of list,

User Authentication
-Login
X Automatic logon with current username and password

The network group policy was so locked down IE was allways trying to log in
anonymously.

Just changed group policy IE settings and problem solved.

Rgds
Bren
Aug 24 '06 #4
Ah, yes! That vaunted Trusted Sites trick again! Darn Internet Exploder!
Thanks for reminding us.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Bren" wrote:
Cheers for your replies guys.

I have sorted it now.
It was an issue with the security settings within IE
IE settingsInternet OptionsSecurity TabTrusted Sites iconCustom
level
button, scroll all the way to bottom of list,

User Authentication
-Login
X Automatic logon with current username and password

The network group policy was so locked down IE was allways trying to log in
anonymously.

Just changed group policy IE settings and problem solved.

Rgds
Bren
Aug 24 '06 #5
re:
And if you read his post it says:
....
so when they open their browser it will go there by default!
Of course. That's why I suggested that the Group Policies be changed!

:-)

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Kevin Jones" <kj**********@develop.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
And if you read his post it says:
As part of our Group Policy all client XP PCs have thier IE home
page set to
http://intranet.ourdomain.com which is the URL to our intranet.

so when they open their browser it will go there by default!

Juan T. Llibre wrote:
>Given that it's an intranet app, and that all your clients are within your
network, instruct your users to go to http://sguk-web1 to enter the intranet.

While you sort things out regarding the naming issue, that will cover your *ss.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Bren" <mwrote in message news:uX**************@TK2MSFTNGP03.phx.gbl...
>>Hi All

My appologies for the URGENT shout but I need to get this sorted by 06:00 GMT otherwise I am
going to have 150 screaming intranet users moaning at me.

Win 2k Server
ASP.NET 2

I have just deployed our shiny new ASP.NET 2 Intranet app and want to use Integrated windows
authentication at IIS level with "windows" authentication in web.config.

I have put the tick in "Integrated Windows Authentication" in the directory security tab of the
website in IIS and taken the tick out of the "Anonymous Access"

As part of our Group Policy all client XP PCs have thier IE home page set to
http://intranet.ourdomain.com which is the URL to our intranet.

The win2k intranet server is called sguk-web1 with an IP of 192.168.0.9

Users log onto the local area network as normal using thier windows logon, authenticating
against active directory.

The problem I am getting is as follows:
When a user opens up IE which takes them to the URL stated they get a log on dialogue to enter
thier network username and password again, which I don't want to happen I just want it to go
straight to the intranet and have windows handle all authentication and authorization in the
background.

To puzzle matters further if the user types in http://sguk-web1 then everything works as it
should do and windows does everything in the backgroud.

But if the user types in http://192.168.0.9 then we get the same issue as if they had gone to
the URL http://intranet.ourdomain.com .

Any suggestions?
Aug 24 '06 #6

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

Similar topics

3
by: Chris L | last post by:
Hello, I'm hoping to find out if it is possible to connect within an ASP.NET application to Active Directory with the credentials of the person who accessed the ASP.NET application via IIS,...
5
by: Vishal | last post by:
Hello, I already asked this question in the ASP.NET forums, but no help came. So I am hoping that somebody can help me out. This is really very URGENT me. For my e-commerce application, I...
2
by: pv | last post by:
Hi everyone, I need help with following scenario, please: Users are accessing same web server from intranet (users previously authenticated in Active Dir) and from extranet (common public...
16
by: | last post by:
Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I keep getting the following error:- Error In:...
5
by: Yoshitha | last post by:
HI i've asp.net aplication and it is working fine in all systems but when i uploaded it into clients server and trying to run the aplication then i'm getting the following error Server...
6
by: varkey.mathew | last post by:
Dear all, Bear with me, a poor newbie(atleast in AD).. I have to authenticate a user ID and password for a user as a valid Active Directory user or not. I have created the IsAuthenticated...
2
by: MJ | last post by:
Hi, I'm trying to authenticate a user by creating a DirectoryEntry using the contructor with signature Dim objEntry = New DirectoryEntry(path, username, pwd). and then i check for If Not...
4
by: jens Jensen | last post by:
Hello, I was given the task to build a .Net client that will talk to IBM integration server via HTTP post. The idea is that each http packet exchange should be authenticated via X09 "client...
5
by: Suresh | last post by:
Hi Guys I have Db2 server installed on remote server. i am connecting to that remote server by using VPN. I want to connect that remote DB2 server instance using my local machine DB2...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
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
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.