Is VB.Net app possible inside c# app?

G

_g

Here's the story. My company has paid for someone to develop our website,
and the people who did it used ASP.Net and C#. At the time, we were using
IIS5 and I was developing in Studio 6. We had (and still have) a number of
web sites and everything was fine (and still is).

Trouble is, we now want to extend out main website and amalgamate some of
the others into it. The other websites are all ASP with sql based
authentication.

Historically, I have used VB technologies, not C.

What I want to try and do is create a VB.Net application in a sub directory
of the C# main site, but have the login.aspx on the main site. I am (sadly)
new to this .Net way of thinking, and as far as I have got with it so far is
that the authorization in the config.web should be forms... Which is fine
for authenticating in the non-private main website, but returns error 404 -
resource not found...

Thanks for any pointers...
(I have looked around and the only thing I've found is that you cannot mix
languages on the same page...)
Gareth
 
C

Cor Ligthert

Garreth,

Did the other one create the application as a DLL or are it ASPX pages with
C# code on it?

This makes a difference.

Cor
 
G

_gc

Cor Ligthert said:
Garreth,

Did the other one create the application as a DLL or are it ASPX pages with
C# code on it?

This makes a difference.

Cor

Hi Cor. They created a C# app (in IIS etc....) with its own web.config
settings with the
default language as C#... (so I'm not feeling to hopeful!)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top