Cannot edit a web application

Yusuf 691 Reputation points
2021-04-08T02:42:44.647+00:00

Hi

I have asp.net web application, I try to edit the code but the content of the site does not change, I tried to convert the web application to a web site but another error appears instead of displaying GDI+ graphics showing a black screen and one white pixel in the middle.
How can I edit this web application?

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,288 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
302 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ken Kam Hung, Lin 91 Reputation points
    2021-04-29T17:05:22.017+00:00

    Classic ASP.NET Web Application is a front-UI (aspx) and backend code-behind page (in c# or VB). If you just change on the html or style, it is find to update it in the aspx page. But if you are going to change the code logic, you will have to do it in the code-behind page. And you will also need to compile it after modified. And you will also need to re-deploy the files (specially the update aspx and files in bin directory).

    Do you know which version of the .net that your asp.net web application is?

    0 comments No comments