VB.NET studio setup

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
 
P

Paul Bobrowski

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.
 
N

News

Try to open any *.aspx file in in vb.NET studio and you will see that,
unless did not I set it up correctly
 
N

News

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top