enterprise library problem with asp.net 2.0

  • Thread starter Thread starter vikram
  • Start date Start date
V

vikram

I am using ent library and configured it to be used with ASP.NET 2.0 app.
But everytinme i run i got following error msg:

"Error parsing application configuration
file....{Http://www.microsoft.com/practices/entreprise...
Please correct before procesdding"

And when I do Ctrl+F5 it runs fine.
Any solution to it?

Thaks
 
Did you go into IIS, and click the properties of your virtual directory....
and find the new ASP.NET version tab?
And set it to 2.xxxxxxxxxxxxxxxxx instead of 1.1xxxxxxxxxxxxxx ?
 
It could also be an incorrect set up in the EntLib configuration. Normally,
this is a separate file.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside the box!
*************************************************
 
Back
Top