ASP Classic runs on ASP.NET server?

Asked

Viewed 603 times

3

I have a site all made in ASP Classic and hosted in a provider.

My client - who is a multinational - wants to put their website inside the company’s global server and the guideline that came out says that the server runs ASP.NET.

My doubt is:

I can run my website (in Classic ASP) directly on their server (which runs ASP.NET)? Or is some adjustment required on the server?

As far as I know, ASP Classic and ASP.NET run on Windows. Basically my question is, if once running ASP.NET can I confirm that ASP Classic will run too? Or is this not guaranteed?

Because my fear is that as it comes to a global support - and it is not guaranteed that it will run - they refuse to make adjustments to run claiming anything.

  • Did any of the answers solve the problem? Do you think you can accept one of them? See [tour] how to do this. You’d be helping the community by identifying the best solution. You can only accept one of them, but you can vote for anything on the entire site.

2 answers

6

Yes, it is possible, because there is no ASP or ASP.NET server, there is the HTTP server that has the ability to run these technologies. In this case, it’s Windows, right? Then it must be running IIS. It has the ability to run both. Of course you will eventually have to do the setup correctly to support the way you need, but probably the pattern will already run.

Of course only seeing how it is. There are those who disable anything unnecessary, and mainly legacy technologies, as is the case of ASP. This is done for a good reason and I would gladly see that they refuse to enable because of their specific need. Nothing against you, of course:) But safety and simplicity must come first.

If you need to run some extra components to give more functionality, they will need to be installed on that server. This is common. They will do what you need, if necessary?

Will you have access to the server? You can do what you need?

If you need specific information, you will post new questions here on the website that we help. There’s no way to give an answer that tells you everything to do without even knowing if it’s relevant.

It is difficult to answer this kind of question better, since it depends a lot on the environment. I said it works, but it might not work depending on the configuration that’s there.

4

IIS natively supports both Environments and generally host services and resource system administrators ASP Clássico qualified however, is not a premise.

If the functionality is not enabled and you do not have access to the server settings I believe a brief ticket for those responsible for the infrastructure will solve your problem.

Follow the procedure to enable pages in ASP Clássico in the IIS 6.0 or higher:

https://technet.microsoft.com/pt-br/library/cc737992(v=Ws.10). aspx

Browser other questions tagged

You are not signed in. Login or sign up in order to post.