Link to home
Start Free TrialLog in
Avatar of welcome 123
welcome 123

asked on

Issue with upgrading dot application with fremwork 2.0 built on 5.1 IIS(windows xp) to IIS 7.5 on windows 7 using visual studio 2008

I have a Dot Net application which was built on windows XP using IIS 5.1 using 2.0 Framework using Visual studio 2005 and I upgraded the application to run on Visual Studio 2008 using 2.0 Framework on the same machine which works without any issue but when I run the same application on a windows 7 machine using IIS 7.5 version using the same Visual studio 2008 on Frramework 2.0 I am getting the below error and things that I did in in order to resolve this which didn't help are:

1)      In the turn windows feature on or off: I checked the IIS 6 Metabase and IIS 6 configuration compatibility and Application Development Features(All)
2)      Did the ASPNet_REgIIS –ir for both framework 2.0 and 4.0
3)      Created a different application pool and changed it to use Framework 2.0
4)      The application Pool was tried both using integrated as well as classic and also changed the enable 32 bit application to true
5)      Had the Static File on Handler mapping to Revert to parent


I think I did few other things that I don’t remember trying to google the issue but all the time I keep getting the below error message:

HTTP Error 404.17 - Not Found
The requested content appears to be script and will not be served by the static file handler.


Kindly help?
ASKER CERTIFIED SOLUTION
Avatar of ephantom
ephantom

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of welcome 123
welcome 123

ASKER

well I am able to load the application but there is a issue with dotnet remoting where I a unable to make a connection to the application server using a TCPIP conection. can we load iis 6.0 on a windows 7 machine?
well i was able to resolve the issue with changing the application pool to classic instead of integrated and it works but am not sure how much will this affect the application