Schema Information not found in web.config

  • Thread starter Thread starter Ryan
  • Start date Start date
So I found out I can delete the xmlns tag now. The problem is every time I
go to the ASP.NET configuration page it puts this tag back in my web.config
file! Any solutions?

Thanks,
Ryan
 
Hello Ryan,

The xmlns tag is actually added by the ASP.NET cofiguration tool, and this
is a known issue it will cause some warning message during compiling:

http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?Feedbac
kID=105100

If you have any concern on this issue, please feel free to let us know.

Regards,

Luke Zhang
Microsoft Online Community Lead

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top