473,804 Members | 2,249 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP -> ASP.Net migration help

I have an ASP-based web application which broadly speaking, can add, edit and delete appointment items in an Exchange 2000 public calendar.

As our organization is migrating to SharePoint 2003, I'd like to migrate this to an ASP.Net version for inclusion in SharePoint. The ASP version uses CDO for data access. Can anyone give me pointers on the best way to achieve this migration, including any tips, what data providers to use, samples, etc ?

Thanks.

Note:
1. Were also upgrading to Exchange 2003 soon if this makes any difference.
2. The Exchange server and the ASP.Net application will be on seperate servers in the same domain.
Nov 18 '05 #1
2 976
You can continue to use the existing objects using COM Interop. You can
also make use of WEBDAV altough it is difficult to master. The eexchange
Samples in the Exchange 2000 SDK has a WebService using WEBDAV, to get
you started.

Regards

Trevor Benedict R
MCSD

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #2
You can continue to use the existing objects using COM Interop. You can
also make use of WEBDAV altough it is difficult to master. The eexchange
Samples in the Exchange 2000 SDK has a WebService using WEBDAV, to get
you started.

Regards

Trevor Benedict R
MCSD

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #3

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

Similar topics

4
2778
by: Stefan van Roosmalen | last post by:
Hi there, I am using some example PHP code to build a counter for a page on my webserver. When going to that page, I will see the following error message: Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in C:\Program Files\Apache Group\Apache2\htdocs\test\test.php on line 33
4
1299
by: gene.ellis | last post by:
Good morning, I am sure this will be a no-brainer for a lot of you. Put quite simply, I am looking for a way do a search within a string for all of my HTML tags. Once it finds those HTML tags, I will like to wrap some code around it. For example: <p /> ----> <!]> <b /> ----> <!]> <a href="someurl.html"> ----> <!]>
1
2674
by: FrankBooth | last post by:
Hello, I have a list of names, and when I click ona name I want the extar info to show and then I want to clcik and hide it again. I have the following HTML which works perfectly if I use one construct, but if I use more that one it issues an object error which states that: ExpCollTxt_ctrl_ex.style is not an object. So the followin piece works fine:
9
3152
by: Julia Briggs | last post by:
How do I construct a <iframe> or equivalent for FireFox/NS browsers, inside a screen centered <div> tag? Can it be done?
1
2004
by: Kumar | last post by:
Hi I am trying to recreate a database under the following environments : From: Solaris with DB2UDB version 7.2 with FP 9 To: Linux with DB2UDB version 7.2 with FP 9 It will be of really a great help if any one help me in step-by-step guidelines to migrate SPs written in Java & C languages. I have successfully recreated SQL procedures.
2
928
by: ucasesoftware | last post by:
Ok i give my customer only a .exe of my application for an update... and for a lot of form i have this error : (it's translate from french) We can't find the resource for this culture of your assembly. Make sure that myAppli.myForm.resources is correctly in the assembly "myAppli" Where can i do that ????
1
1079
by: SIMON GARE | last post by:
Hi, I have developed a booking and despatch application in ASP VBScript and need to migrate it to ASP.NET. As a newcomer to .NET I need to know how easy it is going to be? although i dont really have a choice it needs to be done. I seem to have all the tools, Windows SMall Business Server 2003 which includes ASP.NET framework, SQL Server 2005, and a ASP to ASP.NET migration wizard.
1
2405
by: ictheion | last post by:
Hi, I am having a problem utilizing ofstream*'s stored in a map (map<char, ofstream*>). I'm having basically the same problem with a map<char, boost::mutex*>. My code compiles, but at run-time I get an Access Violation. Here is some of the code w/ comments as to what isn't working... void cpApp::write_to_file(string w){ char first = *w.begin(); map<char, ofstream*>::iterator i = stream_map.find(first); map<char,...
6
1752
agroover
by: agroover | last post by:
I know the following code is probably way off, but I really need some help with this. I keep trying different things, but nothing seems to work. I'm just getting really frustrated. Below is what I have so far. If Grade.text = 1006, then I don't want the user to be able to put certain values into the C textbox. The value needs to be >= 0.04 and <= 0.06. If they enter any other value, I want a message box to appear saying that the value is not...
0
9714
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9594
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10599
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10090
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
9173
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...
0
6863
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5531
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...
2
3832
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3001
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.