Hello.
I developed and tested a web application using VS.NET 2003, VB, .NET
Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1. It uses a web form.
When i go to client site, if they have their own SBS2003 SP1 server with
IIS6.0 installed on it and their company web site is accessed using
SharePoint services.
Can i install my web application on their server so that clients can simply
use the internet explorer to run the application ?
Any help would be gratefully appreciated.
Thanks,
Tony
John Timney (MVP) - 14 Sep 2006 17:24 GMT
Once you have installed your app (which should be OK), you will need to
exclude it from sharepoints control using the admin menu's in sharepoint.
Whoever is administering that for them should be able to do that. If they
wont or cannot do that, you'll need to setup another website in IIS on a
different port and run your app through that.
For future reference. Please don't cross post to so many groups. The
question is not relevent to most of the ones you initially posted the
message into and have been trimmed off the reply.
--
Regards
John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
> Hello.
>
[quoted text clipped - 12 lines]
> Thanks,
> Tony
Morten Wennevik - 15 Sep 2006 07:26 GMT
Hi Tony,
Yes, but if you install it on the default web site, you need to tell
Sharepoint to ignore calls to your application.
This can be done on the command line or in the Sharepoint Administration
tool
This command line will exclude the MyWebApplication from Sharepoint
"%PROGRAMFILES%\Common Files\Microsoft Shared\web server
extensions\60\BIN\stsadm" -o addpath -url
http://localhost/MyWebApplication -type exclusion
> Hello.
>
[quoted text clipped - 13 lines]
> Thanks,
> Tony

Signature
Happy Coding!
Morten Wennevik [C# MVP]