How to install ASP.NET Web Application on SBS2003 server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tony Girgenti

    How to install ASP.NET Web Application on SBS2003 server

    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


  • Morten Wennevik

    #2
    Re: How to install ASP.NET Web Application on SBS2003 server

    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 MyWebApplicatio n from Sharepoint

    "%PROGRAMFILES% \Common Files\Microsoft Shared\web server
    extensions\60\B IN\stsadm" -o addpath -url
    http://localhost/MyWebApplication -type exclusion

    On Thu, 14 Sep 2006 18:03:40 +0200, Tony Girgenti <tony <@lakesideos.co m>>
    wrote:
    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
    >
    >


    --
    Happy Coding!
    Morten Wennevik [C# MVP]

    Comment

    Working...