Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving extension inside the code
Message
From
20/03/2014 10:06:22
 
 
To
All
General information
Forum:
ASP.NET
Category:
Web Services
Title:
Moving extension inside the code
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01596910
Message ID:
01596910
Views:
59
I have this to support an extension in my Web Service inside the Web.config file:
<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
	<system.web>
		<webServices>
			<soapExtensionTypes>
				<add type="Framework.TraceExtension,Framework" priority="1" group="0"/>
			</soapExtensionTypes>
		</webServices>
</configuration>
Would there be a way to remove that from there and have it in the code instead?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform