"Server Error in '/uddi' Application" Error Message After You Install Windows SharePoint Services (826785)
The information in this article applies to:
- Microsoft Windows SharePoint Services
SYMPTOMS After you install Windows SharePoint Services, you find
that when you try to open an Enterprise Universal Description, Discovery, and
Integration (UDDI) virtual directory, you receive the following error message:
Server Error in '/uddi'
Application. CAUSE This problem may occur if you install Windows SharePoint
Services on a computer that has UDDI Services installed. WORKAROUND To work around this problem, edit the UDDI Web.config file
by using a text editor such as Notepad. The file is located in the
\inetpub\uddi\webroot folder. Immediately above the
</system.web> line, insert the following line: <trust level="Full" originUrl=""/>
The following example shows a minimal Web.config file with the line
added:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<trust level="Full" originUrl=""/>
</system.web>
</configuration>
Save the Web.config file. As soon as the file is saved, you will be
able to successfully access the UDDI virtual directories. STATUS Microsoft
has confirmed that this is a problem in the Microsoft products that are listed
at the beginning of this article.
MORE INFORMATION UDDI Services delivers strategic benefits to companies that
deploy Web services. As a core piece of Web services infrastructure in
Microsoft Windows Server 2003, UDDI Services makes it easy to discover, share,
and reuse Web services and other programmable resources. This can improve
developer and IT productivity, resulting in lower total cost of ownership (TCO)
and more reliable and manageable programs.
Modification Type: | Minor | Last Reviewed: | 7/27/2006 |
---|
Keywords: | kbnofix kbBug kberrmsg KB826785 kbAudITPRO |
---|
|