In visual studio, when you deploy a website, visual studio asks you if you want to include all the files in the project, or just the required files. if you go with "just required files", you wont see any vb files on the server, you will only see aspx files.
what happened to the vb files and all the vb scripts that you wrote in visual studio. I am just curious where the code is hidden inside that aspx file.
RobbieDotNet
Member
1 Points
8 Posts
Website Deployment
Nov 16, 2012 06:27 PM|LINK
In visual studio, when you deploy a website, visual studio asks you if you want to include all the files in the project, or just the required files. if you go with "just required files", you wont see any vb files on the server, you will only see aspx files. what happened to the vb files and all the vb scripts that you wrote in visual studio. I am just curious where the code is hidden inside that aspx file.
joshj
Contributor
3151 Points
545 Posts
Re: Website Deployment
Nov 16, 2012 06:30 PM|LINK
It gets compiled into a .dll and put into the bin folder.
RobbieDotNet
Member
1 Points
8 Posts
Re: Website Deployment
Nov 17, 2012 02:42 AM|LINK