PDA

Click to See Complete Forum and Search --> : Deploy VB.net webforms


dbye
Oct 29th, 2004, 01:03 PM
I am working on my first webforms project. I have VB.NET, but not the full Visual Studio.

I created my web pages (aspx and aspx.vb) and everything works fine on my localhost web.

I then copied the whole directory over to the a folder on our web server and the pages load, but only the labels etc.. that are just HTML code, and not the webforms, textboxes, or the other code behind.

Since I don't have the full Visual Studio, the only option in my Setup and Deployment folder under new projects is a regular Setup project, so I couldn't create a deployment project.

Am I missing a step when I copied the folder over?

Before I recommend to my boss to purchase Visual Studio, I was just wondering if there were any other options. I can't believe I can create a Web project, but not deploy it effectively!

Serge
Oct 29th, 2004, 04:15 PM
Sounds like you didnt install .NET framework on the web server.


http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en

dbye
Nov 2nd, 2004, 05:29 PM
That was the issue I was running into. It is working now. Thank you.