|
Home > Archive > Commerce Server General > March 2006 > Problem in creating new Commerce C# ASP.NET Web Application
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 |
Problem in creating new Commerce C# ASP.NET Web Application
|
|
| A.Basuri 2006-03-06, 2:47 am |
| Hi,
I'm a new comer to the world of CS trying with Commerce server 2006 in VS
2005 on Windows OS 2003 with IIS installed when i'm choosing the "HTTP"
option to create the CS Web App. I'm facing a strange problem when trying to
creat a new Commerce C# ASP.NET Web Application in VS 2005, after showing the
new web site creation wizard on clicking OK Commerce Server Project Wizard
comes and on clicking NEXT it gives an error message as "Unable to create
the Web 'http://localhost/WebSite'. Visual Web Developer does not support
creating Web sites on a SharePoint Web server". I'm working on the remote
machine where the OS 2003 and all these are installed along with Sharepoint
Server. I'm unable to figure out why this problem is coming ? and why it is
asking for sharepoint server, rather that IIS server or Commerce Server?
Thanks
Antaryami Basuri
--
Web Developer
| |
| Ravi Shankar 2006-03-07, 2:48 am |
| Hi Basuri,
You're facing this issue bacuse of how Sharepoint Server handles incoming
requests onto the server once it is installed on a site. Everything under the
http://server is handled as a "Managed Path" which means that it is passed
onto the sharepoint ISAPI handler. VS cannot work with that which is why the
error.
To get around this issue go to Sharepoint Administration (Actually WSS
Administration) and ensure that you mark /Sitename as an "UN-Managed" path.
Then when you try through VS it'll get passed onto the underlying FP Server
Extensions and everything would be fine.
--
Ravi Shankar
"A.Basuri" wrote:
> Hi,
> I'm a new comer to the world of CS trying with Commerce server 2006 in VS
> 2005 on Windows OS 2003 with IIS installed when i'm choosing the "HTTP"
> option to create the CS Web App. I'm facing a strange problem when trying to
> creat a new Commerce C# ASP.NET Web Application in VS 2005, after showing the
> new web site creation wizard on clicking OK Commerce Server Project Wizard
> comes and on clicking NEXT it gives an error message as "Unable to create
> the Web 'http://localhost/WebSite'. Visual Web Developer does not support
> creating Web sites on a SharePoint Web server". I'm working on the remote
> machine where the OS 2003 and all these are installed along with Sharepoint
> Server. I'm unable to figure out why this problem is coming ? and why it is
> asking for sharepoint server, rather that IIS server or Commerce Server?
> Thanks
> Antaryami Basuri
> --
> Web Developer
|
|
|
|
|