Questions tagged [browsercaps]

11 questions
10
votes
2 answers

Is it possible to disable the browserCaps functionality in ASP.NET?

Is it possible to disable the browserCaps functionality in ASP.NET? I wish my site to be served reliably and exactly as I have it defined to all browsers regardless of their capabilities. If their browser can't support the site, that's their…
Chris Marisic
  • 32,487
  • 24
  • 164
  • 258
3
votes
1 answer

ASP.NET Browser Caps update

I'm trying to update the browser caps using the ".browser" files (browserCaps section of the web.config is deprecated in .NET framework 2.0). So far, I found this project on CodePlex that provides updated…
PhilDulac
  • 1,305
  • 20
  • 32
2
votes
2 answers

browserCaps in an External Config File

The BrowserCaps setting is rather quite long. Is there a way to factor it into an external config file. does anyone know the markup?
TimLeung
  • 3,459
  • 6
  • 42
  • 59
2
votes
1 answer

Problem in using Ocean's Browsercaps in ASP.NET app to detect spiders

while studying a way of properly detecting crawlers on our ASP.NET application, I came across Owen Brady's broswercaps project. In order to use it, I did this: Created App_Browsers folder Created Spiders folder in the above Downloaded…
George
  • 41
  • 3
1
vote
1 answer

asp.net 1.1 and firefox 7

We have some old in house apps that were written with asp.net 1.1. For various reasons they cannot be ported over to a more current version of asp.net and so (while we still need them) they must run at their current version. Obviously we have had…
oljones
  • 135
  • 3
  • 14
1
vote
2 answers

.Net Android.Browser files

Can anyone tell me where I can find a list of Browser capabilities for the Android platform? I need to construct a .Browser file for it as part of my ASP.Net MVC3 project. Some links would be much appreciated. Thanks Gineer Update: I've looked at…
Gineer
  • 2,358
  • 4
  • 26
  • 40
1
vote
1 answer

ASP.NET 4 Forms Authentication problem with UIWebView

I read of a similar issue at Asp.Net Forms Authentication when using iPhone UIWebView where using a UIWebView is not recognized by asp.net 4 browser capabilities. My web site is not functioning from an iPhone/iPad such as the login at…
Neal
  • 9,487
  • 15
  • 58
  • 101
0
votes
1 answer

Why must I define a browser cap in web.config

I got this section in my web.config: tagwriter=System.Web.UI.HtmlTextWriter
Johnny5
  • 6,664
  • 3
  • 45
  • 78
0
votes
2 answers

ASP.NET: inconsistent detection of Chrome browser

I am testing an ASP.NET 3.5 app on 2 machines: one is a Windows 7 x64, and the other Windows Server 2008 x64. When I use the same Chrome instance to open the websites on these 2 machines, I get different results on HttpBrowserCapabilities.Browser:…
rodbv
  • 5,214
  • 4
  • 31
  • 31
0
votes
1 answer

Using the Ocean Browsercaps files with .NET 4

I have been trying to use the Ocean browsercaps files from http://owenbrady.net/browsercaps/ in a ASP.NET 4 application. When I drop the files into the App_Browsers folder I get the error The browser or gateway element with ID 'docomon505i' cannot…
Craig
  • 36,306
  • 34
  • 114
  • 197
0
votes
1 answer

Is there a repository of up to date .browser files for ASP.NET?

Is there a repository of up to date .browser files for ASP.NET anywhere on the internet that would help with detecting modern mobile and tablet devices?
Greg B
  • 14,597
  • 18
  • 87
  • 141