R
reidarT
I have a web application conected to a sql database.
When I publish this site I get one file in the bin directory, the web.config
file and the aspx.files
in the application folder.
As I understand it:
My web is at www.myweb.no and
the web.config-file is located on the root
On this root directory the bin folder is located.
In the bin folder is the compiled dll-file containing the vb-code to each
aspx-file.
My application is located as www.myweb.no/MyApplication1
There should be no web.config-file in this folder.
And there should be no bin-folder in the application folder.
reidarT
When I publish this site I get one file in the bin directory, the web.config
file and the aspx.files
in the application folder.
As I understand it:
My web is at www.myweb.no and
the web.config-file is located on the root
On this root directory the bin folder is located.
In the bin folder is the compiled dll-file containing the vb-code to each
aspx-file.
My application is located as www.myweb.no/MyApplication1
There should be no web.config-file in this folder.
And there should be no bin-folder in the application folder.
reidarT