asp.net - Application developed in vs 2008 and Hosting is godaddy .net 4.0 creating problem -
i have developed application in vs 2008 , trying host on godaddy server having .net 4.0 framework , iis7.
i getting internal server error 500.
i hosting files under sub directory.i have set subdirectory application folder.tried upload files , have error.when delete web.config , upload test aspx file runs proper.but again put web.config test files stops running , showing same error.
please kindly me resolve issue.
regards, sunny
make sure that:
- .net 3.5 deployed on hosting machine (should be)
- applicationpool application using configured .net 2.0 (not 4.0)
3.5 application still using 2.0 runtime, apppool have configured 2.0.
Comments
Post a Comment