473,761 Members | 9,266 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Asp.net 2.0 / Aapche 2.2.6 / Ajax

Joe
I added some ajax to my asp.net web site and will Ajax just doesn't seem
to work. Does Any one PLEASE have any ideas on why Ajax doesn't work
on Apache 2.2.6 w/asp.net 2.0
Jun 27 '08 #1
7 2095
What are you using, Mono? What is your setup exactly. ASP.Net 2.0 doesn't
have built in Ajax support, only through the System.Web.Exte nsions namespace
which is available as an addition to standard ASP.Net 2.0 and is included in
the 3.5 framework.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression

"Joe" <jo*@bbs.netwro te in message
news:Ta******** *************** *******@posted. nuvoxcommunicat ions...
I added some ajax to my asp.net web site and will Ajax just doesn't seem
to work. Does Any one PLEASE have any ideas on why Ajax doesn't work
on Apache 2.2.6 w/asp.net 2.0
Jun 27 '08 #2
Joe
No I don't know what mono is. Just ASP.NET 2.0 w/ Apache 2.2.6 and Ajax 1.0

See I run Windows XP Home with Apache 2.2.6 and ASP.NET 2.0 and I been
using Web Developer 2005 express and I setup a web site in Ajax and with
I copied it over to my web site. The parts in Ajax didn't work. Thats
why I'm trying to find out why Ajax doesn't work.

Joe
Mark Fitzpatrick wrote:
What are you using, Mono? What is your setup exactly. ASP.Net 2.0
doesn't have built in Ajax support, only through the
System.Web.Exte nsions namespace which is available as an addition to
standard ASP.Net 2.0 and is included in the 3.5 framework.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression

"Joe" <jo*@bbs.netwro te in message
news:Ta******** *************** *******@posted. nuvoxcommunicat ions...
>I added some ajax to my asp.net web site and will Ajax just doesn't
seem to work. Does Any one PLEASE have any ideas on why Ajax doesn't work
on Apache 2.2.6 w/asp.net 2.0
Jun 27 '08 #3
It could very well be because it's an Apache web server. ASP.Net is meant to
run within IIS. Apache had a mod for running ASP.Net, but the links I had to
it are dead. MS made a web server specifically for users of Windows XP Home
edition, since it doesn't come with IIS, called Cassini. This was made
freely available on the ASP.Net site. A newer version of it is within Visual
Web Developer Express 2008 so you may want to give that a try. Apache isn't
normally a host for ASP.Net, and the support may be spotty at best. Just to
be sure, you did install the Ajax extensions for ASP.Net 2.0 and modify your
web.config file with the appropriate additions. That probably won't help
though because Apache's ASP.Net mod may, at best, only be able to use
features built into the core .Net Framework 2.0.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression

"Joe" <jo*@bbs.netwro te in message
news:ve******** *************** *******@posted. nuvoxcommunicat ions...
No I don't know what mono is. Just ASP.NET 2.0 w/ Apache 2.2.6 and Ajax
1.0

See I run Windows XP Home with Apache 2.2.6 and ASP.NET 2.0 and I been
using Web Developer 2005 express and I setup a web site in Ajax and with I
copied it over to my web site. The parts in Ajax didn't work. Thats why
I'm trying to find out why Ajax doesn't work.

Joe
Mark Fitzpatrick wrote:
>What are you using, Mono? What is your setup exactly. ASP.Net 2.0 doesn't
have built in Ajax support, only through the System.Web.Exte nsions
namespace which is available as an addition to standard ASP.Net 2.0 and
is included in the 3.5 framework.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression

"Joe" <jo*@bbs.netwro te in message
news:Ta******* *************** ********@posted .nuvoxcommunica tions...
>>I added some ajax to my asp.net web site and will Ajax just doesn't seem
to work. Does Any one PLEASE have any ideas on why Ajax doesn't work
on Apache 2.2.6 w/asp.net 2.0
Jun 27 '08 #4
Joe

Thanks Mark. Yes I did I installed all that. Like I say the only problem
I have is getting Ajax to work. asp.net 2.0 seems to work real good with
apache 2.2.6. Its just that the options I added in Ajax don't seem to
work at all. Thats the part no one can under stand. And windows xp home
doesn't support IIS. Only the Pro Version does.

I was hoping that there mite be some thing that I missed. Well I went
over every thing and couldn't find any thing wrong. It works in the VWD
2005 expresses asp.net 2.0 Development Server. Just don't know what else
to try

Thanks Mark
Joe

Mark Fitzpatrick wrote:
It could very well be because it's an Apache web server. ASP.Net is
meant to run within IIS. Apache had a mod for running ASP.Net, but the
links I had to it are dead. MS made a web server specifically for users
of Windows XP Home edition, since it doesn't come with IIS, called
Cassini. This was made freely available on the ASP.Net site. A newer
version of it is within Visual Web Developer Express 2008 so you may
want to give that a try. Apache isn't normally a host for ASP.Net, and
the support may be spotty at best. Just to be sure, you did install the
Ajax extensions for ASP.Net 2.0 and modify your web.config file with the
appropriate additions. That probably won't help though because Apache's
ASP.Net mod may, at best, only be able to use features built into the
core .Net Framework 2.0.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression

"Joe" <jo*@bbs.netwro te in message
news:ve******** *************** *******@posted. nuvoxcommunicat ions...
>No I don't know what mono is. Just ASP.NET 2.0 w/ Apache 2.2.6 and
Ajax 1.0

See I run Windows XP Home with Apache 2.2.6 and ASP.NET 2.0 and I been
using Web Developer 2005 express and I setup a web site in Ajax and
with I copied it over to my web site. The parts in Ajax didn't work.
Thats why I'm trying to find out why Ajax doesn't work.

Joe
Mark Fitzpatrick wrote:
>>What are you using, Mono? What is your setup exactly. ASP.Net 2.0
doesn't have built in Ajax support, only through the
System.Web.Ex tensions namespace which is available as an addition to
standard ASP.Net 2.0 and is included in the 3.5 framework.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression

"Joe" <jo*@bbs.netwro te in message
news:Ta****** *************** *********@poste d.nuvoxcommunic ations...
I added some ajax to my asp.net web site and will Ajax just doesn't
seem to work. Does Any one PLEASE have any ideas on why Ajax doesn't
work
on Apache 2.2.6 w/asp.net 2.0
Jun 27 '08 #5
I have is getting Ajax to work. asp.net 2.0 seems to work real good with
apache 2.2.6.
I've never heard of that. Are you using this?:
http://sourceforge.net/projects/mod-aspdotnet

-Darrel
Jun 27 '08 #6
Joe
darrel wrote:
>I have is getting Ajax to work. asp.net 2.0 seems to work real good with
apache 2.2.6.

I've never heard of that. Are you using this?:
http://sourceforge.net/projects/mod-aspdotnet

-Darrel

Hope. I all ready have asp.net 2.0 installed. I just want to get Ajax
working

Jun 27 '08 #7
Joe
Ok I didn't here back from you so have you heard of this

http://weblogs.asp.net/israelio/arch...11/424852.aspx

It works. I already have it running

Joe wrote:
darrel wrote:
>>I have is getting Ajax to work. asp.net 2.0 seems to work real good
with apache 2.2.6.

I've never heard of that. Are you using this?:
http://sourceforge.net/projects/mod-aspdotnet

-Darrel
Hope. I all ready have asp.net 2.0 installed. I just want to get Ajax
working
Jun 28 '08 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
2343
by: Yarco | last post by:
I want to use "Ajax" to create my web for hobby. But i don't know whether "Ajax" is mature... And what about with php? Someone have experience on it? ....
4
4326
by: bobzimuta | last post by:
I'm creating a simple AJAX library. It's an object that will return an array containing the response text or xml. I'm trying to find a way to assign the response as a property of the object, but from within an inline function. Within the AJAX object: this.xmlhttp = new XMLHttpRequest(); this.response = ''; //to contain the response text OR xml var that = this; //since we cannot reference this within the
0
1845
by: melledge | last post by:
Ajax Developers' Day added to XTech 2006 agenda XTech 2006 - 17-19 May - Hotel Grand Krasnopolsky - Amsterdam, The Netherlands
0
1840
by: melledge | last post by:
Ajax Developers' Day to Kick Off XTech 2006 Conference Industry experts offer insight into next generation of the Web ALEXANDRIA, VIRGINIA, USA - April 25, 2006 - In response to the rapidly developing world of Ajax user interfaces on the browser, IDEAlliance (www.idealliance.org) announced today that its annual XTech Conference will kick off on May 16 with Ajax Developers' Day. XTech 2006 (www.xtech-conference.org), to be held May...
1
16512
by: www.web20developers.com | last post by:
http://www.web20developers.com http://www.web20developers.com/index.php?option=com_content&task=view... Ajallerix : AJAX, simple, fast Web image gallery demo ; at Novell AJAX - microlink pattern tutorial : A microlink is a link that opens up
10
3074
by: =?Utf-8?B?WWFua2VlIEltcGVyaWFsaXN0IERvZw==?= | last post by:
controlsPlease could some of you here post some of your live examples of AJAX (esp drag panels, collapsable panels, and popup menu.) (It's one thing to talk about how great something is, but it's another to really see how great something is.) Thanks -- Share The Knowledge. I need all the help I can get and so do you!
2
2262
by: soni2926 | last post by:
hi, does anyone know of any good books on ajax and asp.net, one that teaches ajax itself before jumping in atlas? I wanted to get an understanding of ajax and how to use it, most books i've seen on .net and ajax seem to jump into atlas right away, does anyone know of any that teach ajax itself and then later get into atlas?
1
3415
by: shaunwo | last post by:
I'm an AJAX / DOM Novice (at best) and trying to figure out how to write the value to a couple input fields. I don't remember exactly where I got the ajax.js file I'm using from (went to the website that I see in the comments, but no luck there), but what I already have works GREAT to populate the options in a select box. Now I'm trying to take that same code and get it to write the value to a couple input boxes. Here's a link to my ajax...
11
3050
by: =?Utf-8?B?R2VyaGFyZA==?= | last post by:
I have run into a situation that if a page/tab that uses the Ajax toolkit (using .net version 3.5) is closed before the Ajax enable controls complete loading, then IE locks up. Does it in both IE7 and IE8. There is no issue when the controls are allowed to complete loading. Can you please tell me the best practice that handles this? Thanks.
0
9957
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9905
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9775
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8780
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7332
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5229
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5373
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3881
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2752
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.