Help needed in web.config

  • Thread starter Thread starter Raghu Raman
  • Start date Start date
R

Raghu Raman

Error : Related to web.config file.



------------------------------------------------------------------------
-----------------------------
Hi,

After editing the web.config in asp.net , the following eerror occured
while running the project.


Type 'System.Web.HttpBrowserCapabilities' does not inherit from
'System.Web.Mobile.MobileCapabilities'.


<result type="System.Web.HttpBrowserCapabilities"/> is included in the
web.config file.


Thanks& Regards
Raghu
 
i think you have a missing closing tag somewhere in your web config file.
you should try running the project without the debugger attached. that
usually points to the actual error. I've never seen this error you
mentioned. What exactly were you modifying?

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top