vote up 1 vote down star
1

I'm getting a 404 error when trying to run another web service on an IIS 6 server which is also running Sharepoint 2003. I'm pretty sure this is an issue with sharepoint taking over IIS configuration. Is there a way to make a certain web service or web site be ignored by whatever Sharepoint is doing?

flag

73% accept rate

4 Answers

vote up 0 vote down

Hasn't this change from 2003 to 2007? There's no longer an excluded paths option.

link|flag
vote up 1 vote down

I depends on what you mean by side by side, if you are trying to make something inside the same URL path as sharepoint then the above answers about managed paths should do it for you, but there is also nothing stopping you from just creating another Web Site inside of IIS, sharepoint will only take over the requests coming to its specific web.

link|flag
vote up 2 vote down check

I found the command line solution.

STSADM.EXE -o addpath -url http://localhost/<your web service/app> -type exclusion
link|flag
vote up 0 vote down

you'll have to go into the SharePoint admin console and explicitely allow that web application to run on on the same web site as SharePoint.

I believe it is under defined managed paths.

Central Administration > Application Management > Define Managed Paths

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.