I am developing an website using C#.net,ASP.Net and SQLServer. I completed this project when running from Visual Studio 2005 then all thing is fine.
When I am trying to access from IIS It is giving following error in every .aspx pages but .html pages are fine.
A name was started with an invalid character. Error processing resource 'http://localhost/testing/UserHome.aspx'. Line 1, ...
==>>>>
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserHome.aspx.cs" Inherits="UserHome" %>
-^
<<<==
I am a new webdeveloper and just doing practice in C#. net and ASP.Net/
Please help me to get ride on this error.
thanks in advance
2007-02-03
22:51:47
·
2 answers
·
asked by
Jack J
1
in
Computers & Internet
➔ Programming & Design