Are you verified by Google?

In todays internet personal information is not personal anymore. Anybody can see what I am doing in my backyard using Google Maps. People can Google to check out on a person. Whatever you search with Google goes in the database. Thats just a few to mention!

So here is the crazy idea for Google:

Just as Google rank websites how about Google ranking and verifying people based on their online records. It could be something like a Page Rank, we can call it People Rank System (PRS). Higher the number better the person is based on online records. 

So anybody can go in Google and check out my score how good/bad I am.

I am having a late night brain fart I know, I will leave it there Sealed

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: WebCosmo
Posted on: 10/6/2008 at 5:36 PM
Categories: Funny / Bizarre / Odd / Strange
E-mail |  Stumble it! |  Propeller it! |  Digg it! |  del.icio.us |  Technorati
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed

How to check .Net Version Installed

Simply put this in a html/aspx file and run. It will show you all the .net versions installed.

<script>
javascript:alert(navigator.userAgent)
</script>

 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: WebCosmo
Posted on: 10/6/2008 at 3:13 AM
Categories: Programming / Coding
E-mail |  Stumble it! |  Propeller it! |  Digg it! |  del.icio.us |  Technorati
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed

"Page Cannot be Found" Windows Server

You may get a Page cannot be found message when you browse aspx pages in a Windows Server 2003 environment.

That is because in Windows 2003, all the webservice extensions are "Prohibited" by default to ensure security.

To resolve this, do the following steps:-

1. From your Run command, type inetmgr and press enter.
2. Expand the appropriate nodes in the IIS to locate the "Webservice Extensions" Node
3. Click on the same.
4. You will find a list of "prohibited" extensions in the right.
5. Click on ASP.NET and "allow" it

That should resolve this issue.

 If ASP .Net is not installed, first install it from MS. Then follow these instructions (for .Net 2 as example here):
Click on start then select Run. Copy and paste this command then click okay. That will reregister ASP.NET to IIS
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspn et_regiis.exe -I

from IIS go to ASP.NET tab and change the asp.net version to 2.0XXX
(in IIS go to the specific virtual directory of the web application for which you are recieving this error. Right-click on it, and in the properties there will be an ASP.NET tab which you can toggle to .NET)

From your Run command, type inetmgr and press enter.
Expand the appropriate nodes in the IIS to locate the "Webservice Extensions" Node
Click on the same.
You will find a list of "prohibited" extensions in the right.
Click on ASP.NET and "allow" it.

 

 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: WebCosmo
Posted on: 10/6/2008 at 3:12 AM
Categories: Programming / Coding
E-mail |  Stumble it! |  Propeller it! |  Digg it! |  del.icio.us |  Technorati
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed