Every time I try to compile I get this error:
ASP.NET runtime error: 'name' is a duplicate attribute name. Line 19, position 132. (C:\dev\myfolder\staging\web.config line 19)
In web.config (line 19), there is nothing, no name tags, that could produce this error....
I tried to remove web.config and to let VS to create own. I got same error. So obviously this is not web.config problem, even though VS is reporting it that way. Does anybody have idea what I am doing wrong.
I have VS2005 (c#)
And also, I am novice, so please take that into account....
Thanks.
ASP.NET runtime error: 'name' is a duplicate attribute name. Line 19, position 132. (C:\dev\myfolder\staging\web.config line 19)
In web.config (line 19), there is nothing, no name tags, that could produce this error....
I tried to remove web.config and to let VS to create own. I got same error. So obviously this is not web.config problem, even though VS is reporting it that way. Does anybody have idea what I am doing wrong.
I have VS2005 (c#)
And also, I am novice, so please take that into account....
Thanks.