Tagged Questions
0
votes
1answer
269 views
How to resgister a global.asax into a sharepoint Site?
I'm trying add a .asax file into a sharepoint site.
I've been following this tutorial: http://spboom.com/sharepoint-development/using-global-asax-with-sharepoint/
It's quite simple but I' m new on ...
0
votes
2answers
224 views
Deploy folder/files to Web Application Root
How to deploy folder to a SharePoint 2010 Web Application Root folder (inside inetpub\wwwroot\wss\VirtualDirectories\80) in the solution package(wsp)?
Which kind of item I should use in the visual ...
1
vote
1answer
128 views
How to add web application (project from Visual Basic 2010) to Sharepoint Foundation
I would like to ask, how I can add web application (this is Visual Basic project) to my site collection in Sharepoit Foundation? Can I do this without create web part? If no or yes please tell me how ...
3
votes
3answers
2k views
Deploying EventReceiver project with target of WebApplication from VS fails when activating features
I am trying to deploy an event receivers project with a deployment target of WebApplication as part of my web parts package (also has a target of WebApplication) through Visual Studio and encountering ...
9
votes
4answers
511 views
What do the terms Farm, Site, Web, WebApplication refer to in the SharePoint API?
I'm sorry for dumb question but I am very new to Sharepoint 2010 and something is not clear to me.
What do the terms Farm, Site, Web, and WebApplication mean?
I pretty much understand Farm and Site, ...
1
vote
1answer
718 views
Sharepoint 2010 - wpresources for Bin / web Application Deployment
In SharePoint 2010 , using visual studio 2010 :
i have bin / web application deployment.
i want to add java script file under Virtual Directories\/wpresources//
I cannot use the Resources mapped ...