虽然我已经看到了几十个关于“无法加载类型”的论坛问题,但其中的建议似乎都不适用于我的情况。
我使用aspx.net VB2005编写了一个新的web应用程序。它很小,只有2页,其中1页没有代码隐藏。它在IDE中运行aok,但当我将它安装在我的pc上(以及安装在生产服务器上时),并尝试运行它时,出现了以下错误:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following spec
在我的开发工作站(实际上包含在/etc/apache2/ apache.conf /andrew.conf)中,我有以下内容:
<Directory "/Users/andrew/Sites/">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<VirtualHost *:80>
DocumentRoot /Users/andrew/Sites/mysite/public
Server
在websphere 7中启动应用程序时出现以下错误。
日志定位- /apps/WebSphere/profiles7/node/logs/server1/SystemOut.log
[8/22/17 18:06:04:009 CEST] 0000003c WebContainer E com.ibm.ws.webcontainer.WebContainer handleRequest SRVE0255E: A WebGroup/Virtual Host to handle / has not been defined.
[8/22/17 18:06:16:282 CEST] 0000001
我正在尝试在Linux环境下安装ASP.Net mvc2应用程序。我在VirtualBox上安装了Ubuntu10.10,然后从源代码中安装了Mono2.8。之后,我安装了nginx并将其配置为推荐的。不幸的是,FastCGI向我显示了标准错误500页面:
No Application Found
Unable to find a matching application for request:
Host localhost:80
Port 80
Request Path /Default.aspx
Physical Path /var/www/mvc/Default.aspx
我的应用程序
阅读,有一部分是这样写的:
If no matching ServerName or ServerAlias is found in the set of virtual hosts containing the most specific matching IP address and port combination, then the first listed virtual host that matches that will be used.
我有一个包含许多虚拟主机域的vhost文件。问题是,当我键入服务器IP时,我应该转到root,但不是,正如apache文档所述,我被带到了第
我不会在我的域名上得到我的项目。它给了我Apache,而不是我在webapps中添加的项目。
我有我的战争档案FINAL_WE.war in /opt/code/apache-tomcat-8.5.54/webapps/
我已经启动了我的tomcat服务器。使用/bin/ sh startup.sh文件夹。
日志给了我tail -f catalina.out
20-Apr-2020 04:06:13.733 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache