If you simply want to deploy your asp.net project on WSS and you are not using anything from WSS site like list or library data etc. then you need to do the following:
Publish your site to get the deployable form on your local machine. This will generate all .aspx etc files with .dll.
On WSS Server, go to the physical folder of the web app on which you want to deply asp.net app. This is usually c:\inetpub\wwwroot\wss\vistualdirectories. Here on WSS server you will find folder of your WSS web app with port number.
Create a sub folder for your asp.net app and copy all files in it, EXCEPT .dll.
On c:\inetpub\wwwroot\wss\vistualdirectories\[YouWSSWebAppFolder], see if
bin folder already exists. If it does, copy all dlls there. If not create and copy all dlls here.
Finally you can access your site using WSS web app url like: http://localhost:300/[Folder]/YouASP.NETPage.aspx
Please Mark As Answer if it helped.
MCPD ASP.NET 4.0 and 3.5, MCTS WSS, MOSS, SharePoint 2010, MCT
Microsoft Community Contributor Award 2011
Marked as answer by Angie xu - MSFT on Jan 01, 2013 11:37 PM
abramhum.c.l
Member
21 Points
84 Posts
Deploying ASP.NET Web Applications in the Windows SharePoint Services
Dec 25, 2012 02:56 AM|LINK
Hi:
I have a asp project and hoping to deploy the project to WSS. The problem is my computer didn't
have sharepoint, so I can not make sure the exact steps to complete the work.
what I know the first step is to add reference of Microsoft.SharePoint.dll, but what is the next.
Could I just simplily modify my asp project and then it could deploy to wss;
Is that possible to make that, thanks a lot.
adeelehsan
All-Star
18287 Points
2740 Posts
Re: Deploying ASP.NET Web Applications in the Windows SharePoint Services
Dec 25, 2012 08:17 AM|LINK
If you simply want to deploy your asp.net project on WSS and you are not using anything from WSS site like list or library data etc. then you need to do the following:
MCPD ASP.NET 4.0 and 3.5, MCTS WSS, MOSS, SharePoint 2010, MCT
Microsoft Community Contributor Award 2011