WSE web.config problem

S

Sean

Hi all,

I have installed WSE 1.0 and have altered my project's web.config file to add:

<webServices>
<soapExtensionTypes>
<add type=
"Microsoft.Web.Services.WebServicesExtension,
Microsoft.Web.Services,
Version=1.0.0.0,
Culture=neutral,
PublicKeyToken=31bf3856ad364e35"
priority="1" group="0" />
</soapExtensionTypes>
</webServices>


Now when I try to run my project, I get:

Parser Error Message: The 'type' attribute must be set to a valid type name.
Source Error:
Line 77: <webServices>
Line 78: <soapExtensionTypes>
Line 79: <add type= (*this line is red*)
Line 80: "Microsoft.Web.Services.WebServicesExtension,
Line 81: Microsoft.Web.Services,


Anybody know what I have to do to fix this?

thanks,
Sean
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top