VB.NET studio setup

  • Thread starter Thread starter News
  • Start date Start date
N

News

Hi,

I am new to vb.Net and need some info on vb.net studio. I write code for
webpages and upload to the server. The ISP does not let us to connect
neither to the web or db server directly and take advantage of debuging and
all the nice things that one can hope for when writing complex code. Going
through vb.net studio setup I was not able to get all the features working
and take advantage of intellisense (or code completion) without creating a
project and connecting to a server.

Can anyone tell me is there way to get code completion working without
connecting to a server?

Thanks,

Gene
 
I haven't heard about intellisense not work in that manor; however, why not
just develope the site locally on your machine? You be able to use
debugging and the other nice features. Once your code is working you can
then move it onto your ISP, and fix any problem that appear then.
 
Try to open any *.aspx file in in vb.NET studio and you will see that,
unless did not I set it up correctly
 
Try to open any *.aspx without a project file in in vb.NET studio and you
will see that,
unless did not I set it up correctly
 
Back
Top