Thursday, March 8, 2012

Deployment of Global.asax

This week i encountered a strange issue related to ASP.NET global.asax deployment. I had a precompiled asp.net website deployed in production in which i had global.asax but the code written in glabal.asax was not getting executed in the production even if i had App_global.asax.dll in bin directory. After some attempts i found out that unknowningly i was ignoring the meta files and it is necassary to publish following file along with the /bin/App_global.asax.dll otherwise App_global.asax.dll does not work.
  1. /PrecompiledApp.config: Indicates wether the precompiled site is updatable or not.
  2. /bin/App_global.asax.compiled: Placeholder file for routing the request to global.asax to app_global.asax.dll assembly.

Hathway Cable Modem Secrets

The hathway cable modem specifically Cisco 2100 cable modem has got some secret web UI which can be accessed be navigating http://192.168.100.1/


System page displays the information related the modem hardware, software details. The remaining three tabs signal, status & log are not accessble as these are only accessible to priviledged users. Access to these pages can be acheived after login http://192.168.100.1/_aslvl.asp



The default password for Access Level2 is W2402. On successful login below page will appear.

Here click on return to Main Page and we will be redirected to the first page but now we will be able to access the system, signal & log pages.

Apart from these pages there are some other secrets pages like
http://192.168.100.1/gscan.asp

Remember: Do not modify any of the setting on any page.

Sunday, March 4, 2012

Auto Hathway Authentication

Android AHA released on 24 April 2013
http://anilsoni85.blogspot.com/2013/04/android-auto-hathway-authentication.html

New Version v1.0.3 released on 1st Sept 2012
1)Runs on linux using mono runtime.
2)User can change the pooling interval
http://anilsoni85.blogspot.in/2012/09/auto-hathway-authentication-v103.html


New Version v1.0.1 released on 30th June 2012 (Refer to the comments for more detail about the change log and update instruction).

Hathway broadband users are required to authenticate on there service portal in order to start internet. This application automatically authenticates user on hathway portal.User has to define the hathway user id and password before starting and then it will keep on monitoring internet connection (pings google.com after every 30 seconds).



You can download the Auto Hathway Authentication v1.0.1 from my public dropbox folder
https://dl.dropbox.com/u/48560079/AHA_v1_0_1.zip

Requires Microsoft .Net framework 2.0

Friday, March 2, 2012

Sequential steps to render dashboard properly using Tibco Business Events Views

Below is the process design flow for Views. In order to render dashboard properly these steps should be followed sequentially:

1. Create Metric

2. Define rules/compute metric

3. Create Dashboard System Element

4. Create Data Source

5. Create Chart

a. The category field specifies the X-axis

b. The value field specifies the Y- axis

c. The field specified in Runtime data appears in chart.

6. Create Dashboard page. The name specified in it appears in header, unless modified explicitly.

7. Create View and select the Dashboard page created in above step.

8. Create Role preference. The name of role preference is case sensitive and should match the exact value as given in .pwd file.

9. Optionally create the login page as mentioned in chapter: Customizing Dashboard for Brand Identity of BE views Developers guide.


CoComments are welcome......