Updating webparts

When working in a sharepoint project I have to create some webparts. Initially it was for the port 80 application, and was going fine, but when we created a new application in a different port, thing gone crazy. I have developed the web parts using VS Webpart template, clicking deploy webpart menu, only deploys the webpart on port 80 application. I have tried to modify the setup.bat and changed the url http://localhost to http://localhost:9090 but it is also not helped.

After some time, I un-installed the webprt assembly from GAC, re-installed the same with gacutil -i command. Then resets the IIS using “iisreset” command.

Now it is working fine.

No related content found.

This entry was posted in .Net, sharepoint. Bookmark the permalink.

0 Responses to Updating webparts

  1. Sandeep says:

    You should always use solution package . then u can decide which port u want to install them

Leave a Reply

Your email address will not be published. Required fields are marked *

*


*

You may use these HTML tags and attributes: <a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>