J
Jerry C
This is a new post covering two previous posts:
"Unable to establish secure connection to Server" and "membership and
redirect of unauthenticated user"
Thank you for your replys.
I found a MSDN Library entry by the Title of:
"Mixing Forms and Windows Security in ASP.NET" by Paul wilson January 2004
I have tried this code and it seems to sort of work except for several
problems.
First it is in C# and I am having trouble transferring it into VB.
In the line: "this.Request.Cookies[Global.ReturnUrl] == Null" when I change
it to vb "request.cookies(Global.ReturnUrl) is nothing" the Global.ReturnURl
does not work. This may be that the code was written in a old version of
dotnet and I am trying to use it in VS2005. The converter removed the code
behind from the Global.aspx.
The other problem is when a non windows user access the winlogin page a
login popup shows but when I cancel it the correct WebLogin page shows. how
can I get rid of the popup up
"Unable to establish secure connection to Server" and "membership and
redirect of unauthenticated user"
Thank you for your replys.
I found a MSDN Library entry by the Title of:
"Mixing Forms and Windows Security in ASP.NET" by Paul wilson January 2004
I have tried this code and it seems to sort of work except for several
problems.
First it is in C# and I am having trouble transferring it into VB.
In the line: "this.Request.Cookies[Global.ReturnUrl] == Null" when I change
it to vb "request.cookies(Global.ReturnUrl) is nothing" the Global.ReturnURl
does not work. This may be that the code was written in a old version of
dotnet and I am trying to use it in VS2005. The converter removed the code
behind from the Global.aspx.
The other problem is when a non windows user access the winlogin page a
login popup shows but when I cancel it the correct WebLogin page shows. how
can I get rid of the popup up