Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: browserCaps machine.config


Message #1 by marki220@g... on Tue, 16 Jul 2002 12:08:27
Hi,

I have been reading the chapter on configuration in the beginning asp with 
c# book.  While browising through this file I noticed that the browserCap 
section was not configured for my PC (as below)

<use var="HTTP_USER_AGENT" /> 
  browser=Unknown version=0.0 majorversion=0 minorversion=0 frames=false 
tables=false cookies=false backgroundsounds=false vbscript=false 
javascript=false javaapplets=false activexcontrols=false win16=false 
win32=false beta=false ak=false sk=false aol=false crawler=false cdf=false 
gold=false authenticodeupdate=false 
tagwriter=System.Web.UI.Html32TextWriter ecmascriptversion=0.0 
msdomversion=0.0 w3cdomversion=0.0 platform=Unknown clrVersion=0.0 
css1=false css2=false xml=false 

Is this normal?  I did try a sample app provided at www.asp.net 
(http://samples.gotdotnet.com/quickstart/aspplus/samples/config/VB/browscap
s.aspx) which worked.

I am just a little confused about this, can anyone help?

Mark

  Return to Index