Building a Hello World Web Part for Windows SharePoint Services 3.0
page 8 of 9
by Steven Barden
Feedback
Average Rating: 
Views (Total / Last 10 Days): 38436/ 62

Part 4: Changing The Code

1.    Finally, we will change the code to update the webpart output, without re-deploying.

2.    Go back into your code and change the output line; for example, what is listed below.

Listing 4

writer.Write(@"Hi there, " + this.Context.User.Identity.Name + 
    @" (this output has been changed and recompiled.)");

3.    Press <Control><Shift><B> to rebuild your assembly.

4.    Go back to your web page and press refresh.

5.    Without having to re-deploy, your Web Part's output has been updated.

6.    This now becomes a fast way to iterate through the process of building, deploying, testing, updating and testing again your code.


View Entire Article

User Comments

Title: There is no Web.confg file   
Name: Steven Barden
Date: 2010-03-05 6:05:31 AM
Comment:
The reason there is no Web.config is because this project is not a web project. It is a web-based component that will be added into SharePoint, which is a web-application and will have it's own web.config. That said, you will have to register your web componenet with the web you want to show it from... actually with the site collection. (site collections and webs are another topic). So think of your web-part as being a specialized user-conrol. The user-control can be developed alone, then added to a web-project. That is the case here as well. I hope this helps.
Title: There is no Web.confg file   
Name: HelloWorld
Date: 2010-03-05 5:57:16 AM
Comment:
There is no Web.config file in my VS.
What to do next?
Title: Great   
Name: GRF
Date: 2009-09-03 4:43:03 AM
Comment:
Your tutorial opens me a new world!
Title: Outstanding   
Name: kp
Date: 2009-03-03 6:44:40 AM
Comment:
Really clear and good
Title: Outstanding!   
Name: kp
Date: 2008-11-17 5:12:53 AM
Comment:
Really clear and good
Title: really good   
Name: Tom Morris
Date: 2008-09-23 5:56:39 AM
Comment:
Really good introducing!thx
Title: AWESOME   
Name: M.Czarnecki
Date: 2007-11-02 2:43:03 PM
Comment:
Absolutely fantastic.
You really reamoved all the bloat and the ridiculous hoops that MS wants us to go through. I don't have time for all that garbage. Your tutorial is a gem.

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-03-29 11:41:19 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search