|
| how to use my aspx login page with dreamweaver |
 |
Fri, 1 Jun 2007 11:51:35 +0000 |
I created my web page with Dreamweaver CS3; and this week I set up a login page,
registration page, etc. I did the second part with Visual Studio 2005 web
service and ASP.NET Admin tool. So that is done.
Now my question is how do I incorporate Visual studio 2005 aspx
pages(registration,login,) with my Dreamweaver cs3 web site?
I thought maybe I would have to move the whole VS folder into the
Inetpub->wwwroot folder? And then maybe open up dreamweaver and link the
pages. But that is a hypothetical guess.
What I am wanting to do is when a person comes to my page; they will see the
first page(which is the index page), and then when they click enter(which is
currently set to go straight to video page); I want it to lead them to the login
page.
|
| Post Reply
|
| Re: how to use my aspx login page with dreamweaver |
 |
Fri, 1 Jun 2007 12:45:33 +0000 |
Change the Enter link to point to your login page. But the real question is
whether you created any of the rest of the site using ASP.NET and forms
authentication so that your logins will make a difference.
Jeff
|
| Post Reply
|
|
|
|
|
|
|
|
|
|