- <?xml version="1.0" encoding="UTF-8"?>
- <configuration>
- <appSettings>
- <add key="P4PORT" value="public.perforce.com:1666" />
- <add key="P4USER" value="guest" />
- <add key="P4CLIENT" value="P4NetDocHttpHandler" />
- <add key="P4PASSWD" value="" />
- </appSettings>
- <system.webServer>
- <handlers>
- <remove name="*" />
- <add name="P4HttpHandler" path="*" verb="*" type="P4HttpHandler.P4HttpHandler" resourceType="Unspecified" />
- </handlers>
- </system.webServer>
- </configuration>
# |
Change |
User |
Description |
Committed |
|
#1
|
6335 |
Jim Gomes |
Branch P4.Net. |
17 years ago
|
|
//guest/shawn_hladky/P4.Net/main/samples/P4HttpHandler/Web.config |
#1
|
5950 |
Shawn Hladky |
P4.Net.
Adding HTTP Handler sample application. |
18 years ago
|
|