Hi,

I have one asp.net project. And one more normal static webpages site.

What i want is after login into the website(asp.net) it has to redirect to the static webpages site. once log out from the website they should not enter into the site.

And both the sites are ready and separately its working fine.

Looking for help for the next step.

Thanks in advance.
Kavitha Kesav

Recommended Answers

All 2 Replies

In begining of static page, you must put same authentication code that you would be having for other dynamic pages.

So it is easy to authenticate users in ASP.NET, but when the user is redirected to the other site, how do you plan on making sure the user was previously authenticated?

Why are you not considering consolidating into one web site application?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.