- <?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 | 7889 | Johan Nilsson | Branch from Shawn Hladky's original P4.Net (main branch). Changed file type for StandardT...est.cs and UnicodeTest.cs in order to be able to check them in. « |
14 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 |