this is my code
<connectionStrings/>
<remove name="LocalSqlServer" />
<add name="LocalSqlServer" connectionstring="Data Source=localhost;initial catalog=AccMembers;integra
ted security=true" providerName="System.Data.
SqlClient>
"
THIS IS MY ERROR
The following message may help in diagnosing the problem: System.Configuration.Confi
gurationEr
rorsExcept
ion: Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 32, position 5. (c:\inetpub\wwwroot\Accred
itrak1-03\
web.config
line 32) ---> System.Xml.XmlException: Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 32, position 5. at System.Xml.XmlTextReaderIm
pl.Throw(E
xception e) at System.Xml.XmlTextReaderIm
pl.Throw(S
tring res, String[] args) at System.Xml.XmlTextReaderIm
pl.Throw(I
nt32 pos, String res, String[] args) at System.Xml.XmlTextReaderIm
pl.ParseAt
tributes()
at System.Xml.XmlTextReaderIm
pl.ParseEl
ement() at System.Xml.XmlTextReaderIm
pl.ParseEl
ementConte
nt() at System.Xml.XmlTextReaderIm
pl.Read() at System.Xml.XmlTextReader.R
ead() at System.Configuration.XmlUt
il.CopySec
tion() at System.Configuration.BaseC
onfigurati
onRecord.S
canSection
sRecursive
(XmlUtil xmlUtil, String parentConfigKey, Boolean inLocation, String locationSubPath, OverrideModeSetting overrideMode, Boolean skipInChildApps) at System.Configuration.BaseC
onfigurati
onRecord.S
canSection
s(XmlUtil xmlUtil) at System.Configuration.BaseC
onfigurati
onRecord.I
nitConfigF
romFile() --- End of inner exception stack trace --- at System.Configuration.Confi
gurationSc
hemaErrors
.ThrowIfEr
rors(Boole
an ignoreLocal) at System.Configuration.BaseC
onfigurati
onRecord.T
hrowIfPars
eErrors(Co
nfiguratio
nSchemaErr
ors schemaErrors) at System.Configuration.Confi
guration..
ctor(Strin
g locationSubPath, Type typeConfigHost, Object[] hostInitConfigurationParam
s) at System.Configuration.Inter
nal.Intern
alConfigCo
nfiguratio
nFactory.S
ystem.Conf
iguration.
Internal.I
InternalCo
nfigConfig
urationFac
tory.Creat
e(Type typeConfigHost, Object[] hostInitConfigurationParam
s) at System.Web.Configuration.W
ebConfigur
ationHost.
OpenConfig
uration(We
bLevel webLevel, ConfigurationFileMap fileMap, VirtualPath path, String site, String locationSubPath, String server, String userName, String password, IntPtr tokenHandle) at System.Web.Configuration.W
ebConfigur
ationManag
er.OpenWeb
Configurat
ionImpl(We
bLevel webLevel, ConfigurationFileMap fileMap, String path, String site, String locationSubPath, String server, String userName, String password, IntPtr userToken) at System.Web.Configuration.W
ebConfigur
ationManag
er.OpenMap
pedWebConf
iguration(
WebConfigu
rationFile
Map fileMap, String path) at System.Web.Administration.
WebAdminPa
ge.OpenWeb
Configurat
ion(String
path, String appPhysPath, Boolean getWebConfigForSubDir) at System.Web.Administration.
WebAdminPa
ge.OpenWeb
Configurat
ion(String
path, Boolean getWebConfigForSubDir) at System.Web.Administration.
WebAdminPa
ge.VerifyA
ppValid()
I am developing on an xp workstation
SQL 2005 resides on Server1
Trying to setup ASP Membership
Start Free Trial