本文介绍了无法部署ASP.NET应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我是ASP.NET的新手,刚刚完成了一个小应用程序。

基本上它只是一个表单用户填写表单后,将数据写入

服务器上的CSV文件。代码编译并在我的开发机器(VS.NET 2002)上运行
但是当我将所有文件FTP到服务器的
时,我得到一个服务器错误 '/''申请。错误。我不能ñ
弄清楚为什么它不会跑。几个笔记:


~我不知道服务器设置。它是客户端的机器而且我只是告诉它是一台.NET机器。


~我似乎无法改变Cusomt错误web.config中的消息甚至

虽然我更改了XML,重新编译代码并将其FTP到服务器。


~此代码驻留在子代码中 - 主要Web应用程序的目录。


~我已经尝试删除web.config和Global.asax以查看是否会有帮助但是没有运气。


任何帮助将不胜感激,



Hi,

I''m new to ASP.NET and just finished up a small application.
Essentially it''s just a form that writes data to a CSV file on the
server after a user fills in the form. The code compiles and runs on
my development machine (VS.NET 2002) but when I FTP all the files to
the server I get a "Server Error in ''/'' Application." error. I can''t
figure out why it won''t run. A couple notes:

~ I have no idea of the server settings. It''s a clients machine and I
was only told it is a .NET machine.

~ I can''t seem to change the Cusomt Error Message in web.config even
though I change the XML, recompile the code and FTP it to the server.

~ This code is residing in a sub-directory of the main web application.

~ I''ve tried deleteing web.config and Global.asax to see if that would
help but no luck.

Any help would be appreciated,

Ju****@Cutroni.Com

推荐答案





这篇关于无法部署ASP.NET应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 07:09