Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't Recompile My Website 1

Status
Not open for further replies.

quickershopper

Programmer
Oct 30, 2009
2
CA
I'm a first time hoster (seekdotnet), so I apologize for the novice question. When I'm working on my local computer, everything is fine, but I'm just having a problem on the hosting server.

I use FileZilla to edit my website. When I edit the main page (.aspx), the system automatically recompiles the changes and everything works fine. However, when I make changes to the CodeBehind page (.aspx.vb), the website doesn't recongize the changes...

I've tried making the changes on my local computer, Build Solution, and everything works. I then delete the web page off the server and upload the new page... but still no changes... I've tried deleting all the files off the sever and uploading everything again, but then I run into a problem where the website is looking for files off the localhost, instead of the server... I had to pay someone $150 originally because I couldn't figure out why the website kept looking for localhost instead of the server. I'm hoping I can learn the cause of this instead of hiring someone again.

I just need to know the easiest way to recompile the changes I make to the codebehind page. Do i need to recompile/reupload the whole site? just the one page that I made changes to? is it something in the global.asax/assembly/web.config that i need to recompile???

Thank you so much to all who answers!!!


 
you need to recompile the site and deploy the new binaries as well as the as?x files.

Jason Meckley
Programmer
Specialty Bakers, Inc.

faq855-7190
faq732-7259
 
Jason... you are my new best friend!!!

After hours of trying, and having to pay someone $150 originally, It finally works.

Make the changes to the codebehind (.aspx.vb) page on your local computer. Run the program to make sure it works. Then reupload the new .aspx.vb page ALONG WITH THE BIN FOLDER.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top