Click here to Skip to main content
15,887,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone...

got problem need to fix... so

Problem is
I have application with mvc1 application developed on
1. OS: Windows 2003 Enterprise Edition
2. Web Server: IIS 6.0
3. .NET Framework 3.5 SP1

need to migrate to mvc2
OS windows 7
web server IIS 7.0
and .NET framework 4.0

application is ready and running perfectly but when i publish and try to deploy
i get new error every time i fix old.

can i find anywhere step by step approch to do deploy mvc2 application
on iis 7? or ur experience on same.
Note: .net framework was installed first and iis 7 was installed later
Posted

For hosting a web application:
MSDN: Walkthrough: Publishing a Web Site[^]

IIS Specific:
1. In IIS7: Deploying ASP.NET Websites on IIS 7.0 [^]
2. In IIS6: Deployment of a Website on IIS[^]
 
Share this answer
 
Comments
snehalgb 6-May-11 1:19am    
Hi sweta
I have googled around these and i checked how to deploy on iis 7.
but i still get error fix. Is there anything to do with mvc2 application?
Sandeep Mewara 6-May-11 1:25am    
What error fix?
snehalgb 6-May-11 1:57am    
when i browse after deploying directory is displayed.
[To Parent Directory]
bin 5/6/2011 9:13 AM
Content 5/2/2011 10:55 AM
99 Global.asax 5/6/2011 9:13 AM Scripts 5/6/2011 9:13 AM Views 5/6/2011 10:59 AM 3669 Web.config

and when i click on view and try login page i get
HTTP Error 500.21 - Internal Server Error
Handler "BlockViewHandler" has a bad module "ManagedPipelineHandler" in its module list error.
Is it problem with MVC2 ? do i need to do some seetings for this?
 
Share this answer
 
Comments
snehalgb 28-Jun-11 6:35am    
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir

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