473,327 Members | 1,952 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Integrating 2 web apps

OK I have a web site that was built by someone else who is paid to maintain
it. They used VS2003 / VB.NET. I have written a few pages for it that work
with a back end database. My pages were written in C#. Our web.config
files differ WRT authentication mode; they = Forms, me = Windows.

Their web site is like this
www.domain.com
www.domain.com/pages
www.domain.com/pages/product1
www.domain.com/pages/product2
etc.

my pages needs to be at
www.domain.com/pages/myCsharpPages

it looks to me like I need to create a solution with 2 projects in it, a
VB.NET project and a C# project. That doesn't seem hard but what about my
page seemlingly having to exist underneath their structure. is that going
to be a problem?

Eric
Nov 18 '05 #1
4 1106
"Eric Sabine" <mopar41@hyotyt_mail_nounderscores.com> wrote in
news:uG**************@TK2MSFTNGP12.phx.gbl:
it looks to me like I need to create a solution with 2 projects in it,
a VB.NET project and a C# project. That doesn't seem hard but what
about my page seemlingly having to exist underneath their structure.
is that going to be a problem?


No, this isn't going to be a problem, but why don't you all just
standardize on a language?

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 18 '05 #2
What you need to do is to set up myCSharpPages as an application directory.
In Win2000, use the IIS manager, select the folder, view properties, and
then click on Create Application. The web.config in myCSHarpPages will only
apply to that folder, while the web.config in the root direcotry of
www.domain.com will apply to every other page and directory.

Miguel
"Eric Sabine" <mopar41@hyotyt_mail_nounderscores.com> wrote in message
news:uG**************@TK2MSFTNGP12.phx.gbl...
OK I have a web site that was built by someone else who is paid to maintain it. They used VS2003 / VB.NET. I have written a few pages for it that work with a back end database. My pages were written in C#. Our web.config
files differ WRT authentication mode; they = Forms, me = Windows.

Their web site is like this
www.domain.com
www.domain.com/pages
www.domain.com/pages/product1
www.domain.com/pages/product2
etc.

my pages needs to be at
www.domain.com/pages/myCsharpPages

it looks to me like I need to create a solution with 2 projects in it, a
VB.NET project and a C# project. That doesn't seem hard but what about my
page seemlingly having to exist underneath their structure. is that going
to be a problem?

Eric

Nov 18 '05 #3
Thanks, that makes sense.

Miguel Barrientos wrote:
What you need to do is to set up myCSharpPages as an application
directory. In Win2000, use the IIS manager, select the folder, view
properties, and then click on Create Application. The web.config in
myCSHarpPages will only apply to that folder, while the web.config in
the root direcotry of www.domain.com will apply to every other page
and directory.

Miguel
"Eric Sabine" <mopar41@hyotyt_mail_nounderscores.com> wrote in message
news:uG**************@TK2MSFTNGP12.phx.gbl...
OK I have a web site that was built by someone else who is paid to
maintain it. They used VS2003 / VB.NET. I have written a few pages
for it that work with a back end database. My pages were written in
C#. Our web.config files differ WRT authentication mode; they =
Forms, me = Windows.

Their web site is like this
www.domain.com
www.domain.com/pages
www.domain.com/pages/product1
www.domain.com/pages/product2
etc.

my pages needs to be at
www.domain.com/pages/myCsharpPages

it looks to me like I need to create a solution with 2 projects in
it, a VB.NET project and a C# project. That doesn't seem hard but
what about my page seemlingly having to exist underneath their
structure. is that going to be a problem?

Eric

Nov 18 '05 #4
Honestly I wrote the app in C# because I want to stay sharp in both
languages (VB.NET & C#). There was no business case for it and your
question is totally accurate. The people who wrote the web site are from an
outside contracting web firm. The web site up until now was just javascript
and html but I got suprised today when I saw their updates and they've
turned it into a VS2003 VB.NET project. Not a big deal to me or anyone
else.

I just like to write C# and VB.NET. I'm goofy that way. For windows apps
it's no big deal because I'm dealing with dlls.

Eric

Lucas Tam wrote:
"Eric Sabine" <mopar41@hyotyt_mail_nounderscores.com> wrote in
news:uG**************@TK2MSFTNGP12.phx.gbl:
it looks to me like I need to create a solution with 2 projects in
it, a VB.NET project and a C# project. That doesn't seem hard but
what about my page seemlingly having to exist underneath their
structure. is that going to be a problem?


No, this isn't going to be a problem, but why don't you all just
standardize on a language?

Nov 18 '05 #5

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

Similar topics

2
by: news | last post by:
We're being asked to get Quickbooks Enterprise edition for our business. We use a completely hand-made online store (PHP and mySQL) and used to simply create CSV sheets that were imported as...
0
by: Al | last post by:
I would like to add SIP stack to J2EE application server. I know that JCA 1.5 allows doing such thing. But JCA 1.5 is part of J2EE 1.4. Currently the most J2EE vendors support J2EE 1.3. Can anybody...
0
by: kadam_murali | last post by:
Integrating crystal reports with oracle forms , Have anyone of you have ever tried this ? If yes please send me sample codes.Its very urgent. thanks Murali
0
by: Jakke | last post by:
Hi all, I don't know if I'm at right newsgroup but I've got some questions about integrating Crystal Reports into my own application. I'm totally new regarding Crystal Reports. Therefore I've...
0
by: Rob C | last post by:
We have a large, C++/MFC application. I want to be able to do some new development using .NET and then utilize them inside my C++ application. I remember reading that you can "easily" turn your...
3
by: Sonoman | last post by:
Hi all: Is there a class or function that I could use to integrate? By integrating , I mean calculus integration. I need to get data from a sensor that gives me the acceleration of an object. In...
1
by: Nexus | last post by:
I've heard people saying that it can be done (Integrating Flash actionscript into ASP .Net apps ???) - does anyone have a lead on where I might find a coding sample or additional info
5
by: Shikari Shambu | last post by:
Hi, I would like to integrate a .NET web application into IBM Websphere portal. Whati is the best way of integrating these two beasts? Is there are way to get my .NET application to return XML...
4
by: karpagam | last post by:
Since WebServices are a standardized way to invoke a method of another application over the internet, is there a way to integrate two different applications running on different platforms (Say a...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.