PC Review


Reply
Thread Tools Rate Thread

ASP.NET\DreamWeaver

 
 
rj
Guest
Posts: n/a
 
      14th Aug 2004
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

 
Reply With Quote
 
 
 
 
Maziar Aflatoun
Guest
Posts: n/a
 
      14th Aug 2004
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
>



 
Reply With Quote
 
clintonG
Guest
Posts: n/a
 
      14th Aug 2004
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 (E-Mail Removed)
URL http://www.metromilwaukee.com/clintongallagher/



"Maziar Aflatoun" <(E-Mail Removed)> wrote in message
news:blpTc.1702141$(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > 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
> >

>
>



 
Reply With Quote
 
Lucas Tam
Guest
Posts: n/a
 
      14th Aug 2004
"clintonG" <(E-Mail Removed)> wrote in news:
#(E-Mail Removed):

> 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 ((E-Mail Removed))
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
 
Reply With Quote
 
John Timney \(Microsoft MVP\)
Guest
Posts: n/a
 
      14th Aug 2004
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" <(E-Mail Removed)> wrote in message
news:Xns95458416B492Dnntprogerscom@140.99.99.130...
> "clintonG" <(E-Mail Removed)> wrote in news:
> #(E-Mail Removed):
>
> > 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 ((E-Mail Removed))
> Please delete "REMOVE" from the e-mail address when replying.
> http://members.ebay.com/aboutme/coolspot18/



 
Reply With Quote
 
John Timney \(Microsoft MVP\)
Guest
Posts: n/a
 
      14th Aug 2004
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
>



 
Reply With Quote
 
rj
Guest
Posts: n/a
 
      15th Aug 2004
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" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>>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
>>

>
>
>


 
Reply With Quote
 
clintonG
Guest
Posts: n/a
 
      15th Aug 2004
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 (E-Mail Removed)
URL http://www.metromilwaukee.com/clintongallagher/


"rj" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> >
> >>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
> >>

> >
> >
> >

>



 
Reply With Quote
 
Lucas Tam
Guest
Posts: n/a
 
      15th Aug 2004
rj <(E-Mail Removed)> wrote in news:#(E-Mail Removed):

> Will the Dreamweaver site be able to access the .NET Http objects?
>


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

--
Lucas Tam ((E-Mail Removed))
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
 
Reply With Quote
 
Lucas Tam
Guest
Posts: n/a
 
      15th Aug 2004
"John Timney \(Microsoft MVP\)" <(E-Mail Removed)> wrote in
news:Ov#(E-Mail Removed):

> 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 ((E-Mail Removed))
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dreamweaver 8 (Help) Bogdan Windows Vista Performance 0 20th Jan 2008 10:27 AM
Why is FP better than Dreamweaver? =?Utf-8?B?QnVnc2J1bm55?= Microsoft Frontpage 1 24th Aug 2006 01:33 PM
Why is FP better than Dreamweaver? =?Utf-8?B?QnVnc2J1bm55?= Microsoft Frontpage 13 24th Aug 2006 02:38 AM
Use DreamWeaver AND VS.NET? I.P. Freely Microsoft Dot NET 5 28th May 2004 04:30 AM
Using dreamweaver mx lara Microsoft Access Getting Started 2 14th Sep 2003 05:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:31 AM.