Please start any new threads on our new 
    site at https://forums.sqlteam.com.  We've got lots of great SQL Server
    experts to answer whatever question you can come up with.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | Eagle_f90Constraint Violating Yak Guru
 
 
                                        424 Posts | 
                                            
                                            |  Posted - 2004-06-06 : 22:33:10 
 |  
                                            | I am trying to make a login page using ASP and an SQL 2k DB I have got everything setup but I want to hide the member's directory. I have seen perl scripts do this but how can I? I want to make it so that the URL for the login page site.com/login.asp shows even after they log in (instead of site.com/members/index.html). How can I do this?--For those with wings, fly to your dreamsDearms are what are found at the end of reality, and your reality if what is found at the end of your dreams. |  |  
                                    | timmyMaster Smack Fu Yak Hacker
 
 
                                    1242 Posts | 
                                        
                                          |  Posted - 2004-06-06 : 22:58:38 
 |  
                                          | You can use frames.Create the index.html file, and add a frame that references the .asp page. |  
                                          |  |  |  
                                    | MichaelPJedi Yak
 
 
                                    2489 Posts | 
                                        
                                          |  Posted - 2004-06-07 : 15:17:34 
 |  
                                          | I think Server.Transfer will do this.  The frames solution will work too.Michael<Yoda>Use the Search page you must.  Find the answer you will.</Yoda> |  
                                          |  |  |  
                                |  |  |  |