Tagged Questions
1
vote
1answer
54 views
Custom Web Part's Active Directory connection only working from server
I have a custom web part that utilizes a dropdown combobox with items populated from AD. While it used to work, now I am unable to see anything populated in the dropdown unless I view the web part ...
1
vote
3answers
97 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
344 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"/>
...
1
vote
2answers
520 views
Update-SPSolution stops IIS Application Pool from another Web Application
I'm trying to figure out a wierd problem, maybe yous guys can help.
I'm deploying a web part using powershell (Update-SPSolution) in a build definition.
The deploy works, but every time one ...