What's wrong with my IIS after I installed Sharepoint portal serve

G

Guest

I first installed Visual Studio .net on my local computer without installing
Frontpage Server Exetension 2002 and I tried creating Web Sites and find it
work well.
Then I installed Sharepoint portal server on the same computer. The
sharepoint portal server works well now.
But now when I create new web site in Visual Studio .Net. The error appears:

The default web access mode for this project is set to file share,but the
project folder at 'http://localhost/WebProject1'cannot be opened with the
path 'd:\inetpub\wwwroot\WebProject1'. The error returned was:
Unable to create Web project 'WebProject1'.The file path
'd:\inetput\wwwroot\WebProject1' does not correspond to the URL
'http://localhost/WebProject1'.The two need to map to the same server
location.
HTTP Error 404:

Thank you for help!
 
J

John Timney \(MVP\)

In short, Sharepoint takes over your IIS server, so any paths you dont want
it to control need to be excluded in sharepoint admins exclude paths
section.

Regards

John Timney (MVP)
 
M

Morten Wennevik

Well, not quite. Unless told otherwise Sharepoint will take over your
default website. In case of Windows XP this will effectively mean all
your web site capabilities though.
 
G

Guest

Thanks a lot.

In Central Administration, I exculde the path. Then I can create web site.

And I insert <trust level="Full" originUrl="" /> into web.config, I can
debug the website
 
V

Victor

I have the same problem but I don´t know how to exclude the path. I put the localhost url and it not works

Can you gelp me, please
 
J

John Timney \(MVP\)

look through the admin interface for Sharepoint for exclude paths, you'll
find it.

Regards

John Timney (MVP)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top