English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

2 answers

Make sure IIS is configured to run .NET 2.0 applications.

Most default setups of IIS is configured for .NET 1.1

2007-02-06 05:15:54 · answer #1 · answered by Knowledge 3 · 0 0

you can try to uninstall sql server 2005 components and then install sql server 2008, meanwhile i would work using SSMS instead VS

2016-03-29 04:14:27 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers