0

My Question is straightforward. I come across a random website that has been developed following the MVC pattern.

But how do I determine whether it is .Net MVC or PHP MVC? Is there a viable way to tell that from any indications?

Looking ahead to some insightful answers.

Thanks.

2 Answers 2

3

Use this browser plugin (chrome + firefox), it can do it all for you :)

Wappalyzer

Sign up to request clarification or add additional context in comments.

2 Comments

I have chrome and also have the Firebug installed to it for client script debugging. Now how do I use the combination of these two to determine the server technology? Kindly tell me.
if you have successfully installed this add-on in your browser then you can see it's icon in the toolbar (in chrome at top right corner with a yellow box like icon).
0

You can check the X-Powered-By HTTP response header. If it's not repressed then you should see either asp.net or php as the value. There's also the server HTTP response header that is often set to Apache for php powered sites.

1 Comment

I viewed the page source and searched for the X-Powered-By header. It is absent. What now?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.