1

I am a little new to VB.NET but I have downloaded and installed VS Express 2012 for web. I created a web application that is fairly simple. One page. mypage.aspx It runs perfect in studio and responses how I would expect.

What I want to do is make it run from the dll. Not from the mypage.aspx.vb. I see the dll for the project in the bin folder.

But when I move mypage.aspx and web.config, and bin with dll to the server it simply says its missing the code behind page. Do I just need to change the reference to the VB file?

4

1 に答える 1

0

dll を使用する場合は、Visual Studio の [ビルド] メニューに移動し、[ Web サイトの発行] をクリックします。

ターゲットの場所を設定すると、プロジェクト全体が dll で作成され、分離コード ファイルは作成されません。

このプロジェクトを使用してサーバーにデプロイします。

于 2013-05-10T18:00:43.153 に答える