Hi,
my web application works fine in local system, with visual studio 2010 and iis 6.
But when putting this application in windows server 2003 and framework 2 , it is showing the following error :
A name was started with an invalid character. Error processing resource 'http://192.168.1.4:8081/Default.aspx'. Line 1, Po...
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
-^
I need help to solve it out.