Ask a Question related to ASP.NET General, Design and Development.
-
nitc3 #1
Re: Server.Transfer and Authentication
Add <Identity Impersonate=True> in the web.config file. This might solve
your problem.
Cheers
Nitc3
"Raghuvansh" <raghuvansh@yahoo.com> wrote in message
news:39597f86.0306261355.22e12e5c@posting.google.c om...> I have a.aspx in the parent directory and b.aspx in a folder 'my'.
> Directory 'my' is protected by form authentication whereas the parent
> directory isn't.
>
> I am transferring objects from a.aspx to b.aspx.
>
> When I perform Server.Transfer("b.aspx") from a.aspx; b.aspx just
> comes up without the login page. However if I use ahref OR
> Response.Redirect from a.aspx to any other page in 'my' directory the
> login page shows up.
>
> I need the login page show up during my server.transfer from a.aspx to
> b.aspx. How do I do it ?
nitc3 Guest
-
Error Server.Transfer / Server.Execute ()
Hi! Any one has Idea, How to use Server.Transfer and Server.Execute, When I tried to use these methods I got an eror: Server object error 'ASP... -
Server.Transfer vs. Server.Execute
i'm using a model, view, control architecture for a group of .asp pages. i can't decide whether to use Server.Transfer or Server.Execute to pass... -
Data transfer from SQL Server to DB2
What do you mean by "details"? Larry "N. Jayasinghe" wrote: -
Server.Execute and Server.Transfer not detecting session state
I am setting a session variable, then doing a server.transfer in global.aspx and the page I am going to is saying that session state is not enable... -
Server.Transfer
Using Server.Trasfer the control is shiftewd to the form specified in the parameters of the Server.Transfer. however the URL still contains the...



Reply With Quote

