Creating Browser files







Thank you Declan Bright for your nice post in code project.com

http://www.codeproject.com/KB/aspnet/BlackberryASPNET.aspx

In order create browser specific application we need create browser files first and register that browser files in the .net frameworkfolder using aspnet_regbrowsers.exe tool.
Step 1: Creation of browser file with following properties and save it in the directory \WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\Browsers with .browser extension

Step2
register it using command line tool
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regbrowsers.exe -i

Popular Posts