Developing on a server...

  • Thread starter Thread starter Filippo
  • Start date Start date
F

Filippo

Ciao,

On a server I have some COM objects I can't install on my workstation as it
works only on Windows server; I created via VS.NET 2k3 an ASP.NET using the
frontpage extensions and everything work fine except I can't run it in
VS.NET because it says there are some problems using the debug, any
suggestions?

Filippo
 
precisely, I just press the F5 keys but I do think this is what should
happen; if I type in the browser the link in the server (don't use VS.NET)
everything work fine.
 
If the COM Object that you are trying to use can be called through DCOM
then try to host it in COM+ and then export it and install the installer
on your machine. So you machine will have a proxy to the DLL but the DLL
still runs on the Server. Then you can try to debug from your machine.
But ths is difficult to setup as there are some permission issues that
are to be handled.

If you cannot do that then the only alternate way is to get yourself a
Windows 2000 Server so that you can install the COM Object and test it
along with Visual Studio.

Trevor Benedict R
MCSD

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Back
Top