Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Tabstrip, ssl, & basic authentication

Reply
Thread Tools

Tabstrip, ssl, & basic authentication

 
 
Harolds
Guest
Posts: n/a
 
      06-14-2005
Everytime a tab is clicked the Enter Network Password dialog is displayed,
though entering a valid userid and password just redisplays the dialog,
clicking cancel displays the page correctly. Everytime a postback is done to
the page the results are the same (Enter Network Password dialog is
displayed).

The folder and the page with the tabstrip uses ssl & basic authentication,
while the majority of the web site does not.

Can someone tell me what could be causeing this problem, and what can be
done to fix it?
 
Reply With Quote
 
 
 
 
Harolds
Guest
Posts: n/a
 
      06-17-2005
Well I fixed my problem, I can't believe no one has had this problem.

In TabStrip.htc the f_Init function has the following lines of code
var cacheImageDef = new Image();
var cacheImageHov = new Image();
var cacheImageSel = new Image();
cacheImageDef.src = sepDefaultImageUrl;
cacheImageHov.src = sepHoverImageUrl;
cacheImageSel.src = sepSelectedImageUrl;
If you don't set these properties in VS for the tabstrip control ie attempts
to open a file called NULL in the same directory as you aspx page.

Instead of fixing this in the htc file I decided to create a file call NULL
just incase this problem resides else where.

"Harolds" wrote:

> Everytime a tab is clicked the Enter Network Password dialog is displayed,
> though entering a valid userid and password just redisplays the dialog,
> clicking cancel displays the page correctly. Everytime a postback is done to
> the page the results are the same (Enter Network Password dialog is
> displayed).
>
> The folder and the page with the tabstrip uses ssl & basic authentication,
> while the majority of the web site does not.
>
> Can someone tell me what could be causeing this problem, and what can be
> done to fix it?

 
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
Changing Basic Authentication to Form-Based Authentication Dom Java 0 10-18-2004 03:30 PM
From Basic Authentication to Form-Based Authentication Dom Java 0 10-15-2004 09:50 PM
Forms Authentication displays basic authentication dialogue window Brett Porter ASP .Net 5 02-03-2004 07:06 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



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