Tagged Questions
0
votes
0answers
281 views
How Sharepoint pages life cycle works?
I built a HttpModule for sharepoint. But when I begin to debug the page request, I notice that the debugging has an strange cycle:
1 - context_PreRequestHandlerExecute()
2- page_PreInit()
3 - ...
1
vote
3answers
104 views
How can I debug sharepoint app attaching to IIS?
I built a HTTP Module, insert the DLL into the GAC, changed the webConfig
Now , if on visual studio , I Attach to process W3WP , Open the web page where the module must work, I notice that ...
1
vote
2answers
410 views
How to register a new http module n the web config
I built a http module. I copied into the GAC .
Then, I put into the WebConfig file lke this :
<httpModules>
....
<add name="MyAssembly" type="MyAssembly.Global"/>
...
2
votes
1answer
79 views
Video streaming sharepoint foundation
I have IIS Media Services 4.1 on my Windows 2008 R2 machine and I want to make video streaming on my Sharepoint foundation site. Let me know how can I do that using IIS Media Services?
or is there ...
0
votes
1answer
151 views
Alternate access mapping in SP 2010
I have mapped my farm into default and internet sites. Problem is, on the internet zone, some site collections are still pointing to the default zone which cant be resolved from outside. This causes ...
0
votes
0answers
198 views
SSL Configuration of Extended Webapplication in sharepoint 2010
Iam trying to configure SSL for a etended web application. I followed the normal method of SSL configuration as you do on any other Web application by generating CSR and Got the certificate and add ...