Saturday, 15 May 2010

Asp.net IIS configuration for 4.0 -



Asp.net IIS configuration for 4.0 -

i created asp.net application in 4.0 framework. have deploy in test server machine. has installed 2.0 framework. after configuration when browse page got error below,

line 9: </connectionstrings> line 10: <system.web> line 11: <compilation debug="true" targetframework="4.0"> line 12: <assemblies> line 13: <add assembly="system.design, version=4.0.0.0, culture=neutral,

can 1 please help me in this?

the 4.0 framework needs installed on test server machine. if is, sure set app pool web site in iis .net 4.0 (and .net 2.0). configuration should work (2.0 expects different elements in web.config file)

asp.net iis

No comments:

Post a Comment