ASP: The ‘..’ characters are not allowed

Problem
Server.MapPath() error ‘ASP 0175 : 80004005′
Disallowed Path Characters
The ‘..’ characters are not allowed in the Path parameter for the MapPath method.

Solution
1. Goto IIS Manager
2. From the websites list, right click on on the website that is giving the error and select the “Properties” option.
3. Click on “Home Directory” tab in the properties page.
4. Click on the button “Configuration”
5. Select the tab “Options” on the “Configuration” properties page.
6. Check (tick) the option that says “Enable Parent paths”. Click on OK and OK again (yes twice) and test the page again.

It should now work.

Tags:, ,

What is data scraping and how can I stop it?

Data scraping (also called web scraping) is the process of extracting information from websites. Data scraping focuses on transforming unstructured website content (usually HTML) into structured data which can be stored in a database or spreadsheet.

Unfortunately, there is no efficient way to fully protect your website from data scraping. This is so because scraping technology (also called data scrapers or web scrapers)  simulates a human browsing the website thereby making the process of detection far more difficult.

Even if you block the IP address of a data scraper, this will not prevent it from accessing your website. Most data scraping bots use large IP address pools and automatically switch the IP address in case one IP gets blocked. And if you block too many IPs, you will most probably block many of your legitimate visitors.

One of the best ways to protect globally accessible data on a website is through copyright protection. This way you can legally protect the intellectual ownership of your website content.

Another way to protect your site content is to password protect it and charge your users for accessing the information. Therefore, even if someone wishes to scrape the data from your site, you are not a monetary loss.

Tags:, , , , ,

Open new window with submit button

Sometimes you may need to open a new window when the SUBMIT button is clicked on a form. Here’s the trick for it.

With any form that you add to your site just do this…

<form target=”_blank”>


</form>

When the submit button is hit it will open in a new window.

Tags:

Wordpress customization

Looking for Wordpress customization or a website completely based on Wordpress. The resource you are reading at the moment is driven by Wordpress.

Yes, we are able to customize Wordpress to make the interface look exactly similar to your website’s look and feel. We are also able to take your Photoshop template and convert it into a theme so that your website runs off the world’s most preffered CMS or blogging software.

Contact us today with your requirement and we will get in touch with you within 3 business days.

Tags:,