I have a completed web form application (with 3 SQL server databases tied to it) that I created with visual studio and I want to upload it to my godaddy server. My application needs to go to a specific folder in my server so I would prefer to export it to my desktop and manually drag the files to the file manager of goDaddy, as opposed to using the built-in publishing ftp tool on visual studio.
The problem is that after i publish to my local drive, I get a bunch of .aspx files that I can't open with chrome, let alone on my server. Is there some sort of post-processing I need to do to get my .aspx files to an html readable format?
Any clarification would be great, I'm very confused from what I could gather online. I tried installing IIS, using goDaddy profiles, and publishing directly but I'm still having trouble.
Thank you,
Dan