I have a certain class in VB in my App_Code
folder, I can't deploy it directly to the website because I have no permission to the FTP, and I was asked to change a certain VB.net class and send it so someone would replace it in the FTP folder.
What happens is: there is no App_Code
folder in the FTP folder. and the class generates NO DLL to be sent and replace it in the bin folder (which exists).
Aditionally: The website deploys and runs normally in the localhost (and i can see it in the browser), but there is no data from the website in the c:\inetpub\wwwroot. nor anywhere else, where are de website files ?
Which file, or how could I send this class to be replaced in the running website?