|
I am having a problem in incorporating some behaviors within my site. I have a login page called default.aspx within the root directory. I have IIS 7.0 installed and running this site. I also have a folder within my root directory called private. Right now I have a seperate web.config file located within my private subdirectory configured to keep anonymous access out. I know that with what I want to do I will have to change this setup. Here is what I want...I want a login page to be default ..like I have now. The user is able to browse through the pages located in the private directory for 3 or 4 postbacks. After that, the user is directed to another page upon the 5th post back...saying "Sign Up Today!!!". I want to do this to tease the customers and give them a peak at what is within the site. If they try to click on another link to ignore this page and keep on surfing...then another page should pop up saying " Hey ...I know you don't like signing up and neither do I but here is why you should!!"
|