05-08-07 06:16 PM
I have newly installed Commerce Server 2007 - and created all sites and name
d
them accordingly:
CCDEVSITE
CCDEVSITECATALOGWEBSERVICE
CCDEVSITEMARKETINGWEBSERVICE
CCDEVSITEORDERSWEBSERVICE
CCDEVSITEPROFILESWEBSERVICE
when I attempt to test these sites, the first site I get a blank screen with
the following source:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>Default</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name=vs_defaultClientScript content="JavaScript (ECMAScript)">
<meta name=vs_targetSchema
content="http://schemas.microsoft.com/intellisense/ie3-2nav3-0">
</head>
<body>
<form name="Form1" method="post" action="Default.aspx" id="Form1">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="/ wEPDwUKLTUxMTcwNzgxMGRk+z7BVdCRL1DS7zLyN
k2AYwUoI5U=" />
</div>
</form>
</body>
</html>
Is this correct? Shouldn't I see some content?
your help is appreciated.
[ Post a follow-up to this message ]
|