由买买提看人间百态

topics

全部话题 - 话题: asp
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
r*****3
发帖数: 143
1
中文名: ASP.NET 4.0 实战
原名: ASP.NET 4.0 in Practice
作者: Daniele Bochicchio
Stefano Mostarda
Marco De Sanctis
图书分类: 软件
资源格式: PDF
版本: 英文文字版/更新源代码
出版社: Manning
书号: 9781935182467
发行时间: 2011年
地区: 美国
语言: 英文
简介:
内容介绍:
ASP.NET is a massive framework that requires a large amount of know-how from
developers. Fortunately, this book distills over 100 practical ASP.NET
techniques from the experience of a team of MVPs, and puts them right at
your fingertips.
The techniques are tested and selected for their useful... 阅读全帖
l*s
发帖数: 783
2
☆─────────────────────────────────────☆
runPython (凸-.-) 于 (Mon Oct 15 00:29:15 2012, 美东) 提到:
还在犹豫:
语言上C#强于Java;
框架上MVC的ASP更易用,
但是JAVA的基于开源的生态系统已经很强大,
大公司都在用,找工作前景很不错。
感觉上java和j2EE的是中大公司搞,
C#和ASP是中小公司搞或者非IT的大公司。
可以看出来薪水还是有点差别的,平均来说。
JAVA略高
☆─────────────────────────────────────☆
a9 (嗯) 于 (Mon Oct 15 08:33:29 2012, 美东) 提到:
搞电子商务的很多大公司都在用.net

☆─────────────────────────────────────☆
NeverLearn (24K golden bear) 于 (Mon Oct 15 11:06:35 2012, 美东) 提到:
Java is paid high simply b/c it's c... 阅读全帖
f****r
发帖数: 311
3
来自主题: BuildingWeb版 - 如何创建ASP页
发信人: Gold (月半弯), 信区: HTML
标 题: 如何创建ASP页
发信站: 广州蓝天站 (Mon Jun 29 22:03:26 1998), 转信
ActiveServerPages—如何创建ASP页
作者:蓝天
教学纲要
你有自己的主页吗?你想创建自己的主页吗?你想创建自己
的交互式主页吗?你想摆脱繁重的CGI编程吗?来吧,让我
们来看看Microsoft的ActiveServerPages能为你做些什么?
ActiveServerPages(ASP)文件是以.asp为扩展名的文本
文件,这个文本文件可以包括下列部分的任意组合:文本、
HTML标记、ASP脚本命令。
创建.asp文件非常容易。如果要在HTML文件中添加脚本,只
需将该文件的扩展名.htm或.html替换为.asp就可以了。要
使.asp文件可用于Web用户,请将这个新文件保存在Web站点
上的目录中(切记要将该目录的WEB共享设为执行脚本权限)。
使用浏览器查看该文件时,可以看到ASP处理并返回了HTML页。
现在可以在.asp文件中添加脚本命令了。
因为.asp文件需要额外的处理,所以不要将所有的H
L*******r
发帖数: 1011
4
来自主题: DotNet版 - understand ASP.Net 1: ASP vs ASP.Net
ASP is implemented as an ISAPI extension (or application). ASP is a DLL (na
med asp.dll and usually found in one of the Windows system directories), and
IIS maps ASP files to the asp.dll. In this way, the ASP engine processes al
l requests for ASP pages. Without this mapping and DLL, the server would ret
urn ASP code to the browser, rather than the generated results. ASP pages th
emselves are scripts, combining server-side instructions (usually VBScript)
and client-side instructions (usually HTM
j**i
发帖数: 419
5
来自主题: DotNet版 - asp.net
Today went there to attend the asp.net event, a guy there showed asp.net
develop basic things, the trickes /tips and diffrence between Asp and asp.net.
Kindly feel asp.net is much more functional than asp and can make the coding
much easier.And it overcome some of the drawbacks of asp.
And datagrid is quite functional, have the sort and filter function, so now we
don't need to write our own sorting function or use sql to do it;
include templates in asp;
C#,vb.net etc can be used in asp.net;
page
o*******e
发帖数: 61
6
I user the updatepanel in master file as following:
EnablePartialRendering="true">
ChildrenAsTriggers="false" runat="server">
ControlID="Timer1" EventName="Tick" />



.... 阅读全帖
G***o
发帖数: 5158
7
来自主题: DotNet版 - asp.net的webform和MVC有什么不同
http://weblogs.asp.net/shijuvarghese/archive/2008/07/09/asp-net
http://msdn.microsoft.com/en-us/library/dd381619.aspx
Strengths of ASP.NET Web Forms
The following list describes the strengths of the ASP.NET Web Forms model
for building Web applications.
Event model. Web Forms supports an event-driven programming style that
is like Windows applications. Many events are available, and they are
supported by hundreds of server controls.
State management. Web Forms reduces the complexity of m... 阅读全帖
c*******r
发帖数: 4
8
Job Duties:
1. Develop high performance web application utilizing ASP.NET and ASP;
2. Develop windows based application using C#, VB.NET and ADO.NET;
3. Design query, trigger, stored procedure, job and user defined function on
SQL server;
4. Interact with project managers and ensure assigned tasks are being
completed in a timely fashion.
职位描述:应用ASP.NET和ASP技术对法律系统电子政务软件进行开发和维护
1. 用ASP.NET和ASP开发高可用性的网站系统;
2. 用C#, VB.NET和ADO.NET开发Windows界面的应用程序;
3. 设计数据库触发器,存储过程和用户自定义函数等;
4. 能和项目经理进行有效的交流并及时完成所分配的任
a***e
发帖数: 188
9
来自主题: BuildingWeb版 - Question on ASP, Help!!!
I made a ASP project. I tried to tranfer the input data
from a form to an ASP file, and then transfer to another ASP
file. I use "post" as the method the form and the action is
the first ASP file. In this ASP file, I get the data and
session them. In the next ASP file, I tried to use Session
to retrieve them, but it doesn't work. I have sessioned
several variables in the second ASP file and they all
worked. Only the data that is transferred from the form
doesn't work. Could you please tell me
y********o
发帖数: 2565
10
来自主题: DotNet版 - How do you like ASP.NET MVC?
It is so cold here.
I have been doing some research about the ASP.NET MVC framework these days.
I am sure some of you may have checked it out as well. How do you like it?
It looks like that it is going to be the next generation of ASP.NET web dev
elopment. Believe it or not, to quite some people, the web form-based, event
-driven ASP.NET model is already classic. Now we have classic ASP and classi
c ASP.NET!
Personally, I don't mind this new ASP.NET MVC framework, but I really hate t
o intertwi
r*****3
发帖数: 143
11
来自主题: Programming版 - Programming ASP.NET MVC 4
Title:Programming ASP.NET MVC 4
By: Jess Chadwick, Todd Snyder, Hrusikesh Panda
Publisher:O'Reilly Media
Ebook: September 2012
Pages: 492
Get up and running with ASP.NET MVC 4, and learn how to build modern server-
side web
applications. This guide helps you understand how the framework performs,
and shows you how to
use various features to solve many real-world development scenarios you’re
likely to face. In
the process, you’ll learn how to work with HTML, JavaScript, the Entity
Framework, and ... 阅读全帖
j*****s
发帖数: 2
12
来自主题: XML版 - ASP+ACCESS问题
ASP写了个和银行结算程序。过程是这样的
1. 用户输入银行账号等相关讯息
2. 用户选Submit, 我的asp程序post 讯息给payment gateway (银行)(此时转到银行网
页),
3. 用户结算,付钱。Payment gateway return
回讯息给我特定的我的一个页面(如:http://www.xxx.com/default.asp).
4. 我的default.asp.的Request.Form() 收到Payment gateway post 过来的讯息,确认
无误。给用户发email并更新我的数据库
问题:
我自己模拟过程写的order.asp post 字串给 default.asp
时没有问题。接受真正的payment
gateway发回来的讯息交易成功,但用户却收到很多email,并且我数据库中(Access)中也
被自动加入了很多条相同的纪录。
问?有什么可能会导致这样情况?各位高手有何建议?
j*****s
发帖数: 2
13
来自主题: XML版 - ASP+ACCESS问题
ASP写了个和银行结算程序。过程是这样的
1. 用户输入银行账号等相关讯息
2. 用户选Submit, 我的asp程序post 讯息给payment gateway (银行)(此时转到银行网
页),
3. 用户结算,付钱。Payment gateway return
回讯息给我特定的我的一个页面(如:http://www.xxx.com/default.asp).
4. 我的default.asp.的Request.Form() 收到Payment gateway post 过来的讯息,确认
无误。给用户发email并更新我的数据库
问题:
我自己模拟过程写的order.asp post 字串给 default.asp
时没有问题。接受真正的payment
gateway发回来的讯息交易成功,但用户却收到很多email,并且我数据库中(Access)中也
被自动加入了很多条相同的纪录。
问?有什么可能会导致这样情况?各位高手有何建议?
p********a
发帖数: 36
14
Full time positions.
Salary range: 60k -110k depends on experience.
Working home one or two days per week.
Have your own office not office cubicle.
Three weeks vacation first year. Four or Five weeks vacation after 5 years.
=====Job Description========
Functional Responsibility:
· Rapidly prototypes new applications with a combination of HTML, CSS,
JavaScript, and ASP.NET MVC
· Updates existing ASP.NET Web Forms application to MVC 4/5.
· Maintains existing ASP.NET Web Forms applications.
· Devel... 阅读全帖
S***k
发帖数: 370
15
【 以下文字转载自 JobHunting 讨论区 】
发信人: Spark (spark), 信区: JobHunting
标 题: Jr. asp.net developer in salt lake area from a recruiter
发信站: BBS 未名空间站 (Mon Jan 16 16:24:10 2012, 美东)
Please contact the recruiter directly. a********[email protected]
Seeking a Junior ASP.Net Developer that will be responsible for developing
critical applications that will give customers up to the minute info
regarding their shipping trends. This candidate work to create new client
facing website. The position will also wor... 阅读全帖
s***f
发帖数: 173
16
来自主题: BuildingWeb版 - ASP 和DATABASE一问
其实主要是关于数据库的.
比如我有一个PAGE叫CREATE EVENT.ASP, 通过SUBMIT这个PAGE,
我想要在下一个PAGE(叫SHOW EVENT.ASP)中显示CREATE EVENT中选择的项目.
具体说就是, 在CREATE EVENT.ASP中有很多CHECKBOX(比如, FIRST NAME--CHECKBOX
LASTNAME--CHECKBOX EMAIL--CHECKBOX..), 那么我要在SHOW EVENT.ASP中显示CREATE
EVEN.ASP中已经选择了的CHECKBOX的选项的名字(比如FIRST NAME, EMAIL..), 并且后面
还要再加上TEXTBOX从而让USER去INPUT(比如就变成了,FIRST NAME -- TEXTBOX, LAST
NAME -- TEXTBOX..).
而且我被要求一定要将把被CHECK过的CHECKBOX的名字存储到DATABASE中. 我本来打算这
么做: 一个TABLE叫FIELD, 包括FIELDID,FIELDNAME.
但是我发现,如果这么做的话,比如第一次,我存储的结果是:
s***f
发帖数: 173
17
来自主题: BuildingWeb版 - ASP ,PAGE EXPIRES 代码.
实现了点机BACK BUTTON, PAGE 被提示EXPIRES的功能.有对此功能一直有疑问的,可以来
看看.
Here we go, (FOUR files are required : A.asp B.asp C.asp login.asp by the
way)
A.asp
<%
Response.Buffer = True
Response.ExpiresAbsolute = Now() - 1
Response.Expires = 0
Response.CacheControl = "no-cache"
If Len(Session("FirstTimeToPage")) > 0 then
'The user has come back to this page after having visited
'it... wipe out the session variable and redirect them back
'to the login page
Session("FirstTimeToPage") = ""
s***f
发帖数: 173
18
来自主题: BuildingWeb版 - 请问 Javascript + ASP + ADO ?
Hi KeepSimple,
可以去MS,查MSDN: 是JSCRIPT的REFERENCE
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html
/js56jslrfjscriptlanguagereference.asp
JSCRIPT ADO PROGRAMMING:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/pg
_ado_programming_4.asp
书:WROX 出的 PROFESSIONAL ASP 2.O 或 3.0
网站:WWW.W3SCHOOLS.COM 入门较好
WWW.DEVGURU.COM 全
s****y
发帖数: 983
19
errr, 没有用过asp,vb也是很少用,不过他们不存在兼容性问题,asp是服务器端的
,vbscript是客户端的,和vb不是一个东西,就像javascript不是java一样。不过
vbscript顾名思义和vb style很像,所以如果你学过vb的话,asp和vbscript是比较容
易上手。
然而,vbscript和浏览器的兼容性并不好,非ie内核的很多都不支持,所以市面上几
乎很少见vbscript, 另外asp是运行在 windows的iis上的,我不知道debian是不是可
以。
估计你不是cs出身吧?想实现评论功能,到网上找找有没有第三方提供这种接口,就
省得自己花时间去学了

asp
l******9
发帖数: 579
20
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of create ASP.net project in Visual Studio 2013
发信站: BBS 未名空间站 (Sun Nov 23 18:17:40 2014, 美东)
I would like to build a new project for ASP.NET Web API in Visual Studio
2013 on win 7.
I am doing a lab at:
http://www.asp.net/web-api/overview/getting-started-with-aspnet
But, in the first step of "Create a Web API Project", I followed the
instructions:
"In the New ASP.NET Project dialog, select the Empty template. Unde... 阅读全帖
L*******r
发帖数: 1011
21
我节选了一下
http://msdn.microsoft.com/msdnmag/issues/03/11/ASPColumn/default.aspx
What Exactly is ASP.NET?
ASP.NET is a library of classes designed to handle HTTP requests. In addit
ion to a class library, ASP.NET includes several IIS components for managing
requests. These components include an ISAPI DLL named ASPNET_ISAPI.DLL and
a worker process named ASPNET_WP.EXE. ASP.NET also installs new mappings in
IIS, redirecting file requests for ASPX, ASCX, ASHX, and ASMX to ASPNET_ISAP
I.DLL. From ther
e****e
发帖数: 1775
22
来自主题: DotNet版 - recommended ASP .NET books?
多谢推荐,amazon上却没给狠多星星
因为非常信任Jeff Prosise,当看到他的 Programming Microsoft .NET 的内容大半都是
关于ASP.NET偶就决定买它乐。
其他,作为次选,偶正在犹豫的包括 Essential ASP.NET with Examples in C#, 和
Programming Microsoft ASP.NET,和前面的同学提到的 ASP.NET Unleashed.
最后那本,偶狠向往,虽然它第一版都是拿VB写的,第二版
却有乐C#的例子,就是不知道他在书中凡是引用code的地方是不是都是VB,which我们是
不用D,所以,尽管这本书呼声很高,偶还是狠犹豫。这本书还有一个大特点就是作者偏
爱用纯文本编辑器来写code,所以尽管题目是ASP.NET,诠释的是.NET技术,可惜VS.NET
却没有用到。这两个原因让偶狠犹豫。但如果书好到可以忽略这两点的话,偶可能还是会
选it,当然了,除了jeff那本以外.
嗯,请问kongzi同学,你觉得unleashed的这本是不是特别特别好?
请问雪绒花mm,mastering这本是不是所
i**p
发帖数: 902
23
I google it, but it seems for IIS 6.0 and ASP.NET.
It is ASP problem for me. Should I follow the same procedure as below?
When ASP.NET is installed through the Add or Remove Programs item in Control
Panel, or the Configure Your Server wizard, ASP.NET is enabled in the Web
Service Extensions by default. However, if it is installed through Microsoft
Visual Studio .NET, Windows Update, or the .NET Framework redistributable
package (Dotnetfx.exe), ASP.NET is disabled by default.
To manage items in t
b*******3
发帖数: 87
24
网页上有两个日期输入textbox,分别是出发日期和返回日期。对于返回做了个两个
validation,第
一个是判断输入是否为正确日期格式,第二个是判断出发日期比返回日期早。
但是,每次随便输入一个非日期格式,两个validation都会出现,如何使只有当用户输
入为正确日期
格式时,才出现第二个validation信息?
谢谢,刚开始接触asp.net,还不是很会用。
下面是我的code:
id="CompareValidator1" runat="server" Display="Dynamic"
ForeColor="Blue"
Type="Date" Operator="DataTypeCheck" ErrorMessage="*Please enter a
valid enddate(mm/dd/yyyy).">

阅读全帖
C****n
发帖数: 2324
25
要看你的具体应用, 这个没有定论, 我也不知道你的MAINPROCESS是个什么东西.
我的布局是:
ASP.NET website/IIS
WINDOWS SERVICE/HOST WCF SERVICE
这样ASP.NET就是一个WCF CLIENT, call WCF HOST. 我的是ONE WAY的. 也就是撂给
WCFSERVICE就不管了, 不等结果的.
如果你一定要等结果, 而且处理时间不长的话, 最好把哪个WCF合并到ASP.NET里面吧 (
如果可能的话). 这样没那么多罗嗦事. 如果由于某种原因必须分开, 就两个PROCESS
挺好. ASP.NET/IIS CALL WINDOWS SERVICE/WCF
看来你其实是可以合在一起的, 而且网页用户是不用等结果的. 那就合在一起做吧.
你怕影响响应时间, 直接用threadPool 就行了.
ThreadPool.QueueUserItem(xxxx), 这样你的ASP.NET逻辑马上返回. 让你的任务处理
在IIS后台慢慢来吧.几个小时也没问题.
不过你真这样做就要注意不要随便重启IIS, 因为怕你处理一半你把... 阅读全帖
a****9
发帖数: 200
26
来自主题: DotNet版 - 要不要跳ASP.net and C# 坑?
这问题有什么好争的?使用asp.net的网站要远多于使用java 的网站,两倍还不止;而
用Java的网站则通常网络流量比较高
http://w3techs.com/technologies/details/pl-aspnet/all/all
这也并不代表asp.net不能处理流量比较高的请求,asp.net 和NoSQL DB,Hadoop 也可
以一起使用,而且asp.net的技术日新月异,MONO也越做越好, 以后Java所谓跨平台也
不是什么优势了。以后用asp.net的也只会越来越多
a****9
发帖数: 200
27
来自主题: DotNet版 - 要不要跳ASP.net and C# 坑?
这问题有什么好争的?使用asp.net的网站要远多于使用java 的网站,两倍还不止;而
用Java的网站则通常网络流量比较高
http://w3techs.com/technologies/details/pl-aspnet/all/all
这也并不代表asp.net不能处理流量比较高的请求,asp.net 和NoSQL DB,Hadoop 也可
以一起使用,而且asp.net的技术日新月异,MONO也越做越好, 以后Java所谓跨平台也
不是什么优势了。以后用asp.net的也只会越来越多
l******9
发帖数: 579
28
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of create ASP.net project in Visual Studio 2013
发信站: BBS 未名空间站 (Sun Nov 23 18:17:40 2014, 美东)
I would like to build a new project for ASP.NET Web API in Visual Studio
2013 on win 7.
I am doing a lab at:
http://www.asp.net/web-api/overview/getting-started-with-aspnet
But, in the first step of "Create a Web API Project", I followed the
instructions:
"In the New ASP.NET Project dialog, select the Empty template. Unde... 阅读全帖
l******9
发帖数: 579
29
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of create ASP.net project in Visual Studio 2013
发信站: BBS 未名空间站 (Sun Nov 23 18:17:40 2014, 美东)
I would like to build a new project for ASP.NET Web API in Visual Studio
2013 on win 7.
I am doing a lab at:
http://www.asp.net/web-api/overview/getting-started-with-aspnet
But, in the first step of "Create a Web API Project", I followed the
instructions:
"In the New ASP.NET Project dialog, select the Empty template. Unde... 阅读全帖
y*u
发帖数: 21
30
来自主题: XML版 - ASP的两个小问题

不可以,你可以认为微软在你的ASP外边套了一层COM shell,
所以你只可以call COM object. 如果想call API,最有效的办法
是建立一个C++ COM wrapper将你所需要的API做成COM,然后再用
ASP
ASP 的debug一直是非常令人头疼的事情。MSDN中有很多篇文章讨论
这个问题。对ASP进行Debug必需NT Server4, IIS4,和一些细致的
设置。你可以到MS网址上去找。
VI可以直接对client side script直接debug但不能在SERVER side
script中设端点。我想技术上的主要原因是微软没有将VI和IIS之间
的接口处理得很好。
我用NT4 workstation,所以也无法直接debug,一般使用比较
原始的办法,就是使用response.write 输出需要的信息。另外一个比较
有效的方式是在VB中做好程序,然后migrate到ASP中。
S***k
发帖数: 370
31
Please contact the recruiter directly. a********[email protected]
Seeking a Junior ASP.Net Developer that will be responsible for developing
critical applications that will give customers up to the minute info
regarding their shipping trends. This candidate work to create new client
facing website. The position will also work closely with data-base team to
develop back end architecture.
Jr. ASP.NET Developer
Contract to Hire
Pay Rate: $31 - $36/hour
Required Skills:
2+ years of developmen... 阅读全帖
n******n
发帖数: 11
32
来自主题: JobHunting版 - asp.net 有用吗?
请教各位大牛,我现在在实习,公司用的是C#和asp.net framework. asp.net对以后找
工作有用吗?感觉好多好的公司都不用asp.net. 请问有哪些大公司是用c#和asp.net的
。谢谢
n****a
发帖数: 174
33
请问有没有办法实现windows service application与ASP.NET的网页实现连接呢?
我现在的情况是:ASP.NET网页与DATABASE连接,windows service application也与
DATABASE连接,通过ASP.NET更新了DATABASE后,若要更新windows service
application,就要重新启动service。这样很麻烦,我想能不能有什么办法,通过ASP.
NET直接call service application的一个function,来更新,而不用重新启动service
(重新启动会重新执行SQL语句实现更新)。
我查了下WCF貌似可以实现,不过好像很麻烦的样子。
有没有更好的方法呢?谢谢!
l******9
发帖数: 579
34
I would like to build a new project for ASP.NET Web API in Visual Studio
2013 on win 7.
I am doing a lab at:
http://www.asp.net/web-api/overview/getting-started-with-aspnet
But, in the first step of "Create a Web API Project", I followed the
instructions:
"In the New ASP.NET Project dialog, select the Empty template. Under "Add
folders and core references for", check Web API. Click OK."
I got error:
Configuring IIS express failed with the following error:
Filename :
\?\UNCmy_domainmy_nameIISE... 阅读全帖
m*********a
发帖数: 256
35
我只用过ASP.NET MVC, 据我了解,不少中小公司都用ASP.NET MVC。但,我发现,也有
一些公司用Spring 框架来开发web app。我也简单了解了一下Spring。
1. 感觉用Spring来开发web app的效率不如ASP.NET MVC
2. 微软的官网也很多ASP.NET MVC的tutorial,而我发现对于Spring, 好像这有这个网
站有官方的tutorial,但每个tutorial都比较简单,没有官方的tutorial告诉你如何开
发一个完整的web app基于Spring。
求各位大牛解答一下。谢谢
Update, 忘提了:
没错,微软要收license的钱,都我觉得Spring开发很慢,好多东西都要自己做,花的
开发成本大于买微软license的钱?
还有,我觉得Visual Studio比STS,Eclipse好用太多了?
s***n
发帖数: 10693
36
来自主题: Shanghai版 - ASP.NET书籍求意见
【 以下文字转载自 Programming 讨论区 】
发信人: suwen (一场游戏一场梦), 信区: Programming
标 题: ASP.NET书籍求意见
发信站: BBS 未名空间站 (Mon Sep 14 19:28:33 2009, 美东)
打算看本书速成,目的是准备interview,太详细的细枝末节不想废太多时间,能应付
面试就ok了。现有相关书籍如下,一本本看了目录,拿不定主意看哪本,看过术的麻烦
给个建议?
附,本人有一定ASP.NET基础,以前工作需要现学的,不过很基本,都素瞎做。
2006-11-09 23:34 21,635,576 2005 10 - Apress - Beginning ASP NET 2 E
Commerce in C Sharp 2005 - From Novice to Professional.pdf
2006-08-03 20:58 17,719,465 Addison.Wesley.ASP.NET.2.0.Illustrated.
Jun.2006.chm
2007-02-01 19:4
C****n
发帖数: 2324
37
来自主题: BuildingWeb版 - ASP.NET 高手请进!
I think you are missing the point.
IIS can accept ASP by default, if you have .Net installed, IIS can accept ASP
and ASPX at the same time.
But this doesn't mean you want the ASP.NET engine to interpret an ASP file,
which will get error anyway.
But your error is another story.
ASPX engine runs under user ASPNET instead of IUSER_???, ASPNET has limited
access to your harddrive.
Go to check the access right of ASPNET, and make it a member of Administrators
will solve your problem. :-) Or if you wa
r****y
发帖数: 26819
38
来自主题: BuildingWeb版 - 关于在Apache上使用ASP.NET
今年7月O'relly开源会议上covalent公司展示了他们的产品,据说可以将Apache和
ASP.NET结合起来。但是太贵了,卖到1500美元左右。
Apache和ASP可以用Perl的module结合起来。但是过时了。
以下文章是我在google的搜索结果,还没来得及测试,先贴在这里备忘。
Cassini is a web server written in C#, you'll find more information about it
at http://www.asp.net/
These simple steps gets Apache up and running with ASP.NET
Download and install Apache 2.x for Windows (remember to stop IIS)
Modify the http.conf file: #
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_
k******g
发帖数: 1540
39
来自主题: BuildingWeb版 - 求助:利用asp搭建bbs出现错误
求助:利用asp搭建bbs出现错误
我希望用dvbbs6.0 (动网)在我的xp pro,iis5.0上搭建一个bbs。以前在2000下没有出现
过任何问题。现在出现错误如下:
Error Type:
Microsoft JET Database Engine (0x80004005)
Operation must use an updateable query.
/bbs/ASP/dvbbs6.0.0/inc/char.asp, line 236
后来无论是用什么asp 论坛都有类似错误。。。
请专家指点一二,是否是什么数据库驱动没有安装好。是否是数据库连接有问题?
s***f
发帖数: 173
40
来自主题: BuildingWeb版 - 问ASP.NET
ASP.NET用C#或VB编写时候,是否一定要精通VB,或C语言?我仅仅开始学习ASP.NET虽然有AS
P工作经验但是对FRAMEWORK还是新手,
因为不久公司就要升级为.NET所以想提前接触ASP.NET. 希望有ASP.NET的经验的高手们介
绍介绍经验. 小生必将万分感谢!
c*****h
发帖数: 14923
41
来自主题: BuildingWeb版 - 求助:文件夹移动后asp网站不work了
,买了个新硬盘,把整个网站的东西移了过去,设置好后
发现asp网站不work了。数据库权限设好了。
错误信息如下:
Technical Information (for support personnel)
Error Type:
Microsoft JET Database Engine (0x80004005)
Unspecified error
/bbs/conn.asp, line 12
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
Page:
GET /bbs/index.asp
conn.asp:
<%@LANGUAGE="VBSCRIPT"%>
<%
option explicit
dim startime,endtime,conn,connstr,db
startime=timer()
'***
db="data/database.mdb"
Set conn = Server.CreateObject("ADODB.Connection")
conn
L*******r
发帖数: 1011
42
hehe. PHP is good for cross platform quick and dirty implementation.
There are tons of source code there you can "reuse". :)
It's not necessary for your company to do that kind of transfer if your
clients are small and requirements are simple. 你可以说服你老板做mix
solution.就是不动原来的那些玩意,新的part用ASP .net呀。
不过你们client有一堆UNIX机器,你就forget ASP .Net吧。Mono的ASP .Net还不敢说一
定达到product水平了。
要我是老板,我敢用mono的ASP .Net.大不了自己fix那些不成熟的part呗。
但我想大部分老板都不会用吧。人家可不想做这些fix.都是希望现成,经过验证的soluti
on.呵呵。
st
发帖数: 1685
43
来自主题: DotNet版 - ASP.Net比ASP倒底好多少?
asp is through server as well, right?
asp script is through the IIS, while asp.net is through IIS and CLR....
m******t
发帖数: 2416
44
来自主题: DotNet版 - ASP.Net比ASP倒底好多少?

That's the point. IMHO ASP.NET didn't improve over ASP in terms of
performance, but in terms of development cost.
ASP is essentially CGI dressed up in C# living in a luxury home called
Windows.
p*p
发帖数: 75
45
来自主题: DotNet版 - Answer Re: ASP.NET 难题测试 (1)
Microsoft Press has a book: Developing Microsoft ASP.NET Server Controls and
Components. It's the best book about ASP.NET that I have ever see. Strongly
recommend.
Besides, the ASP.NET source code helps a lot on understanding how ASP.NET
works. You can use Reflector to see decompiled-code, or download the Mono
project source code. The Mono source code looks exactly the same as the
decompiled MS implementation. :)


没有
hierachy
因为
called.
上一
DropdownList
a****9
发帖数: 200
46
来自主题: DotNet版 - 要不要跳ASP.net and C# 坑?
java的工作的确多于.net,但是学习net的人却远少于java,所有总的来说.net的职位竞
争比java略小。
由于.Net秉承了微软技术的入门简单的特点,经过短时间的学习就可以掌握拖拉控件的
快速开发方式,很多人被.Net的快速开发方式所满足,认为自己“学成了”,不再深入
研究,因此人才市场上充斥着很多只会拖控件、而不懂.Net更深入一步技术的.Net开发
人员,比如很多ASP.Net的书上都是讲ASP.Net服务端控件,很多所谓“精通ASP.Net”
的人连什么是Http、HTML、JavaScript、Dom等基本概念都稀里糊涂,实际公司项目中
很多功能点的实现不是简单的拖一个ASP.Net服务端控件就能搞定的,因此看似学习.
Net的人非常多,但是真正满足企业要求的人则比较少;而Java则入门门槛比较高,如
果想要配置一个Hello World级别的学习环境就会涉及到很多技术,开发环境也要学习
者自行配置,对于初学者来说可能花费一周时间都无法配置一个最简单的环境出来,
Java的开发环境也不像.Net开发环境那么可用性强,Java和.Net的区别就像Windows和
Li... 阅读全帖
a****9
发帖数: 200
47
来自主题: DotNet版 - 要不要跳ASP.net and C# 坑?
java的工作的确多于.net,但是学习net的人却远少于java,所有总的来说.net的职位竞
争比java略小。
由于.Net秉承了微软技术的入门简单的特点,经过短时间的学习就可以掌握拖拉控件的
快速开发方式,很多人被.Net的快速开发方式所满足,认为自己“学成了”,不再深入
研究,因此人才市场上充斥着很多只会拖控件、而不懂.Net更深入一步技术的.Net开发
人员,比如很多ASP.Net的书上都是讲ASP.Net服务端控件,很多所谓“精通ASP.Net”
的人连什么是Http、HTML、JavaScript、Dom等基本概念都稀里糊涂,实际公司项目中
很多功能点的实现不是简单的拖一个ASP.Net服务端控件就能搞定的,因此看似学习.
Net的人非常多,但是真正满足企业要求的人则比较少;而Java则入门门槛比较高,如
果想要配置一个Hello World级别的学习环境就会涉及到很多技术,开发环境也要学习
者自行配置,对于初学者来说可能花费一周时间都无法配置一个最简单的环境出来,
Java的开发环境也不像.Net开发环境那么可用性强,Java和.Net的区别就像Windows和
Li... 阅读全帖
h*****l
发帖数: 184
48
【 以下文字转载自 BuildingWeb 讨论区,原文如下 】
发信人: hanibal (汉尼拔), 信区: BuildingWeb
标 题: 这些网站是怎么安排他们的ASP url的? dispnews.asp?id=1245
发信站: The unknown SPACE (Sat Jul 20 00:41:32 2002) WWW-POST
我不大明白他们为什么这样做。
是有什么样的解决方案?
http://www.abc.net/dispnews.asp?id=1245
ID怎么安排的?
谢谢!
e*****e
发帖数: 6
49
【 以下文字转载自 Linux 讨论区 】
【 原文由 eBridge 所发表 】
我现在用SUN ONE ASP 作为asp的server, 想实现文件上传的动能. 在网上看到
一些windows平台的功能模块,有组件的或是无组件的, 可是在linux下面都不能用.
似乎是因为microsoft的asp 和sun one asp 的有些函数不兼容. 哪位大侠在Linux下面
做过类似的工作没有, 请不吝赐教. 先拜谢过.
n****a
发帖数: 174
50
请问有没有办法实现windows service application与ASP.NET的网页实现连接呢?
我现在的情况是:ASP.NET网页与DATABASE连接,windows service application也与
DATABASE连接,通过ASP.NET更新了DATABASE后,若要更新windows service
application,就要重新启动service。这样很麻烦,我想能不能有什么办法,通过ASP.
NET直接call service application的一个function,来更新,而不用重新启动service
(重新启动会重新执行SQL语句实现更新)。
我查了下WCF貌似可以实现,不过好像很麻烦的样子。
有没有更好的方法呢?谢谢!
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)