WebsitePanel安装完成后报错的原因
作者:我就是个世界
发表于:2012-07-30
WebsitePanel安装完成后报错:
[code]
Server Error in '/' Application.
WebsitePanel Error
Sorry, an error occurred while processing your request.
[/code]
[separator]
解决方法如下:
[quote]
[b]Quick questions[/b]
1) Did you edit your firewall settings?
2) Did you install Server / Enterprise under local ip ? (127.0.0.1)
3) Can you connect to http://127.0.0.1:9002 and http://127.0.0.1:9003 ?
4) Additionally i would set the Server Module application pool to asp.net 2.0 .. apparently WSP has gone back in time with the update of 1.2.1 ;-)
5) Portal and Enterprise should run on ASP.NET 4.0 please make sure asp.net 4.0 is properly setup (if you got doubts you can always run regiis)
[/quote]
关键一点,要设置对正确的IP,而不是127.0.0.1
[code]
Server Error in '/' Application.
WebsitePanel Error
Sorry, an error occurred while processing your request.
[/code]
[separator]
解决方法如下:
[quote]
[b]Quick questions[/b]
1) Did you edit your firewall settings?
2) Did you install Server / Enterprise under local ip ? (127.0.0.1)
3) Can you connect to http://127.0.0.1:9002 and http://127.0.0.1:9003 ?
4) Additionally i would set the Server Module application pool to asp.net 2.0 .. apparently WSP has gone back in time with the update of 1.2.1 ;-)
5) Portal and Enterprise should run on ASP.NET 4.0 please make sure asp.net 4.0 is properly setup (if you got doubts you can always run regiis)
[/quote]
关键一点,要设置对正确的IP,而不是127.0.0.1
请发表您的评论