Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
138 views

.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 ...
1
vote
1answer
407 views

ASP.NET 4 Forms Authentication problem with UIWebView

I read of a similar issue at Problem with 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 ...
1
vote
1answer
141 views

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 ...
1
vote
1answer
154 views

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 ...
1
vote
2answers
742 views

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?
0
votes
1answer
83 views

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 ...
0
votes
1answer
100 views

Why must I define a browser cap in web.config

I got this section in my web.config: <browserCaps> <case match="^Mozilla/(?'version'(?'major'\d+)(?'minor'\.\d+)(?'letters'\w*)).*"> <case match="^[5-9]\." ...
0
votes
2answers
261 views

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 ...
0
votes
1answer
249 views

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 ...