How to create new asp.net project on a server?

M

Mark

I am new to Visual Studio. .net and Windows Server 2003. I have a
brand-new workstation and brand-new Win2003 server. My Windows network
consists of only these two machines (i.e. no Domains, Active Directory,
etc. -- all the other machines on the LAN are either Macs or standalone
PC test stations). I am the sysadmin, so there's nobody else here to
ask...

I have the two machines up and running. The server has IIS working and I
have some virtual hosts set up and these sites are running just fine. I
have set up a user account on the server that allows FTP access to the
wwwroot. This works great -- I can FTP in from wherever and make site
updates. SQL Server is running fine too.

Note that the server is only for Web development. I'd prefer to keep it
as simple and locked-down as possible. If I don't need AD, I'd prefer to
not run it. Similarly, if I can avoid File and Printer Sharing for
Microsoft networks, I'd love to leave that networking option turned off
completely, and stick with TCP/IP only.

Now I need to create a new site using VS.NET 2003. I have the virtual
host set up on the server and I can use SmartFTP to upload files. How do
I tell VS.NET to use the remote directory as the home directory for the
project? I've tried putting the domain name into the location field for
the new project, but the program complains that the location must be a
locally-mounted share, or that I'd have to use FrontPage Extensions to
connect. Neither works. In fact, if I put ftp:// at the beginning of the
location field, I can't even OK through to the next sscreen.

Is there something I have to do to configure the FP extensions so that I
can connect remotely?

I have tried (for about 8 hours so far) to get the server to give me a
mountable share but nothing has worked. This included a detour into
Active Directory setup, which I have since de-promoted. And -- I'm not
necessarily going to be developing while on the LAN anyway.

Note that I can't develop the site locally because I need to use
root-relative paths and need to be able to work on more than one site at
a time (this is why we got the new server in the first place).

I've searched all over the place but all the instructions I've found
refer to developing a new site in a local subfolder.

Thanks,
 
L

Leon Mayne [MVP]

Mark wrote:
<snip>

Make sure you have Frontpage extensions installed first, and then configure
your web at:
http://www.yourservername.com/_vti_bin/_vti_adm/fpadmdll.dll
To add FP users etc. Then, when you create a new ASP.NET project in VS give
it the server address (e.g. http://www.yourserver.com/appname) and when it
fails when trying to open it through a share tell it to use Frontpage
extensions instead. You should then be able to enter the username and
password you created.

If that still doesn't work then you could try developing the application on
your local machine and then use the 'copy project' to copy it via ftp to the
server.
 

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

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top