Microsoft
Software
Hardware
Network
Question : problem in redirecting page
Hi
I have implemented forms authentication in asp.net using C#
there is a page called SearchProfile.aspx which user should go after authentication.
When I go directly to the page then page is redirecting to Login page as expected. At that time URL of the site is
http://localhost/testapp/
Login.aspx?ReturnUrl=%2fSe
archProfil
e.aspx
When I enter proper credentials then page is redirected to Searchprofile.aspx as expected
But when I type in the browser
http://localhost/testapp/
Login.aspx
and I enter proper credentials and press login then page is not redirecting to the home page.
Am I missing something
Answer : problem in redirecting page
What is the page its getting redirected , please check your web.config default url
Ram
Random Solutions
Form update in Access 2007
Design a Query to subtract a record value from previous record value
How to start an application from a .Bat file and then upload files
Need to fix compatability issue with windows 7 64 bit for vfp version 7 (and 8 and 9)
scale based on date values
IME (Japanese) for Office 2007
aspx/c# looping through data from within body
How do I save an 8 bit grayscale jpeg with CImage
Formula to give billing rate
VB.NET Smart Device Application - Form doesn't show using form.show() method