03-07-06 07: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 th
e
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 Sharepoin
t
> Server. I'm unable to figure out why this problem is coming ? and why it i
s
> asking for sharepoint server, rather that IIS server or Commerce Server?
> Thanks
> Antaryami Basuri
> --
> Web Developer
[ Post a follow-up to this message ]
|