Classical ASP

Suraj Kiran 20 Reputation points
2023-04-18T07:06:17.75+00:00

Can I run the classical ASP pages in Visual Studio 2022. Can we migrate the projects and run on the windows server in Production with same classical pages. Kindly provide the details so that I can choose correct method to upgrade the application or rewrite the application with current standard.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,418 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 61,731 Reputation points
    2023-04-18T15:45:33.23+00:00

    it works just file. I use IIS, but you can use IISExpress.

    1. Map the source folder to its so the site runs.
    2. In IIS asp config select debug = true
    3. open code folder with vs 2022. set a break point
    4. open site in browser
    5. in vs2022 attach to the appool, and select script debugging
    6. refresh the page.

    you can also make a dummy project. create an asp.net empty web site. this creates a solution file. delete the bin folder and packages.config. copy the files to your asp folder. now open the project. set debugging to custom server http://localhost/<site>. set the start page. start without debugging and attach as above.

    0 comments No comments

  2. Michael Amann 0 Reputation points
    2023-05-16T08:03:49.7+00:00

    Hello, what for Visual Studio 2022 Version you use? Professional or Enterprise? Or it doesn't matter? I want that test now with VS 2022 do debug an classic ASP project. Can I contact you, if I have problems?

    0 comments No comments