T
Thom Little
In 1.1 I could have two namespaces in the same webgspace. The webspace is on
a remote server. I compile the namespaces separately and check them out on
localhost and when they are checked-out I FTP them to the remote server.
The remote server structure is ...
root
Web.config
/bin
one.dll
two.dll
/one
default.aspx
/two
default.aspx
There would be two modules ...
namespace one
default
namespace two
default
How can I setup 2.0 so that it allows multiple 2.0 namespaces in the same
webspace?
Is it possible to have a 1.1 namespace and a 2.0 namespace in the same
webspace?
a remote server. I compile the namespaces separately and check them out on
localhost and when they are checked-out I FTP them to the remote server.
The remote server structure is ...
root
Web.config
/bin
one.dll
two.dll
/one
default.aspx
/two
default.aspx
There would be two modules ...
namespace one
default
namespace two
default
How can I setup 2.0 so that it allows multiple 2.0 namespaces in the same
webspace?
Is it possible to have a 1.1 namespace and a 2.0 namespace in the same
webspace?