connecting, creating web project using visual studio
If
you use frontpage extension to connect your visual studio .net to your
web application. You need to have frontpage extension turned on for
your website. (To turn on Frontpage extension check here) If the web project is a folder under your domain root,
eg. http://www.domain.com/webapp1/, you need to turn /webapp1 into a
subweb from your frontpage extension administration. Sometimes this is
done for you from visual studio .net. However, if vs.net failed to do
so for you you will get error like:
"The web 'webapp1' located on server 'http://domain.com'"
"Unable to open the web project 'webapp1'"
You
will need to go to your frontpage administration site :
http://domain.com/_vti_bin/_vti_adm/fpadmdll.dll?page=webadmin.htm, at
the bottom click on "create subweb", in the "name" field enter your
folder name to turn this folder into a subweb manually. The frontpage
administration site is also accessible from your Frontpage 2003 Tools
-> Server -> Administration Home.