Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

pop up window problem

  Asked By: Jaxson    Date: May 03    Category: Asp.net    Views: 679
  

I have a link on one of my pages that will open a
small pop up window to display some information. For
some reason when it opens the page I get the login
page and have to login before I can see the pop up
window, other times it just opens up the window and
shows me the information like I want it to. Does
anyone have an idea of what could be going on with
this? I am using Javascript to open the window.

This is what my security looks like in the web.config
file:


<authentication mode="Forms">
<forms name="TQSPMAuth" path="/"
loginUrl="login.aspx" protection="All" timeout="30">

</forms>
</authentication>
<authorization>
<deny users="?" />

<!-- <allow users="[comma separated
list of users]"
roles="[comma separated
list of roles]"/>
<deny users="[comma separated
list of users]"
roles="[comma separated
list of roles]"/>
-->
</authorization>

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Heidi Larson     Answered On: May 03

I'd ay it is a permissions problem. If it is works something and others
it ask for login  maybe because the folder where the information  is coming from
has annoymous access enabled but the anonymous account does have

 
Answer #2    Answered By: Nagina Mian     Answered On: May 03

Not sure if I can help but don't you need a <location>
tag in your web.config that either has the protected
file's name or a folder's name that all the protected
files go in? I'm pretty new at this so, caveat emptor.

 
Didn't find what you were looking for? Find more on pop up window problem Or get search suggestion and latest updates.




Tagged: