| View previous topic :: View next topic |
| Author |
Message |
Moises Guest
|
Posted: Sat Apr 21, 2007 4:50 am Post subject: How to deploy intraweb applications to a web server |
|
|
hi
can anybody give some light about deploying and runing an intraweb
application to a web server
I've copied the result dll (ISAPI mode) to the bin directoriy (server is
running IIS) but have no clue of how to load it from IE on whatherver
computer....
please help.... |
|
| Back to top |
|
 |
Jason Southwell Guest
|
Posted: Tue Apr 24, 2007 8:36 pm Post subject: Re: How to deploy intraweb applications to a web server |
|
|
| Quote: | can anybody give some light about deploying and runing an intraweb
application to a web server
I've copied the result dll (ISAPI mode) to the bin directoriy (server is
running IIS) but have no clue of how to load it from IE on whatherver
computer....
|
If you've dropped your dll (say project1.dll) into your scripts
directory, then you would access it like:
http://mydomain.com/scripts/project1.dll/
If you have a start url in your servercontroller, you will have to also
add that to the url. |
|
| Back to top |
|
 |
Moises Guest
|
Posted: Wed Apr 25, 2007 3:10 am Post subject: Re: How to deploy intraweb applications to a web server |
|
|
and what if I dont have control of the server
I have access to a CGI-BIN folder via FTP
but nothing else...
"Jason Southwell" <jason (AT) southwell (DOT) net> wrote in message
news:462E23E6.8010509 (AT) southwell (DOT) net...
| Quote: | can anybody give some light about deploying and runing an intraweb
application to a web server
I've copied the result dll (ISAPI mode) to the bin directoriy (server is
running IIS) but have no clue of how to load it from IE on whatherver
computer....
If you've dropped your dll (say project1.dll) into your scripts directory,
then you would access it like:
http://mydomain.com/scripts/project1.dll/
If you have a start url in your servercontroller, you will have to also
add that to the url. |
|
|
| Back to top |
|
 |
clacke Guest
|
|
| Back to top |
|
 |
Jason Southwell Guest
|
Posted: Wed Apr 25, 2007 8:54 pm Post subject: Re: How to deploy intraweb applications to a web server |
|
|
| Quote: | and what if I dont have control of the server
I have access to a CGI-BIN folder via FTP
but nothing else...
|
You shouldn't need access to the server at all if they have set it up
correctly. The CGI-BIN folder is probably your configured scripts folder. |
|
| Back to top |
|
 |
|