473,943 Members | 16,072 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET\DreamWe aver

rj
We are developing an ASP.NET website that will provide databasae access
to the users, for ordering and looking up different information. The
static website is developed in Dream Weaver and this is where the user
will supply the logon information to get into the ASP.NET application.
We would like to have it appear to the user as one site, so if they are
on the static site or database site, it would appear as the same site to
the user. Can this be done?

TIA

Nov 18 '05 #1
12 1900
ASP.NET is a server-side programming language which you can use to make your
pages more dynamic. Use ASP.NET in only the pages required and leave the
static page as is (.html)

Maz.

"rj" <rj@att.com> wrote in message
news:e1******** ******@TK2MSFTN GP09.phx.gbl...
We are developing an ASP.NET website that will provide databasae access to
the users, for ordering and looking up different information. The static
website is developed in Dream Weaver and this is where the user will
supply the logon information to get into the ASP.NET application.
We would like to have it appear to the user as one site, so if they are on
the static site or database site, it would appear as the same site to the
user. Can this be done?

TIA

Nov 18 '05 #2
How would recommend the application manage state when
the majority of the pages are presumed to be static .html?

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Maziar Aflatoun" <ma***@rogers.c om> wrote in message
news:bl******** *************@t wister01.bloor. is.net.cable.ro gers.com...
ASP.NET is a server-side programming language which you can use to make your pages more dynamic. Use ASP.NET in only the pages required and leave the
static page as is (.html)

Maz.

"rj" <rj@att.com> wrote in message
news:e1******** ******@TK2MSFTN GP09.phx.gbl...
We are developing an ASP.NET website that will provide databasae access to the users, for ordering and looking up different information. The static website is developed in Dream Weaver and this is where the user will
supply the logon information to get into the ASP.NET application.
We would like to have it appear to the user as one site, so if they are on the static site or database site, it would appear as the same site to the user. Can this be done?

TIA


Nov 18 '05 #3
"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in news:
#K************* @TK2MSFTNGP11.p hx.gbl:
How would recommend the application manage state when
the majority of the pages are presumed to be static .html?


ASP.NET uses cookies to handle state.

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 18 '05 #4
Not always, you can choose to use cookieless session handling. In
cookieless mode, the server automatically inserts the session ID into
relative URLs.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
"Lucas Tam" <RE********@rog ers.com> wrote in message
news:Xn******** *************** ****@140.99.99. 130...
"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in news:
#K************* @TK2MSFTNGP11.p hx.gbl:
How would recommend the application manage state when
the majority of the pages are presumed to be static .html?


ASP.NET uses cookies to handle state.

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/

Nov 18 '05 #5
You can associate any file extension to be handled by the asp.net processor
in the IIS settings. So your .aspx pages could in theory be called .htm I
expect.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
"rj" <rj@att.com> wrote in message
news:e1******** ******@TK2MSFTN GP09.phx.gbl...
We are developing an ASP.NET website that will provide databasae access
to the users, for ordering and looking up different information. The
static website is developed in Dream Weaver and this is where the user
will supply the logon information to get into the ASP.NET application.
We would like to have it appear to the user as one site, so if they are
on the static site or database site, it would appear as the same site to
the user. Can this be done?

TIA

Nov 18 '05 #6
rj
John:

What I am not sure of is how to make the ASP.NET site co-exist in the
Dreamweaver site. The developer of the Dreamweaver site has links on
various pages, when clicked by the user, will open up an aspx page in
the browser. I also need to store the users information for use between
the two. Will the Dreamweaver site be able to access the .NET Http objects?

TIA

John Timney (Microsoft MVP) wrote:
You can associate any file extension to be handled by the asp.net processor
in the IIS settings. So your .aspx pages could in theory be called .htm I
expect.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
"rj" <rj@att.com> wrote in message
news:e1******** ******@TK2MSFTN GP09.phx.gbl...
We are developing an ASP.NET website that will provide databasae access
to the users, for ordering and looking up different information. The
static website is developed in Dream Weaver and this is where the user
will supply the logon information to get into the ASP.NET application.
We would like to have it appear to the user as one site, so if they are
on the static site or database site, it would appear as the same site to
the user. Can this be done?

TIA



Nov 18 '05 #7
Google: "coexist"+"asp" +"asp.net"
Google: "interoperate"+ "asp"+"asp. net"

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
"rj" <rj@att.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
John:

What I am not sure of is how to make the ASP.NET site co-exist in the
Dreamweaver site. The developer of the Dreamweaver site has links on
various pages, when clicked by the user, will open up an aspx page in
the browser. I also need to store the users information for use between
the two. Will the Dreamweaver site be able to access the .NET Http objects?
TIA

John Timney (Microsoft MVP) wrote:
You can associate any file extension to be handled by the asp.net processor in the IIS settings. So your .aspx pages could in theory be called .htm I expect.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
"rj" <rj@att.com> wrote in message
news:e1******** ******@TK2MSFTN GP09.phx.gbl...
We are developing an ASP.NET website that will provide databasae access
to the users, for ordering and looking up different information. The
static website is developed in Dream Weaver and this is where the user
will supply the logon information to get into the ASP.NET application.
We would like to have it appear to the user as one site, so if they are
on the static site or database site, it would appear as the same site to
the user. Can this be done?

TIA


Nov 18 '05 #8
"John Timney \(Microsoft MVP\)" <ti*****@despam med.com> wrote in
news:Ov******** ******@TK2MSFTN GP10.phx.gbl:
Not always, you can choose to use cookieless session handling. In
cookieless mode, the server automatically inserts the session ID into
relative URLs.


True - but I don't think cookieless works with static HTML content ... or
does it?

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 18 '05 #9
rj <rj@att.com> wrote in news:#M******** ******@TK2MSFTN GP11.phx.gbl:
Will the Dreamweaver site be able to access the .NET Http objects?


Is the Dreamweaver site static HTML, HTML, PHP, ASP, JSP?

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 18 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.