Click here to Skip to main content
15,902,636 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please help i moved a site from a window 2003 IIS6 to window 2008 IIS 7 server but when i run the website i can access html pages but can not access the aspx pages .
It keeps giving me request resource not found error.

Please guide me to solve this problem.
Posted
Updated 5-Apr-11 20:07pm
v2

so you need to have .net 3.0 also as i think also got to vs command prompt and run

aspnet_regiis -i

if not succes, check the os version ( VS 2008), if it is 64 bit, enable32 option on iis (Advance setting on application pool).


Hope this will solve your problem.
 
Share this answer
 
v3
i have used the aspnet_regiis -i but no success but you mentioned the os being 64 bit yes it is. But i dont understand what you mean by
VB
enable32 option on iis (Advance setting on application pool).

please explain more
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900