How should I do to open an application developed in .net when invoked by the local host ?.

0

I'm very new to the subject and I have the following situation.

  • I have some sources that I can obtain from the web application which I must support. Validate the size of the .dll associated with the application (e.g. webappsam.dll) vs the .dll that is currently on the production server and the sizes are the same.
  • Copy the product .dll for my development environment and organize the connection to the database and when I want to execute the application it does not open in the localhost.
  • I do not know if what I did is correct or not, but I'm trying to organize development environments and tests equal to production.

    How or what should I do or validate to get the application to start at localhost?

    Note: This was done in order to see if I do not have to go through the process of decompiling the production .dll. I also had to do this activity because the sizes are the same, which makes me think that I could do something like that, but I do not know if it is the right way or not.

    I hope timely response.

    ** I am also new publishing and may have errors which I would appreciate if you would correct or suggest the correct format but in turn if you know the solution to my question, I would appreciate it.

    Cordially,

    Rodrigo

        
    asked by Rodrigo 10.05.2018 в 17:41
    source

    0 answers