Ask a Question related to ASP.NET Security, Design and Development.
-
rdcelit #1
Forms authentication and latest patch for XP (non-SP2)
I have forms authentication for the ASP.NET application I'm currently
writing. It worked fine until I installed today's patch for Windows XP (we
can't go to SP2 yet for various reasons), VS.NET 2003, .NET Framework 1.1...
These were all patches that I ran. Now, my forms authentication which had
been running fine up until then doesn't seem to work. I log in through my
login form, and it doesn't do the
FormsAuthentication.RedirectFromLoginPage(user_nam e, true) any more. I added
a hardcoded address to redirect to my homepage:
FormsAuthentication.RedirectFromLoginPage(user_nam e, true, homepage) and it
goes to the home page, but every time I click on something, it goes back to
the login page. Anyone seen this? Does anyone have any suggestions? I
guess there is always the possibility of backing out of the patch, but I want
to make sure that I don't run into this when deploying to my Windows Server
2003 because of a messed up config somewhere.
rdcelit Guest
-
ASP.Net Forms authentication with basic authentication popup
Relatively new to ASP.Net but have a strange problem. My site uses forms authentication for a large administration section however after the user... -
Latest Cum Security Patch 4 IE6SP1 Seems 2 cause Problems w ASP.NET HTML Editor
I work w a non-profit org which is now managing its web site developed using ASP.NET & hosted by an ISP which has stated no changes have been made... -
Authentication ticket, cookieless, forms authentication?
Hi. I want to use Forms Authentication, cookieless. The issue is setting the Authentication Ticket without using cookies (!) That is, the... -
Latest Network Patch
--Boundary_(ID_R0A++Fscuu3sITsBmkwDyQ) Content-type: multipart/related; type="multipart/alternative";... -
Latest seurity patch
I'm using windows xp home edition. How do I know if I have windows xp 32 bit or 64 bit version? I want to download the latest critical windows... -
rdcelit #2
RE: Forms authentication and latest patch for XP (non-SP2)
Never mind. I got it to work. Thanks.
"rdcelit" wrote:
> I have forms authentication for the ASP.NET application I'm currently
> writing. It worked fine until I installed today's patch for Windows XP (we
> can't go to SP2 yet for various reasons), VS.NET 2003, .NET Framework 1.1...
> These were all patches that I ran. Now, my forms authentication which had
> been running fine up until then doesn't seem to work. I log in through my
> login form, and it doesn't do the
> FormsAuthentication.RedirectFromLoginPage(user_nam e, true) any more. I added
> a hardcoded address to redirect to my homepage:
> FormsAuthentication.RedirectFromLoginPage(user_nam e, true, homepage) and it
> goes to the home page, but every time I click on something, it goes back to
> the login page. Anyone seen this? Does anyone have any suggestions? I
> guess there is always the possibility of backing out of the patch, but I want
> to make sure that I don't run into this when deploying to my Windows Server
> 2003 because of a messed up config somewhere.rdcelit Guest
-
chanko@gmail.com #3
Re: Forms authentication and latest patch for XP (non-SP2)
could you please post the solution to your problem. it looks as though
i'm having exactly the same problem and i can't figure it out.
thnx
chanko@gmail.com Guest
-
rdcelit #4
Re: Forms authentication and latest patch for XP (non-SP2)
I played with the IIS settings until I got it to work. Apparently SP2
changes some IIS defaults. I set debugging back to true and I may have
changed the pooling to medium. Also, it didn't seem to work until I rebooted
after making these changes, but stopping and restarting may have achieved the
same effect.
"chanko@gmail.com" wrote:
> could you please post the solution to your problem. it looks as though
> i'm having exactly the same problem and i can't figure it out.
> thnx
>
>rdcelit Guest



Reply With Quote

