Search

You searched for the word(s): userid:605940

Matching Posts

  • Password Recovery error

    I set up the login controls for my website long, long ago, and at the time they worked just fine. There is a Login Control and a PasswordRecovery Control, set to use the same membership provider. Now when I try to use the recovery, it says "Your attempt to retrieve your password was not successful. Please try again." Here is my provider set-up: <membership defaultProvider="DefaultMembershipProvider"> <providers> <add connectionStringName="LocalSqlServer" enablePasswordRetrieval="false
    Posted to Security (Forum) by chupajr on 3/15/2006
  • Re: Delay upon initial view

    I'm the server admin so I can pretty much do what I want to it. I used an idea like yours, only with a System.Timers.Timer triggering the refresh every 30 min. So far it was worked great. Thanks!
    Posted to Getting Started (Forum) by chupajr on 12/14/2005
  • Re: Delay upon initial view

    I'm using IIS 6. Unfortunately, changing that setting didn't help. Is there anything else I could try?
    Posted to Getting Started (Forum) by chupajr on 12/14/2005
  • Re: Delay upon initial view

    Okay I was able to dig up an old thread that said to disable the Idle Timeout in the relevant IIS App Pool. I've tried that now, so hopefully it will work :)
    Posted to Getting Started (Forum) by chupajr on 12/13/2005
  • Delay upon initial view

    Whenever the site I work on has no activity for a while (seems like about an hour), it will take an extra 5 seconds or so to load the first page you view after this inactivity period. Is there a way to make the site not 'sleep' like that? The webserver is doing nothing except hosting this site, so there is no need to conserve processor time/RAM/etc. I know that there's always a delay when you edit a page due to compiling, but it seems to me that this one is unneccesary. If I am wrong, please feel
    Posted to Getting Started (Forum) by chupajr on 12/13/2005
  • Re: Javascript + master page problem

    That just adds <script type="text/javascript"> <!-- javascript/script.js// --> </script> right before </form>
  • Re: Javascript + master page problem

    Hm, I just tried that, and while it looks promising, it seems that it still didn't include the script. Is there something I need to do to initialize that first? To elaborate further, I can see that adds a <script> section in <body>, but for reasons unknown to me, the code I have only works when it is included in <head>. Is it possible to make it put the code inside the head block instead of body?
  • Javascript + master page problem

    My site uses a master page, and there are several pages on it that require certain .js files to be loaded. The only way I seem to be able to get this to work is to have <SCRIPT language=JavaScript src="javascript/script.js" type=text/javascript></SCRIPT> nested inside <head> in the master page. If I place them individually in the content pages, it doesn't work. The problem with this is that on every page in which the scripts are not require, I get scripting errors. I'm trying to
  • Re: Profile settings won't save

    I'm still struggling through this. Any advice?
    Posted to Web Parts and Personalization (Forum) by chupajr on 7/21/2005
  • Profile settings won't save

    I've been working on a site locally in which an administrator can access a page to change a few profile settings of other users. It worked perfectly until I moved the site over to be live. Now, the profile settings will not save. It seems like it might be something with the provider, but none of the provider settings have changed. So, I'm stumped. Here is the applicable code. The profile settings in web.config are set up correctly, as the profile fields are all found: Dim userprof As ProfileCommon
    Posted to Web Parts and Personalization (Forum) by chupajr on 7/20/2005
Page 1 of 3 (28 items) 1 2 3 Next >