Configuration problem in web.config
-
Hi, I am doing an ecommerce site following an example from a book, and I am quite newbie. The tutorial says the configuration line should be the following configuration xmlns="schemas.microsoft.com/.NetConfiguration/v2.0" however errors pop up stating schema information could not be found. thanks scar -- modified at 11:33 Monday 3rd April, 2006
-
Hi, I am doing an ecommerce site following an example from a book, and I am quite newbie. The tutorial says the configuration line should be the following configuration xmlns="schemas.microsoft.com/.NetConfiguration/v2.0" however errors pop up stating schema information could not be found. thanks scar -- modified at 11:33 Monday 3rd April, 2006
Hai, In webconfig file remove 'xmlns' attribute from configuration Tag . <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> </configuration>