PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, November 13, 2022

[FIXED] how to find out which version of asp my website is coded in

 November 13, 2022     asp.net, c#, plesk, server     No comments   

Issue

I have a website which is coded in asp. We have upgraded out plesk server from plesk 9 to 12 since then, I am getting a "Internal server error".

It could be that the new version of ASP installed on Plesk is not compatiable with the version of ASP that the website is coded in. Right now we do not have the website only the code, so is there a way to find out which version my ASP code is coded in just so that I can install an older version of ASP on my server to get the website back up and running?

Thanks.


Solution

Open your project in visual studio. once your project is loaded in visual studio click web config file in that you can find .Net framework version.



Answered By - Prasanna Murali
Answer Checked By - Candace Johnson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing