Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Problem with authentication

Reply
Thread Tools

Problem with authentication

 
 
David
Guest
Posts: n/a
 
      04-25-2007
Hi,

I am using authentication on one of my projects. I have a login page.

If I authenticate on for example www.ashfieldfocus.com (note, my project is
not on here...), everything seems to work fine.

I have a pop-up. The pop-up also has the full url, e.g.
www.ashfieldfocus.com. Now, this has a pop-up off of that. The URL for the
latest pop-up is taken from the database. For reasons, I have the short name
for that, i.e. ashfieldfocus.com instead. (Note, no www.)

I would have expected the authentication token to pass, but it doesn't. Any
ideas?

I want the whole site to be accessible either by www.ashfieldfocus.com or
ashfieldfocus.com. This is the reason that I only store the short domain in
the database.

Any ideas?
--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available


 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      04-25-2007
This is a host name issue. The web server domain must be configured to
accept either form for the same IP address.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"David" <> wrote in message
news:%...
> Hi,
>
> I am using authentication on one of my projects. I have a login page.
>
> If I authenticate on for example www.ashfieldfocus.com (note, my project
> is not on here...), everything seems to work fine.
>
> I have a pop-up. The pop-up also has the full url, e.g.
> www.ashfieldfocus.com. Now, this has a pop-up off of that. The URL for the
> latest pop-up is taken from the database. For reasons, I have the short
> name for that, i.e. ashfieldfocus.com instead. (Note, no www.)
>
> I would have expected the authentication token to pass, but it doesn't.
> Any ideas?
>
> I want the whole site to be accessible either by www.ashfieldfocus.com or
> ashfieldfocus.com. This is the reason that I only store the short domain
> in the database.
>
> Any ideas?
> --
> Best regards,
> Dave Colliver.
> http://www.AshfieldFOCUS.com
> ~~
> http://www.FOCUSPortals.com - Local franchises available
>



 
Reply With Quote
 
 
 
 
David
Guest
Posts: n/a
 
      04-25-2007
I can (and do) use both names to access the site (www. and no www.), so I
don't think that is the issue, unless it needs to be configured a certain
way. If it is configuration, call you let me know how it should be
configured?

--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available


"Kevin Spencer" <> wrote in message
news:...
> This is a host name issue. The web server domain must be configured to
> accept either form for the same IP address.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
>
> Printing Components, Email Components,
> FTP Client Classes, Enhanced Data Controls, much more.
> DSI PrintManager, Miradyne Component Libraries:
> http://www.miradyne.net
>
> "David" <> wrote in message
> news:%...
>> Hi,
>>
>> I am using authentication on one of my projects. I have a login page.
>>
>> If I authenticate on for example www.ashfieldfocus.com (note, my project
>> is not on here...), everything seems to work fine.
>>
>> I have a pop-up. The pop-up also has the full url, e.g.
>> www.ashfieldfocus.com. Now, this has a pop-up off of that. The URL for
>> the latest pop-up is taken from the database. For reasons, I have the
>> short name for that, i.e. ashfieldfocus.com instead. (Note, no www.)
>>
>> I would have expected the authentication token to pass, but it doesn't.
>> Any ideas?
>>
>> I want the whole site to be accessible either by www.ashfieldfocus.com or
>> ashfieldfocus.com. This is the reason that I only store the short domain
>> in the database.
>>
>> Any ideas?
>> --
>> Best regards,
>> Dave Colliver.
>> http://www.AshfieldFOCUS.com
>> ~~
>> http://www.FOCUSPortals.com - Local franchises available
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Failed Authentication, Status "Unsupported Authentication Algorithm" Rafael Cisco 1 11-26-2004 03:57 PM
Basic Authentication v. Integrated Windows Authentication w/ Delegation Mark ASP .Net 0 01-20-2004 03:13 PM
ASP.Net Forms authentication with basic authentication popup Brett Porter ASP .Net 2 01-20-2004 02:17 PM
Moving from Baisc Authentication to Forms Authentication raj mandadi ASP .Net 0 12-22-2003 12:16 AM
Forms Authentication, external authentication server, & rerouting to orig. req. URL Andrew Connell ASP .Net 1 10-21-2003 05:41 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57