Monday, February 27, 2012

Configuration Error

Configuration Error ASP.Net






solution:
open your web config, find "<authentication mode="Windows"/>" and delete it. So your ASP.net can run normally.

Sunday, February 26, 2012

HTTP Error 500.19 - Internal Server Error

THE ERROR:

HTTP Error 500.19 - Internal Server Error with Error Code: 0x80070021
The requested page cannot be accessed because the related configuration data for the page is invalid.

ERROR DETAILS:

Module: RequestFilteringModule
Notification: BeginRequest
Handler: StaticFile
Error Code: 0x80070021 Config Error: This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".
Config File: \\?\C:\RnDInternet\web.config
152: <security>
153: <requestFiltering allowDoubleEscaping="true"/>
154: </security>

Sunday, July 17, 2011

free marketing tool

ile they are geared towards marketing, they can also be used for getting traffic to any website. I also believe it is the “USE” of “ALL” of these tools in combination which has helped me succeed online.
So here, in no particular order, are my most useful free marketing tool:

1. SeoQuake for Firefox

This invaluable SEO tool will give you vital stats about your own site and those of your competitors. I use this extensively to check out my linking partners and how I can better compete with my competition. Besides checking the traffic ranking, Google indexed pages, age of site… the most important stats for me is the SEMRush numbers, these will roughly tell you the worth of the monthly keyword traffic a site is receiving. Very helpful

Tuesday, July 12, 2011

Ping website to Search angine

To get indexed to search engine, you need to ping your blog to search engine to get them spidered. you can use below url to ping your website to the search engine. Ping your site map now and get a lot of traffic to your website.

ping to search engine:
google: http://www.google.com/webmasters/sitemaps/ping?sitemap=http://your-blog-name/atom.xml
Ask: http://submissions.ask.com/ping?sitemap=http://your-blog-name/atom.xml
bing : http://www.bing.com/webmaster/ping.aspx?siteMap=http://your-blog-name/atom.xml
yahoo: https://siteexplorer.search.yahoo.com

Monday, July 11, 2011

SEO



 The most important thing in create a website is SEO. it can get the biggest effect to our website development. So please pay attention to SEO of the website we have createn.

Whenever you enter a query in a search engine and hit 'enter' you get a list of web results that contain that query term. Users normally tend to visit websites that are at the top of this list as they perceive those to be more relevant to the query. If you have ever wondered why some of these websites rank better than the others then you must know that it is because of a powerful web marketing technique called Search Engine Optimization (SEO).

Friday, July 8, 2011

How to use email client server








After you install hMailServer and reboot the system on which it was installed, you should see the system listening on the SMTP port.

After setting the email configuration at hmail server, now you will use one of email client,for email client you can download here

Monday, July 4, 2011

Setting Hmail server

After you install hMailServer and reboot the system on which it was installed, you should see the system listening on the SMTP port.

Unless you opted not to have a Start Menu item created, you should find an hMailServer group in the Start Menu. Run hMailServer Administrator from within it. When it starts, you should be able to connect to localhost, i.e. the instance of hMailServer running on the system, by clicking on it to highlight it and then clicking on Connect.

Thursday, June 30, 2011

How to install Hmail server

Installing hMailServer

This page describes the required steps to install hMailServer 5.

Step 1: Download

The first step is of to download hMailServer. The installation program is available for download click here .It is recommended that you download the latest stable version.
  • Double-click on the downloaded file to launch the setup. The first dialog which is shown is the Welcome dialog, in this one, simply click Next.

Monday, April 4, 2011

using captcha

To prevent from hacking our website, we can add the captcha code in login form. It can be more secure than only use user name and password for autentication login system.
At this case, this is one of the way how to use captcha code to perform in website security

Thursday, March 24, 2011

Make Login systems with Php

Login system is one of the most important part of your website, the existance of your website depends on this log in system. So you must keep your login sytem with secure login security systems. Let see some coding may be can use to protect your system log in more secure.

web programming