When I deploy my site to Windows 2008 R2 with integrated mode, the front page load fines however when I click any link with (controller/action format) it will have below error
Module: IIS Web Core
Notification: MapRequestHandler
Handler: StaticFile
Error Code: 0x80070002
the url of my site is http://146.185.23.238
I have done below
1. make the <modules runAllManagedModulesForAllRequests="true"/>
please check the version of OS in my computer-> properties and check system type and then register the correct version of asp.net with IIS.
You can find the correct eiter in Program Files or Program Files 86
in System Manager, installing ASP.NET just a several click and it does not prompt to choose system type 32 or 64 bit. I assume it will install 64 bit by default because my system is 64 bit.
"And whoever is removed away from the Fire and admitted to Paradise, he indeed is successful." (The Holy Quran)
Excellent Windows VPS Hosting Imran Baloch MVP, MVB, MCP, MCTS, MCPD
innosia
0 Points
5 Posts
ASp.net MVC 3 with Windows 2008 R2
Dec 20, 2012 12:42 AM|LINK
When I deploy my site to Windows 2008 R2 with integrated mode, the front page load fines however when I click any link with (controller/action format) it will have below error
the url of my site is http://146.185.23.238
I have done below
1. make the <modules runAllManagedModulesForAllRequests="true"/>
2. <urlCompression doStaticCompression="false" doDynamicCompression="false" />
3. Install all Common HTTP Features in System Manager (including HTTP redirections and HTTP Error logging)
4. Install ASP.NET in System Manager
5. Check the .NET Version as 4.0 and integrated mode in the App Pool
6. run ASPNET_REGIIS -I and ASPNET_REGIIS -IRU
Please help
CPrakash82
All-Star
18722 Points
2900 Posts
Re: ASp.net MVC 3 with Windows 2008 R2
Dec 20, 2012 01:05 AM|LINK
Are you sure that you installed correct version(v4.0.30319 or something else) of ASP.NET with IIS - 32 vs 64 bit?
innosia
0 Points
5 Posts
Re: ASp.net MVC 3 with Windows 2008 R2
Dec 20, 2012 01:57 AM|LINK
yes i am sure i install asp.net 4.0.30319 correctly from http://www.microsoft.com/en-sg/download/details.aspx?id=17718
asp.net with iis i install correctly from System Manager, don't know 32 or 64 bit because the installer does not ask me to choose.
CPrakash82
All-Star
18722 Points
2900 Posts
Re: ASp.net MVC 3 with Windows 2008 R2
Dec 20, 2012 02:18 AM|LINK
please check the version of OS in my computer-> properties and check system type and then register the correct version of asp.net with IIS.
You can find the correct eiter in Program Files or Program Files 86
innosia
0 Points
5 Posts
Re: ASp.net MVC 3 with Windows 2008 R2
Dec 20, 2012 02:36 AM|LINK
I have checked the OS is 64 bit and register the ASP.NET in C:\Windows\Microsoft.NET\Framework64\v4.03019\Aspnet_regiis -i
but it still does no thelp
innosia
0 Points
5 Posts
Re: ASp.net MVC 3 with Windows 2008 R2
Dec 20, 2012 02:37 AM|LINK
in System Manager, installing ASP.NET just a several click and it does not prompt to choose system type 32 or 64 bit. I assume it will install 64 bit by default because my system is 64 bit.
innosia
0 Points
5 Posts
Re: ASp.net MVC 3 with Windows 2008 R2
Dec 20, 2012 05:35 AM|LINK
anyone can help?
imran_ku07
All-Star
45864 Points
7713 Posts
MVP
Re: ASp.net MVC 3 with Windows 2008 R2
Dec 20, 2012 08:11 AM|LINK
Try to install this to get the correct error message.
Excellent Windows VPS Hosting
Imran Baloch MVP, MVB, MCP, MCTS, MCPD