HI scott yeah you are rigth this is the solution thanks for help folks grettings, bicho
2010/9/9 Scott M. Holodak <[email protected]> > Hi Victor, > > Take a look at your web.config. If you're using Forms Authentication, > you'll need to change the defaultUrl. > > <configuration> > ... > <system.web> > ... > <authentication mode="Forms"> > <forms cookieless="UseCookies" > defaultUrl="Default.aspx" <-- Change/set to index.aspx > loginUrl="Login.aspx" > protection="All" > timeout="30" > slidingExpiration="true" /> > </authentication> > ... > </system.web> > ... > </configuration> > > -ScottH > > > -----Original Message----- > > From: Victor Careaga [mailto:[email protected]] > > Sent: Tuesday, September 07, 2010 5:46 PM > > To: [email protected] > > Subject: [cas-dev] Default > > > > Hi everyone > > > > i have a dude, well iam working with .NET 2003 framework 1.1 and a CAS > > server 3.4.2.1 i can login and logout but everytime i login CAS send me > > to a default.aspx page and i not even have a default.aspx page, my IIS > > is configurate to accept index.aspx page to default page, and my start > > page in project is index.aspx because i think this behavior in on CAS > > side well if someone had this problem in past please helpme to solve it > > > > thx for helps and directions > > grettings, bicho > > > > > > -- > > Z > > > > (LI) > > > > ¿Suspiras al recordar aquellos días del Minix-1.1, cuando los hombres > > eran hombres y escribían sus propios drivers? > > > > Errare humanum est > > > > > > > > > > blog personal > > > > http://bicho-soft.blogspot.com/ > > > > -- > > You are currently subscribed to [email protected] as: > > [email protected] > > To unsubscribe, change settings or access archives, see http://www.ja- > > sig.org/wiki/display/JSG/cas-dev > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-dev > > -- Z (LI) ¿Suspiras al recordar aquellos días del Minix-1.1, cuando los hombres eran hombres y escribían sus propios drivers? Errare humanum est blog personal http://bicho-soft.blogspot.com/ -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
