Re: Forms authentication problems
From: News (laurentfb_at_hotmail.com)
Date: 03/23/04
- Next message: Yan-Hong Huang[MSFT]: "RE: 80004005 error"
- Previous message: abhinav maheshwari: "RE: 80004005 error"
- In reply to: Wes Henderson: "Re: Forms authentication problems"
- Next in thread: Ravichandran J.V.: "Re: Forms authentication problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 23 Mar 2004 09:09:49 +0100
The problem is that I access to the "non-protected" page of the site.
A few lines of my web.config file :
<authentication mode="Forms">
<forms name="DVDXAUTH" loginUrl="default.aspx" timeout="45"
slidingExpiration="true"/>
</authentication>
Then only, the protected pages aren't displayed.
Thanks for help,
Laurent.
"Wes Henderson" <wes1024@hotmail.com.nospam> a écrit dans le message de
news:O7vxxnDEEHA.2804@tk2msftngp13.phx.gbl...
> If you haven't tried this already:
>
> Go to the IIS manager and get the properties for the web site. Verify
that
> the IP address for the site is something that you can access over the
> network. If there is no problem there, does the server have any firewall
> that would block the port you are trying to connect through?
>
> Do you get an error page from the network or nothing at all?
>
>
> "News" <laurentfb@hotmail.com> wrote in message
> news:c3m99j$qob$1@s1.read.news.oleane.net...
> > Hi,
> >
> > My web site uses a form authentication : all pages are protected except
> home
> > page (to log in).
> > Everything is ok in development step but when I install the site on our
> > customer server :
> > - everything runs good when i access the site from the server
> > (http://localhost:port)
> > - I can't access protected pages, when logged on a computer in the
> > network (http://servername:port)
> >
> > What's the problem ?
> > Thanks for help,
> > Laurent.
> >
> >
>
>
- Next message: Yan-Hong Huang[MSFT]: "RE: 80004005 error"
- Previous message: abhinav maheshwari: "RE: 80004005 error"
- In reply to: Wes Henderson: "Re: Forms authentication problems"
- Next in thread: Ravichandran J.V.: "Re: Forms authentication problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|