|
Home > Archive > Commerce Server General > July 2004 > Extend a classic ASP commerce site with ASP.NET
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Extend a classic ASP commerce site with ASP.NET
|
|
| Eric Soonius 2004-07-09, 3:11 pm |
| Before I start testing the possibilities of extending a classic ASP Commerce Server 2002 site with ASP.NET pages, I want to ask the community if they have already experience with this scenario.
The classic ASP site is build on the sample partner site of Commerce Server 2000 and is recently upgraded to Commerce Server 2002 (SP2).
My main interest is about the user credentials. All users of this site must login before using the services. I want to build new functionality in ASP.NET pages.
Can I use in ASP.NET the user credentials of a user that logged on using via the classic ASP part of the site?
Thanks in advance,
Eric
| |
| David Messner [MSFT] 2004-07-09, 5:48 pm |
| Sure, the same cookie used by AuthManager (if that's what you're using) for
your ASP pages should also be available to ASP.NET pages that are part of
the same site. I don't see an issue with this.
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2004 Microsoft Corporation. All rights
reserved.
--------------------
Thread-Topic: Extend a classic ASP commerce site with ASP.NET
thread-index: AcRkxBXnoHt9ISjUSRa4aiyAWqL5iA==
X-WBNR-Posting-Host: 194.178.7.41
From: =?Utf-8?B?RXJpYyBTb29uaXVz?= <EricSoonius@discussions.microsoft.com>
Subject: Extend a classic ASP commerce site with ASP.NET
Date: Thu, 8 Jul 2004 01:18:01 -0700
Lines: 9
Message-ID: <B4881C78-61C2-497C-8287-54EAD0637883@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 127.0.0.1
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.commerceserver.general:14215
X-Tomcat-NG: microsoft.public.commerceserver.general
Before I start testing the possibilities of extending a classic ASP
Commerce Server 2002 site with ASP.NET pages, I want to ask the community
if they have already experience with this scenario.
The classic ASP site is build on the sample partner site of Commerce Server
2000 and is recently upgraded to Commerce Server 2002 (SP2).
My main interest is about the user credentials. All users of this site must
login before using the services. I want to build new functionality in
ASP.NET pages.
Can I use in ASP.NET the user credentials of a user that logged on using
via the classic ASP part of the site?
Thanks in advance,
Eric
|
|
|
|
|