How to install ASP.NET Web Application on SBS2003 server

T

Tony Girgenti

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
 
J

John Timney \(MVP\)

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
 
M

Morten Wennevik

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
 

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