Installing a directory in a web application using vs2015

  • Thread starter Thread starter elisch123
  • Start date Start date
E

elisch123

Guest
I have recently installed VS2015 Community. I have previously had VS2010 and VS2013 and VS2015. It has been about 3 years since I developed anything and I have noticed that I am missing functionality in this version that I had and used before. The major shortage is in the area of SQL that I have posted as another issue. But another issue where I suspect something is amiss with me is the difficulty I am having in deploying the application I have to my server. I'll describe first what I am doing. A main routine provides entry of an e-mail address via a text box and a click launches it to a MODULE written in VB. The first difference I encounter between the previously used VS and now is in my usage of a directory that contains many files that are used by the Module. I previously created the directory in the debug sub-directory of the vs application with no problems. Presently, in order to exercise DEBUG, it becomes necessary to deposit my directory in the x86/IIS EXPRESS area of the file system. Everything works satisfactorily in debug this way however I still have not figured out how to deploy the application successfully. Previously, I merely built the application on my local machine and merely deposited it via FTP on my server where all was well. Now, deployment seems to work smoothly until I get into execution on the server. The errors occur when I try setting to my directory and I cannot begin to describe the remedies that are prescribed for correcting this. For completeness, I will attach the response.

Continue reading...
 

Similar threads

Back
Top