» Posted by noname at 05/05/2007 00:04:29
» Language: XML
« Previous - Next »
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0"?>
<configuration>
<appSettings/>
<connectionStrings/>
<system.web>
<httpHandlers>
<add verb="POST" path="UploadHandler.ashx" validate="true" type="Wilco.Web.Silverlight.UploadHandler, Wilco.Web.Silverlight" />
</httpHandlers>
<compilation debug="false" />
</system.web>
</configuration>
|
|