Ask a Question related to ASP.NET General, Design and Development.
-
Nick #1
two asp.net projects shared one request.isauthenticated?
I have two seperated asp.net projects - project1
(\inetpub\wwwroot\project1) and subproject
(\inetpub\wwwroot\project1\subproject).
They share authenticating code in
\inetpub\wwwroot\project1\global.asax.vb. and using "Forms", however,
the request.isauthenticated always turns to false after authenticated in
project1 and redirecting url from [url]http://localhost/project1/*.aspx[/url] to
[url]http://localhost/project1/subproject/*.aspx[/url].
Nick Guest
-
Request for feedback: proposed new modules to aid VHDL projects
I have a set of modules that I have developed, originally for my own needs, to help build and compile VHDL projects with the ModelSim simulator... -
Checking IsAuthenticated for new ASP.NET session
How can I check to see if a user has previously been authenticated with FormsAuthentication on a page that is defined as viewable by everyone in... -
Why check request.isAuthenticated
When using Forms security, aren't all pages protected by default ???? -
ascx shared with other projects
I have created this header file (ascx) that dynamically changes depending on the page it's on. I would like to keep this file in one location so I... -
request.isAuthenticated becomes false after redirect to a URL ofanother asp.net project?
How to make two asp.net projects share request.isAuthenticated? Thanks



Reply With Quote

