|
Home > Archive > Commerce Server General > July 2005 > Error in VS.Net 2003 Trying to create C# Commerce Server Project
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 |
Error in VS.Net 2003 Trying to create C# Commerce Server Project
|
|
| sshier 2005-07-11, 5:51 pm |
| I am trying to create a Commerce C# ASP.NET Web Application in Visual Studio
2003. I am running MS Commerce Server 2002 SP3 on a Windows 2000 Advanced
Server. I go thru the entire wizard for the C# project setup for a web at
'http://localhost/CommerceWebApp1' (skipping the data warehouse since I don't
have SQL Analysis installed yet) . It unpacks a bunch of stuff and gives me a
message about configuring security accounts for all the databases and then it
gives the following error:
"The web server reported the following error when attempting to create or
open
the web project located at the following URL:
'http://computername/CommerceWebApp1'.
'HTTP/1.1 500 Internal Server Error'.
I assume that it was on creation that it experienced the problem. In SQL
Server I verified it created the databases and in IIS I verified that web
sites were created (CommerceWebApp1 and CommerceWebApp1BizzDesk). The web
sites are incomplete however as there are parameters in the default.aspx file
that clearly need substitution (I assume the wizard does this) before making
the site work.
Windows was initially installed on a 10.x.x.x IP address and the computer
name (when you ping it) maps to that address. It does not map to localhost.
When I added
"127.0.0.1 computername" to the hosts file it had no effect. On my computer
you cannot browse to http://computername , you can only browse to
http://localhost or http://10.x.x.x (I have many working web sites with such
addresses).
Is there a way to fix this? If not, can I change the configuration files
Commerce Server uses so I can specify that it uses 10.x.x.x or localhost
instead of computername? Why is it using computername if I am trying to
install on localhost?
--
TIA
Steve Shier
| |
| taveraREMOVE@sbcglobalREMOVE.net 2005-07-12, 8:51 pm |
| hello,
Have you tried installing from a PUP file?
During the installation using the PUP, you can specify the name of the
webserver (if you select a Custom install). This is a bit more tedious
but it should allow you to install the sample site using the server
name requested.
Then once installed you should be able to develop/customize the site
as desired.
Hope this helps.
-tomas
On Mon, 11 Jul 2005 08:51:03 -0700, sshier
<sshier@discussions.microsoft.com> wrote:
>I am trying to create a Commerce C# ASP.NET Web Application in Visual Studio
>2003. I am running MS Commerce Server 2002 SP3 on a Windows 2000 Advanced
>Server. I go thru the entire wizard for the C# project setup for a web at
>'http://localhost/CommerceWebApp1' (skipping the data warehouse since I don't
>have SQL Analysis installed yet) . It unpacks a bunch of stuff and gives me a
>message about configuring security accounts for all the databases and then it
>gives the following error:
>
> "The web server reported the following error when attempting to create or
>open
> the web project located at the following URL:
>
> 'http://computername/CommerceWebApp1'.
> 'HTTP/1.1 500 Internal Server Error'.
>
>I assume that it was on creation that it experienced the problem. In SQL
>Server I verified it created the databases and in IIS I verified that web
>sites were created (CommerceWebApp1 and CommerceWebApp1BizzDesk). The web
>sites are incomplete however as there are parameters in the default.aspx file
>that clearly need substitution (I assume the wizard does this) before making
>the site work.
>
>Windows was initially installed on a 10.x.x.x IP address and the computer
>name (when you ping it) maps to that address. It does not map to localhost.
>When I added
>"127.0.0.1 computername" to the hosts file it had no effect. On my computer
>you cannot browse to http://computername , you can only browse to
>http://localhost or http://10.x.x.x (I have many working web sites with such
>addresses).
>
>Is there a way to fix this? If not, can I change the configuration files
>Commerce Server uses so I can specify that it uses 10.x.x.x or localhost
>instead of computername? Why is it using computername if I am trying to
>install on localhost?
|
|
|
|
|