possible caching problem

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default possible caching problem

    I am trying to implement forms authentication in my asp.net app. I set the
    loginurl setting to be "login.aspx" at first and then I needed to change the
    setting in web.config. My app always looks for login.aspx for some reason no
    matter what I change the web.config setting to.

    Is this info cached somewhere? How can I change this? I searched the hard
    drive and through the registry and am not finding it.

    Thank you in advance for any pointers.

    Tommy


    Tommy Martin Guest

  2. Similar Questions and Discussions

    1. Caching problem in asp.net
      I have a swf file embedded in an asp.net master page. The swf displays a menu based on data obtained from an xml file. I am having problems with...
    2. Problem with CF Forms caching code changes
      Hi all, I've been having a problem with code changes in CF MX7 not being reflected when I test my programs. I have a very small form that...
    3. fragment caching problem
      I have a custom control that generates client scripts and uses viewstate This control is placed in a user control that is placed in my application...
    4. Page Caching Problem
      I am having a problem with web forms I have uploaded to my hosting site not running the most recent version. The .aspx file I have FTPed to my...
    5. ASP.Net, IE 5 & 5.01, Caching Problem
      Thanks Mark, I think that will solve my problem. A related question then would be, how can I write out these meta tags in code. All of my pages in...
  3. #2

    Default Re: possible caching problem

    It is set only in web.config, (just did you remember to save the file after
    changing the value?).

    --
    Teemu Keiski
    MCP, Microsoft MVP (ASP.NET), AspInsiders member
    ASP.NET Forum Moderator, AspAlliance Columnist

    "Tommy Martin" <tmartin@xspam-tlmartin.com> wrote in message
    news:uDXrZ9xwDHA.2448@TK2MSFTNGP12.phx.gbl...
    > I am trying to implement forms authentication in my asp.net app. I set the
    > loginurl setting to be "login.aspx" at first and then I needed to change
    the
    > setting in web.config. My app always looks for login.aspx for some reason
    no
    > matter what I change the web.config setting to.
    >
    > Is this info cached somewhere? How can I change this? I searched the hard
    > drive and through the registry and am not finding it.
    >
    > Thank you in advance for any pointers.
    >
    > Tommy
    >
    >

    Teemu Keiski Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139