Aspnet_Application with two application names and
Hi
I created a website in .net 2005 which contains login page which uses form authentication. For this I am using login control and also I am using create login users control. I am using database aspnetdb.
Now I had placed a new folder in the same application in which there are some web pages. Now I want to access these pages (which are in the new folder) with the same login page that I created in the main application. How can I do it through coding in c# in .net 2005.
I know when I make a login the application Id is inserted automatically stored in aspnet_application table and I created 3 users.
Now I want to know how can I add new record application in aspnet_application table and their users
Now I want to access the child application web pages through the same login pages.
Please can you help me with an example
Thanks
Abdul Majid
|