Adding an ASP.NET project from another Server

R

robboll

I added an ASP project (directory) called ChangeMgmt1 to wwwroot:

C:\Inetpub\wwwroot\ChangeMgmt1

When I try to access the project through MS Visual Studio .Net I cannot
see that directory.

Is there a special method to transfer ASP projects from one server to
another?

Thanks for any suggestions.

RBollinger
 
A

Angrez Singh

Hi,

I think you need to add virtual directory for that new directory under
the wwwroot, to make everything work fine.
Just add a new virtual directory under default website and everything
will work fine.

Regards,
Angrez
 
P

Patrick Olurotimi Ige

Rob how are u adding the Virtual Dir to IIS are u using Visual Studio
..Net?
Make sure the wwwroot folder is shared and then setup ur project
directly by using VS.NET to create it.
 

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