A little question. I want to compile my web application in order to upload
the .BIN file to the work server. But when I clik "Build web Site", it don't
generate any .BIN, and don't produce any error. Executing it in local mode
works perfectly.
I have read that the .aspx.vb files should be in the directory /CODE/, but I
don't know how to put it there.
Any help?
Thanks.I think all you need would be the files in the websites directory
Please keep in mind that Beta 2 has changed
the special directories' names.
Familiarize yourself with the changes
before attempting to help others.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================
<reezaali@.gmail.com> wrote in message
news:1115047107.877052.70190@.g14g2000cwa.googlegro ups.com...
>I think all you need would be the files in the websites directory
Hi, xaime.
The special directory "/code", which worked in Beta 1,
has been changed to "/app_code" in Beta 2.
Also, there's no .BIN file created.
There's a *.dll file created (an assembly), which goes in the /bin directory,
if you have opted for compiling your code into assemblies (which you should).
You don't want to publish source code to hosting servers.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================
"xaime" <xaime.casas@.gmail.com> wrote in message
news:%23ikuuiyTFHA.1432@.TK2MSFTNGP09.phx.gbl...
> Hi friends,
> A little question. I want to compile my web application in order to upload the .BIN file
> to the work server. But when I clik "Build web Site", it don't generate any .BIN, and
> don't produce any error. Executing it in local mode works perfectly.
> I have read that the .aspx.vb files should be in the directory /CODE/, but I don't know
> how to put it there.
> Any help?
> Thanks.
0 comments:
Post a Comment