Ask a Question related to ASP.NET Security, Design and Development.
-
Tommy Martin #1
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
-
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... -
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... -
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... -
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... -
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... -
Teemu Keiski #2
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...the> 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 changeno> setting in web.config. My app always looks for login.aspx for some reason> 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



Reply With Quote

