If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > web.config

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-31-08, 11:11
tevez tevez is offline
Registered User
 
Join Date: Jan 2008
Posts: 8
web.config

Message 1 Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'. C:\Users\\Desktop\V\Web.Config 2 2 C:\...\V\

getting this error on every lne of my web.config file.......asp beginner...wats wrong
Reply With Quote
  #2 (permalink)  
Old 02-01-08, 04:05
Marvels Marvels is offline
Registered User
 
Join Date: Jul 2003
Location: Amsterdam, Nederland
Posts: 449
Wink

Quote:
Originally Posted by tevez
C:\Users\\Desktop\V\Web.Config
Ur missing the user name : C:\Users\TEVEZ\Desktop\V\Web.Config
__________________
Greetz Marvels -^.^-
Developments : VB4 Through .Net; Basic; DOS ; CNC ; Sinclair
Databases : SQL Server Through 2005; Access 3 Through 2003 ; Oracle 8 & 9.i ;
OS : Win 3.11 Through XP ; NortonComander ; DOS

Last edited by Marvels; 02-01-08 at 04:21.
Reply With Quote
  #3 (permalink)  
Old 02-01-08, 06:33
tevez tevez is offline
Registered User
 
Join Date: Jan 2008
Posts: 8
hi
purposely left the username out so that is not the problem. thanks anyway.....ne other ideas
Reply With Quote
  #4 (permalink)  
Old 02-01-08, 10:49
tevez tevez is offline
Registered User
 
Join Date: Jan 2008
Posts: 8
<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<appSettings />
<connectionStrings>
<add name="DatabaseConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirector y|\Database.mdf;Integrated Security=True;User Instance=True"
providerName="System.Data.SqlClient" />
<add name="ClinicConnectionString1" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirector y|\Clinic.mdf;Integrated Security=True;User Instance=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
<authorization>
<allow users="tevez" />
</authorization>
<compilation debug="true">
<expressionBuilders>
<add expressionPrefix="Themes" type="ThemesExpressionBuilder"/>
</expressionBuilders>
</compilation>

<authentication mode="Forms" />

<!-- -->
<pages styleSheetTheme="Snow" />

<anonymousIdentification enabled="true" />

<customErrors mode="RemoteOnly" />

<profile enabled="true">
<properties>
<add name="ShoppingCart" type="ShoppingCart" allowAnonymous="true" serializeAs="Binary" />
</properties>
</profile>
</system.web>
</configuration>


thats the content of my web.config file
Reply With Quote
  #5 (permalink)  
Old 02-01-08, 15:16
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,075
Did you put that xmlns definition in on your own? I don't bother with it my web.configs.
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On